https://github.com/minimal/supervisorvisor
A web interface to multiple Supervisord instances
https://github.com/minimal/supervisorvisor
Last synced: 11 months ago
JSON representation
A web interface to multiple Supervisord instances
- Host: GitHub
- URL: https://github.com/minimal/supervisorvisor
- Owner: minimal
- Created: 2010-05-26T11:32:38.000Z (about 16 years ago)
- Default Branch: redesign
- Last Pushed: 2011-01-10T14:03:21.000Z (over 15 years ago)
- Last Synced: 2025-03-23T23:43:17.560Z (about 1 year ago)
- Language: Python
- Homepage:
- Size: 372 KB
- Stars: 2
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Goals
- Provide a unified interface to multiple Supervisord instances
- Provide a simple http interface to the XML-RPC controls provided by Supervisord
- Implement custom groupings of processes and process groups across hosts (i.e. monitor the status of
two processes on host A and one on host B as a single group)
# Usage
$ git clone git://github.com/robcowie/Supervisorvisor.git
>>> python Supervisorvisor
>>> ## OR, for Python < 2.6
>>> python Supervisorvisor/__main__.py