Supvisors is a Control System for Distributed Applications, based on multiple instances of Supervisor.
The main features are:
- the definition of a rules file to handle the starting and the stopping sequences of the applications,
- an extended XML-RPC API to control applications and multiple Supervisor instances,
- a new web-based dashboard that replaces the default dashboard of Supervisor.
Supvisors has been tested and is known to run on Linux (CentOS 7.2). It will likely work fine on most UNIX systems.
Supvisors will not run at all under any version of Windows.
Supvisors is known to work with Python 2.7 or later but will not work under any version of Python 3.
Supvisors has dependencies on:
Package | Release | Optional |
---|---|---|
Supervisor | 3.3.0 | |
PyZMQ | 15.2.0 | |
psutil | 4.3.0 | |
netifaces | 0.10.4 | X |
matplotlib | 1.2.0 | X |
lxml | 3.2.1 | X |
Please note that some of these dependencies may have their own dependencies.
Versions are given for information. Although Supvisors has been developed and tested with these releases, the minimal release of each dependency is unknown. Other releases are likely working as well.
Get the latest release from here.
Unzip the archive and enter the directory supvisors-version.
Install Supvisors with the following command:
python setup.py install
You can view the current Supvisors documentation here.
You will find detailed installation and configuration documentation.
Please report bugs in the Github issue tracker.
You can view the source repository for Supvisors.
Not opened yet.