Hi fellows,
your help is needed. I have zabbix-server-mysql and zabbix-web-service running inside docker containers I build using docker compose. So far so good. I edited the zabbix_server.conf and the zabbix_web_service_conf inside the containers with:
as described in the documentation. My Question now is : How must I restart zabbix-web-service and zabbix-server-mysql in the container so that the edited configs will not be overwritten respectively entries like
will not be deleted? Usuallly you cannot edit the configs without building a new container but how to do that? Many Thanks in advance & Merry X-mas & a happy new year Uli
your help is needed. I have zabbix-server-mysql and zabbix-web-service running inside docker containers I build using docker compose. So far so good. I edited the zabbix_server.conf and the zabbix_web_service_conf inside the containers with:
Code:
AllowedIP=127.0.0.1 ListenPorts=10053 WebServiceURL=127.0.0.1:10053/report
Code:
StartReportWriters=3