supervisorctr status報錯python
error: <class 'socket.error'>, [Errno 110] Connection timed out: file: /usr/local/lib/python2.7/socket.py line: 571python2.7
發現啓動的方式是usr/local/bin/supervisord -c /usr/local/supervisor/supervisord.confsocket
配置文件不在默認的/etc/supervisor/supervisord.conf,io
那麼要指定配置文件路徑後正常class
supervisorctr -c /usr/local/supervisor/supervisord.conf status配置