2017-10-19 11:57:01,265 INFO exited: up_carbon (exit status 1; not expected)
2017-10-19 11:57:01,265 DEBG received SIGCLD indicating a child quit
2017-10-19 11:57:02,266 INFO gave up: up_carbon entered FATAL state, too many start retries too quickly
搭建好graphite-web
之后,想将carbon-cache.py
的启动命令由supervisord
进行管理。
但是发现carbon-cache.py start
命令直接就是守护进程。没有办法由supervisord
进行监控状态。
有没有办法,可以将carbon-cache.py取消守护模式呢?就像nginx的daemon off
一样配置。
在线等,求大神指点
自我回答一下
从帮助中找到这个命令参数,可以取消守护模式,运行到前台,这样就可以顺利使用
supervisord
进行监控了--nodaemon Run in the foreground