Skip to content

simudream/suponoff

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

suponoff is a web interface to supervisor

suponoff (short for Supervisor On/Off) is a Django app to control supervisor and monitor the programs running under supervisor.

You give the app a list of server hostnames to connect to, and it connects to port 9001 of each of the servers, where supervisor normally listens. Optionally, you may run the provided program suponoff-monhelper.py, which listens on port 9002 and provides the following additional functionalities:

  1. Reports back the resource limits and usage of the processes, such as number of file descriptors, memory, cpu, number of threads and subprocesses;
  2. Provides the ability to monitor application log files in some cases: it looks at the process command line and parses it, looking for --logfile or --log-file arguments.If it can find and open the indicated log file, then you will be able to open this log file from the web interface.

To use this app, create a Django project that includes 'suponoff' in its applications and includes the URLs from 'suponoff.urls'. Then you add the SUPERVISORS setting (a list of hostnames). The web interface can also add "tags" to each program, allowing you to filter by tags. For an example, see the demo project in the source distribution.

Screenshot:

image

About

Supervisor On/Off: an alternative web interface for supervisor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 45.6%
  • JavaScript 36.3%
  • HTML 18.1%