Tag

Supervisor

0 views collected around this technical thread.

Python Programming Learning Circle
Python Programming Learning Circle
Jul 26, 2024 · Operations

Using Supervisor for Process Monitoring and Management on Unix-like Systems

This article introduces Supervisor, a client‑server process monitoring tool for Unix-like systems, explains why it solves persistent process deployment issues, walks through installation, configuration, command‑line usage, advanced features such as process groups and auto‑restart policies, and provides code examples for practical implementation.

LinuxProcess MonitoringSupervisor
0 likes · 16 min read
Using Supervisor for Process Monitoring and Management on Unix-like Systems
Python Programming Learning Circle
Python Programming Learning Circle
May 23, 2024 · Operations

Supervisor Process Monitoring and Management Guide

This article introduces Supervisor, a client/server process monitoring tool for Unix-like systems, explains its installation, configuration, and usage—including custom service and application files, command-line control with supervisorctl, advanced features like process groups, automatic restart policies, and web UI—providing practical examples and code snippets for reliable daemon management.

LinuxOpsProcess Management
0 likes · 17 min read
Supervisor Process Monitoring and Management Guide
Python Programming Learning Circle
Python Programming Learning Circle
May 10, 2024 · Operations

Using Supervisor for Process Monitoring and Management on Linux

This article provides a comprehensive guide to installing, configuring, and using Supervisor—a client/server process monitoring tool—to reliably manage persistent background services on Linux, covering basic usage, advanced features, command-line and web interfaces, and automatic restart mechanisms.

DevOpsLinuxProcess Management
0 likes · 17 min read
Using Supervisor for Process Monitoring and Management on Linux
Code Ape Tech Column
Code Ape Tech Column
Sep 13, 2023 · Operations

Building and Using an ELK Real‑Time Log Analysis Platform for Spring Boot and Nginx

This tutorial explains how to set up a unified ELK (Elasticsearch, Logstash, Kibana) real‑time log analysis platform on Ubuntu, covering component installation, Logstash shipper and indexer configurations, integration with Spring Boot and Nginx logs, and background management with Supervisor.

ELKElasticsearchKibana
0 likes · 18 min read
Building and Using an ELK Real‑Time Log Analysis Platform for Spring Boot and Nginx
php中文网 Courses
php中文网 Courses
Jul 9, 2023 · Backend Development

How to Daemonize PHP-FPM Using systemd and Supervisor

This article explains common reasons why PHP-FPM processes may terminate unexpectedly and provides step‑by‑step instructions for configuring systemd and Supervisor to supervise PHP‑FPM, ensuring continuous and reliable operation on Linux servers.

LinuxPHP-FPMProcess Management
0 likes · 4 min read
How to Daemonize PHP-FPM Using systemd and Supervisor
Laravel Tech Community
Laravel Tech Community
Apr 12, 2023 · Operations

Introduction to Supervisor Process Management Tool and Installation Guide

This article introduces Supervisor, a Python‑based Linux process manager, explains the issues caused by not using a daemon, and provides step‑by‑step instructions for installing, configuring, and enabling Supervisor with example configuration and common control commands.

InstallationLinuxProcess Management
0 likes · 5 min read
Introduction to Supervisor Process Management Tool and Installation Guide
Practical DevOps Architecture
Practical DevOps Architecture
Jan 12, 2023 · Operations

Deploying and Configuring Supervisor for Reliable Background Process Management on Linux

This guide walks through installing Supervisor from source, resolving dependencies, creating configuration files, defining custom program entries, starting the service, reloading configurations, and using supervisorctl to monitor and control processes on a Linux server.

InstallationLinuxProcess Management
0 likes · 5 min read
Deploying and Configuring Supervisor for Reliable Background Process Management on Linux
Python Programming Learning Circle
Python Programming Learning Circle
Nov 22, 2021 · Operations

Debugging Supervisor Log Rotation Issues on Linux

This article explains how to troubleshoot fragmented log files caused by the Supervisor process manager on Linux, covering configuration details, log‑rotation constraints, diagnostic commands, and the eventual resolution by restarting the supervisord service.

LinuxProcess ManagementPython
0 likes · 5 min read
Debugging Supervisor Log Rotation Issues on Linux
Fulu Network R&D Team
Fulu Network R&D Team
Nov 16, 2020 · Backend Development

Deploying .NET Core Applications on Linux: From Manual Setup to Docker

This guide walks .NET developers through the complete process of moving from .NET Framework to .NET Core on a Linux server, covering prerequisite tools, SSH key configuration, SDK installation, manual publishing, production‑grade setups with Supervisor+Nginx or Jexus, and finally Docker‑based deployment with automation scripts.

DockerLinuxNginx
0 likes · 16 min read
Deploying .NET Core Applications on Linux: From Manual Setup to Docker
Laravel Tech Community
Laravel Tech Community
Jun 28, 2020 · Operations

How to Install and Configure Supervisor for Laravel Workers on Linux

This guide explains how to install Supervisor via pip or yum, configure supervisord.conf and a Laravel worker configuration file, handle common errors, set permissions, and start and manage Laravel queue workers using supervisorctl on a Linux system.

LaravelLinuxProcess Management
0 likes · 4 min read
How to Install and Configure Supervisor for Laravel Workers on Linux
360 Tech Engineering
360 Tech Engineering
Apr 1, 2020 · Operations

Using Supervisor to Manage and Auto‑Restart Python Scripts on Linux

This tutorial explains how to install Supervisor on CentOS and Ubuntu, configure its main and program-specific files, and use it to monitor a continuously running Python script, automatically restarting the script if it crashes or is killed.

LinuxProcess MonitoringPython
0 likes · 5 min read
Using Supervisor to Manage and Auto‑Restart Python Scripts on Linux
360 Quality & Efficiency
360 Quality & Efficiency
Mar 31, 2020 · Operations

Using Supervisor for Process Management on Linux: Installation, Configuration, and Practical Example

This article explains why nohup cannot monitor scripts, introduces Supervisor as a Python‑based process monitor, shows how to install it on CentOS, Ubuntu, and via pip, details the supervisord.conf and program .ini configurations, demonstrates a sample Python script, and outlines common commands for managing and restarting services.

LinuxProcess ManagementPython
0 likes · 6 min read
Using Supervisor for Process Management on Linux: Installation, Configuration, and Practical Example
Hujiang Technology
Hujiang Technology
Jul 17, 2017 · Operations

Resolving Missing Core Dumps When Using Supervisor on CentOS 6.5

This article explains why C/C++ applications managed by Supervisor on CentOS 6.5 fail to generate core dump files, analyzes the environment differences that set the core file size limit to zero, and provides both temporary and permanent fixes by adjusting ulimit settings and modifying Supervisor's options.py.

Core DumpLinuxSupervisor
0 likes · 6 min read
Resolving Missing Core Dumps When Using Supervisor on CentOS 6.5