alerta_alerta-contrib/integrations/supervisor
Nick Satterly 2a6632b78f Fix multiple linting errors 2023-03-21 00:15:34 +01:00
..
README.md Update READMEs 2020-11-20 22:39:32 +01:00
evlistener.py Fix multiple linting errors 2023-03-21 00:15:34 +01:00
supervisord.conf.example rename monitors to integrations 2015-01-26 11:55:20 +00:00

README.md

Supervisor Integration

Trigger alerts and heartbeats based on process supervisor [events][1].

For help, join Slack chat

Installation

Clone the GitHub repo and run:

$ python setup.py install

Or, to install remotely from GitHub run:

$ pip install git+https://github.com/alerta/alerta-contrib.git#subdirectory=integrations/supervisor

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
$ sudo supervisord

Troubleshooting

$ sudo supervisord -c supervisord.conf.example -n

References

License

Copyright (c) 2015-2016 Nick Satterly. Available under the MIT License.