Little tool to help monitor server status
Python 2.7 with pip
Refer to supervisord.conf.sample and slack.cfg.sample
where slack_url is the API url of slack incoming webhook
- Install required python modules
pip install -r requirements.txt
-
Make sure
supervisord.conf
andslack.cfg
exists -
Run by starting
supervisord -c conf/supervisord.conf