mirror of
https://github.com/alerta/alerta.git
synced 2025-01-30 03:33:59 +00:00
.. | ||
__init__.py | ||
alert-ganglia | ||
alert-ganglia.init | ||
daemon.py | ||
ganglia-api.init | ||
ganglia-api.py | ||
readme.md |
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.