docker-zabbix
docker-zabbix copied to clipboard
Docker Container running a Zabbix Server and Zabbix Web UI.
I'm trying to simply re run a commited image (cmd: "docker run -d -P --name zabbix "), and the container log this message right before it dies: ``` Stopping mysqld:...
When i configure zabbix, i stop a container and commit it. Then i can't run zabbix anymore. I thought the problem was in mysql_secure_installation script, because it runs anytime when...
Hi all, I have the same issue already talked but not answered here. After pushed to a registry and pulled from another docker instance, i can't get my Zabbix running....
the login is : Admin
On a fairly generic setup, with some standard items, and some External checks, the container is slowly creating zombie processes. This seems to be related to the init problem, described...
After I did some stops and starts it'll exit immediately after starting the conainer. Had this multiple times on multiple plattforms. I use this container often for testing purposes, or...
How to upgrade an existing docker image? The Zabbix docs describe the upgrade procedure here: https://www.zabbix.com/documentation/2.4/manual/installation/upgrade To do as described it would be necessary to use an external DB with...
Installing of HTTPD fails in Centos7 ``` Error unpacking rpm package httpd-2.4.6-18.el7.centos.x86_64 error: unpacking of archive failed on file /usr/sbin/suexec: cpio: cap_set_file failed - Operation not supported error: httpd-2.4.6-18.el7.centos.x86_64: install...
Although `sudo` has been added to resolve some issues with "actions that require sudo", it still does not seem to work. I guess that either it has to be linked...