Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Latest commit

 

History

History
 
 

supervisor

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Supervisor Integration

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

For help, join Gitter 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.