-
### 简介
正如官网上所说:Supervisor: A Process Control System,Supervisor是一个进程管理器,可以把要监控的进程作为supervisord的子进程来运行,因为supervisord是被监控进程的父进程,所以子进程的退出,崩溃关闭,父进程可以来拿相关的信息。
所以supervisor可以实现,对管理进程的自动重启,状态日志管理,比如可以对某个she…
pupuk updated
4 years ago
-
Hi ,
My configure is
```
[unix_http_server]
file=/tmp/supervisord.sock
[inet_http_server]
port=127.0.0.1:9001
username=root
password=root
[supervisorctl]
serverurl=http://127.0.0.1:9001
…
-
**UPDATE: Fixed by #26 and [this fork](https://github.com/whereisaaron/supervisor-stdout)**
I have a `supervisor-stdout` configuration working well, but the event forwarding is introducing consider…
-
测试方法:
调整系统配置
```sh
ulimit -c unlimited
```
在 /etc/profile 中添加
```sh
export GOTRACEBACK=crash
```
不使用 supervisord 启动 demo 程序时,通过 kill -6 可以触发 core dump 的产生
使用 supervisord 启动 demo…
-
I have installed the Vimba SDK and I can now use VimbViewer. Likewise, I made a Python script for taking snapshots, and it works when I run the code from the terminal.
However, I have a problem whe…
-
Hello,
I'm trying to use supervisor + rsyslog + cronie in a docker container. Everything seems to work fine at the beguinning, but actually I realized that my container is stopping after one or two…
-
```
Jul 31 10:21:15.002731 sonic INFO snmp/supervisord: snmp-subagent ERROR:ax_interface:MIBUpdater.start() caught an unexpected exception during update_data()
Jul 31 10:21:15.002773 sonic INFO snmp…
-
Currently, the supervisord process creates two files (`supervisord.log` and `supervisord.pid`) in the root of the browsable directory.
This can easily be avoided by either starting supervisord from a…
-
Hi,
i have some issues with valheim plus regarding the config file. The server ist running but the settings which i made in the config file are not loaded (some things like the size of a chest...).
…
-
```
Nomad version: Nomad v0.9.6 (1f8eddf2211d064b150f141c86e30d9fceabec89)
AWS nomad module version: v0.5.0
OS: 16.04.6 LTS (Xenial Xerus)
```
We started running into the "Too many files open"…