There are a number of third party applications that can be useful together with Supervisor. This list aims to summarize them and make them easier to find.
See README.rst for information on how to contribute to this list. Obviously, you can always also send an e-mail to the Supervisor mailing list to inform about missing plugins or libraries for/using Supervisor.
These are tools that can monitor or control a number of Supervisor instances running on different servers.
Django-Dashvisor <https://github.com/aleszoulek/django-dashvisor>
_
Web-based dashboard written in Python. Requires Django 1.3 or 1.4.
Nodervisor <https://github.com/TAKEALOT/nodervisor>
_
Web-based dashboard written in Node.js.
Supervisord-Monitor <https://github.com/mlazarov/supervisord-monitor>
_
Web-based dashboard written in PHP.
SupervisorUI <https://github.com/luxbet/supervisorui>
_
Another Web-based dashboard written in PHP.
These are plugins and libraries that add new functionality to Supervisor. These also includes various event listeners.
superlance <http://pypi.python.org/pypi/superlance>
Provides set of common eventlisteners that can be used to monitor
and, for example, restart when it uses too much memory etc.
mr.rubber <https://github.com/collective/mr.rubber>
An event listener that makes it possible to scale the number of
processes to the number of cores on the supervisor host.
supervisor-wildcards <https://github.com/aleszoulek/supervisor-wildcards>
Implemenents start/stop/restart commands with wildcard support for
Supervisor. These commands run in parallel and can be much faster
than the built-in start/stop/restart commands.
mr.laforge <https://github.com/fschulze/mr.laforge>
Lets you easily make sure that supervisord
and specific
processes controlled by it are running from within shell and
Python scripts. Also adds a kill
command to supervisor that
makes it possible to send arbitrary signals to child processes.
supervisor_cache <https://github.com/mnaberez/supervisor_cache>
An extension for Supervisor that provides the ability to cache
arbitrary data directly inside a Supervisor instance as key/value
pairs. Also serves as a reference for how to write Supervisor
extensions.
supervisor_twiddler <https://github.com/mnaberez/supervisor_twiddler>
An RPC extension for Supervisor that allows Supervisor's
configuration and state to be manipulated in ways that are not
normally possible at runtime.
supervisor-stdout <https://github.com/coderanger/supervisor-stdout>
An event listener that sends process output to supervisord's stdout.
supervisor-serialrestart <https://github.com/native2k/supervisor-serialrestart>
Adds a serialrestart
command to supervisorctl
that restarts
processes one after another rather than all at once.
supervisor-quick <http://lxyu.github.io/supervisor-quick/>
Adds quickstart
, quickstop
, and quickrestart
commands to
supervisorctl
that can be faster than the built-in commands. It
works by using the non-blocking mode of the XML-RPC methods and then
polling supervisord
. The built-in commands use the blocking mode,
which can be slower due to supervisord
implementation details.
supervisor-logging <https://github.com/infoxchange/supervisor-logging>
An event listener that sends process log events to an external
Syslog instance (e.g. Logstash).
These are libraries and plugins that makes it easier to use Supervisor with third party applications:
django-supervisor <http://pypi.python.org/pypi/django-supervisor/>
Easy integration between djangocl and supervisord.
collective.recipe.supervisor <http://pypi.python.org/pypi/collective.recipe.supervisor>
A buildout recipe to install supervisor.
puppet-module-supervisor <https://github.com/plathrop/puppet-module-supervisor>
Puppet module for configuring the supervisor daemon tool.
ngx_supervisord <https://github.com/FRiCKLE/ngx_supervisord>
An nginx module providing API to communicate with supervisord and
manage (start/stop) backends on-demand.
Supervisord-Nagios-Plugin <https://github.com/Level-Up/Supervisord-Nagios-Plugin>
A Nagios/Icinga plugin written in Python to monitor individual supervisord processes.
nagios-supervisord-processes <https://github.com/blablacar/nagios-supervisord-processes>
A Nagios/Icinga plugin written in PHP to monitor individual supervisord processes.
php-supervisor-event <https://github.com/mtdowling/php-supervisor-event>
PHP classes for interacting with Supervisor event notifications.
PHP5 Supervisor wrapper <https://github.com/yzalis/Supervisor>
PHP 5 library to manage Supervisor instances as object.
Symfony2 SupervisorBundle <https://github.com/yzalis/SupervisorBundle>
Provide full integration of Supervisor multiple servers management into Symfony2 project.
supervisord-php-client <https://github.com/mondalaci/supervisord-php-client>
PHP client for the supervisord XML-RPC interface.
sd-supervisord <https://github.com/robcowie/sd-supervisord>
Server Density <http://www.serverdensity.com>
plugin for
supervisor.
node-supervisord <https://github.com/crcn/node-supervisord>
Node.js client for Supervisor's XML-RPC interface.
node-supervisord-eventlistener <https://github.com/sugendran/node-supervisord-eventlistener>
Node.js implementation of an event listener for Supervisor.
ruby-supervisor <https://github.com/schmurfy/ruby-supervisor>
Ruby client library for Supervisor's XML-RPC interface.
Sulphite <https://github.com/jib/sulphite>
Sends supervisord events to Graphite <https://github.com/graphite-project/graphite-web>
.
supervisord.tmbundle <https://github.com/countergram/supervisord.tmbundle>
TextMate <http://macromates.com/>
bundle for supervisord.conf.
capistrano-supervisord <https://github.com/yyuu/capistrano-supervisord>
Capistrano <https://github.com/capistrano/capistrano>
recipe to deploy supervisord based services.
chef-supervisor <https://github.com/opscode-cookbooks/supervisor>
Chef <http://www.opscode.com/chef/>
cookbook install and configure supervisord.
PHP Supervisor <https://github.com/indigophp/supervisor>
PHP client for the supervisord XML-RPC interface. Configuration generator. Event listener work in progress.
Supervisord-Client <http://search.cpan.org/~skaufman/Supervisord-Client>
Perl client for the supervisord XML-RPC interface.
Supermann <https://github.com/borntyping/supermann>
Supermann monitors processes running under Supervisor and sends metrics
to Riemann <http://riemann.io/>
.
gulp-supervisor <https://github.com/leny/gulp-supervisor>
Run Supervisor as a Gulp <http://gulpjs.com/>
task.
Yeebase.Supervisor <https://github.com/yeebase/Yeebase.Supervisor>
Control and monitor Supervisor from a TYPO3 Flow application.