Third Party Applications and Libraries ====================================== 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. Dashboards and Tools for Multiple Supervisor Instances ------------------------------------------------------ These are tools that can monitor or control a number of Supervisor instances running on different servers. `cesi `_ Web-based dashboard written in Python. `Django-Dashvisor `_ Web-based dashboard written in Python. Requires Django 1.3 or 1.4. `Nodervisor `_ Web-based dashboard written in Node.js. `Supervisord-Monitor `_ Web-based dashboard written in PHP. `SupervisorUI `_ Another Web-based dashboard written in PHP. `supervisorclusterctl `_ Command line tool for controlling multiple Supervisor instances using Ansible. `suponoff `_ Web-based dashboard written in Python 3. Requires Django 1.7 or later. `Supvisors `_ Designed for distributed applications, written in Python 3.6. Includes an extended XML-RPC API, a Web-based dashboard and special features such as staged start and stop. `multivisor `_ Centralized supervisor web-based dashboard. The frontend is based on `VueJS `_. The backend runs a `flask `_ web server. It communicates with each supervisor through a specialized supervisor event-listener based on `zerorpc `_. `Dart `_ Web-based dashboard and command line tool written in Python using PostgreSQL with a REST API, event monitoring, and configuration management. Third Party Plugins and Libraries for Supervisor ------------------------------------------------ These are plugins and libraries that add new functionality to Supervisor. These also includes various event listeners. `superlance `_ Provides set of common eventlisteners that can be used to monitor and, for example, restart when it uses too much memory etc. `superhooks `_ Send Supervisor event notifications to HTTP1.1 webhooks. `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 `_ Implements 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 `_ 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 `_ 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 `_ 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 `_ An event listener that sends process output to supervisord's stdout. `supervisor-serialrestart `_ Adds a ``serialrestart`` command to ``supervisorctl`` that restarts processes one after another rather than all at once. `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 `_ An event listener that sends process log events to an external Syslog instance (e.g. Logstash). `supervisor-logstash-notifier `_ An event listener plugin to stream state events to a Logstash instance. `supervisor_cgroups `_ An event listener that enables tying Supervisor processes to a cgroup hierarchy. It is intended to be used as a replacement for `cgrules.conf `_. `supervisor_checks `_ Framework to build health checks for Supervisor-based services. Health check applications are supposed to run as event listeners in Supervisor environment. On check failure Supervisor will attempt to restart monitored process. `Superfsmon `_ Watch a directory and restart programs when files change. It can monitor a directory for changes, filter the file paths by glob patterns or regular expressions and restart Supervisor programs individually or by group. Libraries that integrate Third Party Applications with Supervisor ----------------------------------------------------------------- These are libraries and plugins that makes it easier to use Supervisor with third party applications: `collective.recipe.supervisor `_ A buildout recipe to install supervisor. `puppet-module-supervisor `_ Puppet module for configuring the supervisor daemon tool. `puppet-supervisord `_ Puppet module to manage the supervisord process control system. `ngx_supervisord `_ An nginx module providing API to communicate with supervisord and manage (start/stop) backends on-demand. `Supervisord-Nagios-Plugin `_ A Nagios/Icinga plugin written in Python to monitor individual supervisord processes. `nagios-supervisord-processes `_ A Nagios/Icinga plugin written in PHP to monitor individual supervisord processes. `supervisord-nagios `_ A plugin for supervisorctl to allow one to perform nagios-style checks against supervisord-managed processes. `php-supervisor-event `_ PHP classes for interacting with Supervisor event notifications. `PHP5 Supervisor wrapper `_ PHP 5 library to manage Supervisor instances as object. `Symfony2 SupervisorBundle `_ Provide full integration of Supervisor multiple servers management into Symfony2 project. `sd-supervisord `_ `Server Density `_ plugin for supervisor. `node-supervisord `_ Node.js client for Supervisor's XML-RPC interface. `node-supervisord-eventlistener `_ Node.js implementation of an event listener for Supervisor. `ruby-supervisor `_ Ruby client library for Supervisor's XML-RPC interface. `Sulphite `_ Sends supervisord events to `Graphite `_. `supervisord.tmbundle `_ `TextMate `_ bundle for supervisord.conf. `capistrano-supervisord `_ `Capistrano `_ recipe to deploy supervisord based services. `capistrano-supervisor `_ Another package to control supervisord from `Capistrano `_. `chef-supervisor `_ `Chef `_ cookbook install and configure supervisord. `SupervisorPHP `_ Complete Supervisor suite in PHP: Client using XML-RPC interface, event listener and configuration builder implementation, console application and monitor UI. `Supervisord-Client `_ Perl client for the supervisord XML-RPC interface. `supervisord4j `_ Java client for Supervisor's XML-RPC interface. `Supermann `_ Supermann monitors processes running under Supervisor and sends metrics to `Riemann `_. `gulp-supervisor `_ Run Supervisor as a `Gulp `_ task. `Yeebase.Supervisor `_ Control and monitor Supervisor from a TYPO3 Flow application. `dokku-supervisord `_ `Dokku `_ plugin that injects ``supervisord`` to run applications. `dokku-logging-supervisord `_ `Dokku `_ plugin that injects ``supervisord`` to run applications. It also redirects ``stdout`` and ``stderr`` from processes to log files (rather than the Docker default per-container JSON files). `superslacker `_ Send Supervisor event notifications to `Slack `_. `supervisor-alert `_ Send event notifications over `Telegram `_ or to an arbitrary command. `supervisor-discord `_ Send event notifications to `Discord `_ via webhooks.