Thanks Garrett,<div><br></div><div>I will probably do that, especially as it's not meant to be monitoring production nodes, but the development environment.</div><div><br></div><div>regards,</div><div>Vlad</div><div><br>

</div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Nov 20, 2012 at 4:05 PM, Garrett Smith <span dir="ltr"><<a href="mailto:g@rre.tt" target="_blank">g@rre.tt</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Considering the time and risk of using off the shelf applications like<br>
Nagios, I think rolling your own is a viable approach.<br>
<br>
Other than Erlang itself, I don't know of a well designed, very light<br>
Erlang monitoring framework. Probably because it's easy enough to<br>
build something tailored to your needs directly in Erlang.<br>
<br>
I'd just start doing what you're describing. I suspect that you'll<br>
have a workable framework for monitoring in a few iterations.<br>
<div><div class="h5"><br>
On Tue, Nov 20, 2012 at 6:46 AM, Vlad Dumitrescu <<a href="mailto:vladdu55@gmail.com">vladdu55@gmail.com</a>> wrote:<br>
> Yes, you're right, snmp matches the description, but it feels a bit too<br>
> heavy for me. I will read about it, maybe it's not true. I would like to<br>
> have the monitored nodes without any specific application running, just<br>
> answering to some RPCs once in a while.<br>
><br>
> Thanks!<br>
> /Vlad<br>
><br>
><br>
><br>
> On Tue, Nov 20, 2012 at 1:40 PM, Loïc Hoguin <<a href="mailto:essen@ninenines.eu">essen@ninenines.eu</a>> wrote:<br>
>><br>
>> On 11/20/2012 01:23 PM, Vlad Dumitrescu wrote:<br>
>>><br>
>>> Hi!<br>
>>><br>
>>> Is any application available that will monitor the status of multiple<br>
>>> erlang nodes and publish logs/reports? Kind of like a supervisor on the<br>
>>> node level.<br>
>>><br>
>>> It's not very difficult to write one, but if it already exists, it saves<br>
>>> a lot of time.<br>
>>><br>
>>> If it doesn't exist, did anyone else felt the need for one? In my case,<br>
>>> the reason is that I have nodes that crash mysteriously and randomly and<br>
>>> I couldn't retrieve any relevant information from them or the crashes.<br>
>>> This would help track their health without adding much to their load.<br>
>><br>
>><br>
>> Isn't that what the snmp application is for? Alongside a tool that<br>
>> supports SNMP like Nagios.<br>
>><br>
>><br>
>> --<br>
>> Loďc Hoguin<br>
>><br>
>> Erlang Cowboy<br>
>> Nine Nines<br>
>> <a href="http://ninenines.eu" target="_blank">http://ninenines.eu</a><br>
><br>
><br>
><br>
</div></div>> _______________________________________________<br>
> erlang-questions mailing list<br>
> <a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
> <a href="http://erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://erlang.org/mailman/listinfo/erlang-questions</a><br>
><br>
</blockquote></div><br></div>