2.44. Supervisor
For business hosting only
Supervisor is available only on tariffs businesshosting.Supervisor is a Linux process manager. It starts the specified processes, monitors their work and automatically restarts if they stop working. For each process, you can set the desired number of instances — the number of simultaneously running instances of the process. Thus, it is possible to organize the constant work of the required number of different processes in the background.
Adding a process
- Open the section "Hosting → Supervisor".
- Clickon "Add Process".
- Fill out the form and click "Save":
- "Process" — specify the command whose work process should be supported by Supervisor.
- "Number of instances" - Specify how many concurrent processes with command copies Supervisor should support.
- "Comment" (optional) - a comment to the process.
- "Run immediately after adding" (enabled by default) - determines whether to automatically start the process immediately after adding or to do it later manually.
Once saved, Supervisor will automatically launch the specified number of process instances and keep them running.
Process management
All added processes are displayed in the list. The following actions are available for each process:
- "Edit" — change of process settings (options are the same as for adding).
- "Suspend" and "Reestablish " - stop and start the process.
- "View output" — view the last 100 lines of output to the console from all instances of the process.
- "Delete" - deleting a process.