berngp / docker-zabbix

Docker Container running a Zabbix Server and Zabbix Web UI.
Other
160 stars 66 forks source link

Images stop after a few minutes : simplevisor-loop is being told to quit #2

Closed mvanholsteijn closed 10 years ago

mvanholsteijn commented 10 years ago

I have started the zabbix image, but after a few minutes it quits, without apparent reason.

bash-4.1# 2014-07-03 05:33:39,240 simplevisor[1134]: [INFO] service zabbix-server started with result: (0, 'Starting Zabbix server: \x1b[60G[\x1b[0;32m OK \x1b[0;39m]\r\n', '') 2014-07-03 05:33:39,403 simplevisor[1134]: [INFO] service zabbix-agent started with result: (0, 'Starting Zabbix agent: \x1b[60G[\x1b[0;32m OK \x1b[0;39m]\r\n', '') 2014-07-03 05:33:39,558 simplevisor[1134]: [INFO] supervision cycle executed successfully in 0.634s: 4 services OK, 2 services needed adjustment, 0 services failed adjustment 2014-07-03 05:34:40,006 simplevisor[1134]: [INFO] service zabbix-server started with result: (0, 'Starting Zabbix server: \x1b[60G[\x1b[0;32m OK \x1b[0;39m]\r\n', '') 2014-07-03 05:34:40,168 simplevisor[1134]: [INFO] service zabbix-agent started with result: (0, 'Starting Zabbix agent: \x1b[60G[\x1b[0;32m OK \x1b[0;39m]\r\n', '') 2014-07-03 05:34:40,325 simplevisor[1134]: [INFO] supervision cycle executed successfully in 0.638s: 4 services OK, 2 services needed adjustment, 0 services failed adjustment 2014-07-03 05:35:40,787 simplevisor[1134]: [INFO] service zabbix-server started with result: (0, 'Starting Zabbix server: \x1b[60G[\x1b[0;32m OK \x1b[0;39m]\r\n', '') 2014-07-03 05:35:40,788 simplevisor[1134]: [ERROR] supervisor handled 4 adjustments in 12 supervision cycles 2014-07-03 05:35:40,789 simplevisor[1134]: [ERROR] supervisor handled 4 adjustments in 12 supervision cycles 2014-07-03 05:35:41,724 simplevisor[1134]: [INFO] service sshd found running, stopped with result: (0, 'simplevisor-loop (pid 1138) is being told to quit...\nsimplevisor-loop does not seem to be running anymore\n', '') 2014-07-03 05:35:46,884 simplevisor[1134]: [INFO] service mysqld found running, stopped with result: (0, 'Stopping mysqld: \x1b[60G[\x1b[0;32m OK \x1b[0;39m]\r\n', '') 2014-07-03 05:35:47,173 simplevisor[1134]: [INFO] service zabbix-java-gateway found running, stopped with result: (0, 'Shutting down zabbix java gateway: \x1b[60G[\x1b[0;32m OK \x1b[0;39m]\r\n', '') 2014-07-03 05:35:48,508 simplevisor[1134]: [INFO] service httpd found running, stopped with result: (0, 'simplevisor-loop (pid 1444) is being told to quit...\nsimplevisor-loop does not seem to be running anymore\n', '') 2014-07-03 05:35:48,509 simplevisor[1134]: [ERROR] supervision interrupted/failed

berngp commented 10 years ago

Your #3 change addressed this issue, thanks again @mvanholsteijn.