This project is an attempt to make SysOps job easier. Plan is to simple instalable Django project with various apps.
Aims at systems with many Supervisor daemons. Sometimes it's hard to spot broken processes and this tool try to visualise your whole system on one single screen so you are able to quickly spot problematic processes.
Required libs are:
- Django (and its requirements) https://www.djangoproject.com/
- supervisord https://github.com/Supervisor/supervisor
Easies way is to: pip install -r requirements.txt