berngp / docker-zabbix

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

Replacement of Simplevisor by monit #3

Closed mvanholsteijn closed 10 years ago

mvanholsteijn commented 10 years ago

In order to solve issue #2, I have replaced simplevisor with monit. Now the container runs for hours non-stop. https://github.com/berngp/docker-zabbix/issues/2

Cheers,

Mark

rhoekstra commented 10 years ago

The issue was that the zabbik-agent and zabbix-server init scripts didn't look at the correct pid file (wrong path). so the services didn't seem alive to simplevisor. Adjusting the init scripts to imply the explicit location of the pid files fixed this too.