Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/minimal/supervisorvisor
A web interface to multiple Supervisord instances
https://github.com/minimal/supervisorvisor
Last synced: 26 days 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 (over 14 years ago)
- Default Branch: redesign
- Last Pushed: 2011-01-10T14:03:21.000Z (almost 14 years ago)
- Last Synced: 2024-10-21T20:51:41.902Z (2 months ago)
- Language: Python
- Homepage:
- Size: 372 KB
- Stars: 2
- Watchers: 3
- 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