You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 17, 2021. It is now read-only.
32714 ? Z 0:00 [service] <defunct>
32730 ? Z 0:00 [service] <defunct>
32736 ? Z 0:00 [service] <defunct>
32744 ? Z 0:00 [service] <defunct>
32753 ? Z 0:00 [service] <defunct>
32754 ? Z 0:00 [service] <defunct>
I would suggest to move to supervisord .
Please also consider splitting mysql and httpd+php into separate containers. In this case process monitoring system is not required at all.
The text was updated successfully, but these errors were encountered:
Thanks @marc-, I'll look into moving things into supervisord, I noticed that issue too. Now, the decission to bundle mysql and httpd+php into the same image/container was to help folks run Zabbix for development and test environments without too much hassle and dependencies. I know that composer is a tool that can aid on this but this will require users to install such tool. In a nutshell, I am a bit hesitant on making such change since it will affect users that assume that the image has no dependencies.
This commit references #22 and establishes the first attempt to migrate
from `monit` to `supervisor`. The current code doesn't address the fact
that we can't start `zabbix-*` services without daemonizaing them. This
is required since `supervisor` must spawn such processes and hold their
reference and therefore the ability to assess if they are up or not.
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Monit
is not suitable for containers. Please see https://bitbucket.org/tildeslash/monit/issue/53/ . It ends up crowded with zombie processes and you'll have to kill the container.I would suggest to move to supervisord .
Please also consider splitting mysql and httpd+php into separate containers. In this case process monitoring system is not required at all.
The text was updated successfully, but these errors were encountered: