Skip to main content

An alternative Supervisor web interface.

Project description

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:

https://raw.githubusercontent.com/GambitResearch/suponoff/master/demo/screenshot.png

Project details


Release history Release notifications | RSS feed

This version

0.1

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

suponoff-0.1.tar.gz (110.6 kB view hashes)

Uploaded Source

Built Distributions

suponoff-0.1-py3-none-any.whl (19.8 kB view hashes)

Uploaded Python 3

suponoff-0.1-py2.py3-none-any.whl (19.8 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page