[erlang-questions] Erlang nodes monitoring
Tim Watson
watson.timothy@REDACTED
Fri Sep 14 14:23:49 CEST 2012
On 13 Sep 2012, at 10:34, Max Bourinov wrote:
> Hello Erlangers,
>
> Looking for a tool/library that I can integrate into my Erlang apps to do the following:
>
> - collect stats from running nodes
> - collect all crash reports
> - send them to the central repo (would be good to use RabbitMQ as transport and PostgreSQL are DB)
> - optionally: accept user defined metrics (those I will define)
> - optionally send alert emails in some cases (for certain crashes for example)...
>
> Motivation: I have many Erlang nodes running. I want to monitor them in one place.
There are numerous libraries and tools for doing this. Basho have some monitoring/stats stuff that's worth looking at, as do some others on github including JacobVorreuter, heroku and a few others. If you decide to roll your own, especially in terms of user defined metrics, I personally like the way that eper handles things.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 235 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120914/045a6070/attachment.bin>
More information about the erlang-questions
mailing list