0
0
Fork 0
mirror of https://github.com/alerta/alerta.git synced 2025-01-30 03:33:59 +00:00
alerta_alerta/contrib/experimental/ganglia
2013-07-06 23:00:59 +02:00
..
__init__.py Retire Ganglia integration components in favour of Riemann 2013-04-25 14:29:45 +01:00
alert-ganglia Revert overzealous refactoring 2013-04-25 14:32:32 +01:00
alert-ganglia.init Retire Ganglia integration components in favour of Riemann 2013-04-25 14:29:45 +01:00
daemon.py remove out-dated FIXMEs 2013-07-06 23:00:59 +02:00
ganglia-api.init Retire Ganglia integration components in favour of Riemann 2013-04-25 14:29:45 +01:00
ganglia-api.py Retire Ganglia integration components in favour of Riemann 2013-04-25 14:29:45 +01:00
readme.md Retire Ganglia integration components in favour of Riemann 2013-04-25 14:29:45 +01:00

Metrics checker

Setup

Assuming you've created your virtualenv, loaded it with the requirements and installed alerta as per the top level directions...

Copy the alerta-ganglia.yaml file to /tmp or somewhere convenient.

coilmq -b 0.0.0.0 -p 61613
alert-ganglia --log-dir=/tmp --pid-dir=/tmp --yaml-config=/tmp/alert-ganglia.yaml --foreground

The daemon should now fail as the config file is wrong for local development.