danh1979 / supvisors

Supvisors: A Control System for Distributed Applications

Home Page:http://supvisors.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Supvisors

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' Dashboard

Supported Platforms

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.

Dependencies

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.

Installation

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

Documentation

You can view the current Supvisors documentation here.

You will find detailed installation and configuration documentation.

Reporting Bugs and Viewing the Source Repository

Please report bugs in the Github issue tracker.

You can view the source repository for Supvisors.

Contributing

Not opened yet.

About

Supvisors: A Control System for Distributed Applications

http://supvisors.readthedocs.io

License:Apache License 2.0


Languages

Language:Python 65.0%Language:HTML 17.3%Language:Java 15.2%Language:CSS 2.2%Language:Shell 0.3%