alerta-contrib/integrations/supervisor/README.md

33 lines
623 B
Markdown
Raw Permalink Normal View History

2014-10-14 12:51:26 +01:00
Supervisor
==========
Trigger alerts and heartbeats based on `supervisor` [events][1].
Installation
------------
Install supervisor and alerta python SDK:
$ sudo pip install supervisor alerta
Configuration
-------------
Copy the example configuration file `supervisord.conf.example` to /etc and modify for your environment:
$ sudo cp supervisord.conf.example /etc/supervisord.conf
$ sudo vi /etc/supervisord.conf
Usage
-----
$ sudo supervisord
Trouble Shooting
----------------
$ sudo supervisord -c supervisord.conf.example -n
[1]: <http://supervisord.org/events.html> "Supervisor Events"