[erlang-questions] Erlang nodes monitoring

Max Bourinov bourinov@REDACTED
Fri Sep 14 20:49:31 CEST 2012


Does anybody know where to find docs for eper?

Best regards,
Max




On Fri, Sep 14, 2012 at 4:23 PM, Tim Watson <watson.timothy@REDACTED>wrote:

>
> 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 --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20120914/6795ffb6/attachment.htm>


More information about the erlang-questions mailing list