Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Excerpt
hiddentrue

Supervisord is a process manager that can be used to control scripts as a service.

Recommended Articles

Info

We recommend to read the following articles before continuing with this tutorial.

What is supervisord?

Supervisord is a process manager that can be used to control scripts as a service. See http://supervisord.org/.

We offer this process manager with two options:

  • Option 1: we configure the supervisor service to run the command the customer requires

  • Option 2: the customers can write and configure supervisord services themselves

To use supervisord, open a ticket and write us at service@root360.de what you need it for.

After we understand what you need, we install and configure supervisor on the needed systems. Supervisord can then be used by the customer.

Details on Option 2

Note

The customer is responsible for the configuration and correct functioning of their supervisor services!

Functionality

A supervisord service is started in the context of www-data. This monitors a shared path to supervisord configuration files.

Requirements for these configuration files are:

Supervisord is automatically restarted after each deployment, so that new and changed configuration for new supervisord services can be imported and started.

Logging

Supervisord logs all output and errors to /var/log/application/supervisord_www-data/ on the server on which it is running.

These logs, like all logs in /var/log/application/ (see also Standard Logging (root360)  ) are registered in the central log system and collected on the jump server.

Process control

All configured processes and the supervisor can be controlled by the following command:  

Code Block
languagebash
sudo -u www-data supervisorctl -c /etc/supervisor/supervisord_www-data.conf

(For more information about the command, see http://supervisord.org/running.html#supervisorctl-command-line-options )

Related Tutorials

Filter by label (Content by label)
showLabelsfalse
max10
sorttitle
showSpacefalse
cqllabel in ( "logging" , "processmanager" , "supervisord" ) and ancestor = "1475641345" and space = currentSpace ( )

Related Components

Filter by label (Content by label)
showLabelsfalse
max10
sorttitle
showSpacefalse
cqllabel in ( "processmanager" , "ec2" , "supervisord" , "logging" ) and ancestor = "1474953217" and space = currentSpace ( )

Status
colourYellow
titleEXPERT

Table of Contents
exclude(Related * | Recommended * |Table of contents).*


Filter by label (Content by label)
showLabelsfalse
max10
sorttitle
showSpacefalse
titleRelated questions
cqllabel in ( "deployment" , "processmanager" , "supervisord" ) and ancestor = "1539539030" and space = currentSpace ( )

E