Hi, I have a problem and I can't find the solution. I'm new to the docker.
I set up a lab with zabbix + postgres + nginx which is working, my problem is that hosts registered with zabbix agent active templates are not shown as Available in status zabbix agent not active templates are ok. Has anyone experienced this problem?
I'm using the zabbix server 5.0.13 and the agent 5.0.0
The logs do not bring any errors:
My agent configuration:
PidFile=/run/zabbix/zabbix_agentd.pid
LogFile=/var/log/zabbix/zabbix_agentd.log
LogFileSize=0
DenyKey=system.run[]
Server=172.25.0.3
ServerActive=172.25.0.3
Hostname=Zabbix server
Include=/etc/zabbix/zabbix_agentd.d/.conf
Hi, I have a problem and I can't find the solution. I'm new to the docker. I set up a lab with zabbix + postgres + nginx which is working, my problem is that hosts registered with zabbix agent active templates are not shown as Available in status zabbix agent not active templates are ok. Has anyone experienced this problem?
I'm using the zabbix server 5.0.13 and the agent 5.0.0
The logs do not bring any errors:
My agent configuration:
PidFile=/run/zabbix/zabbix_agentd.pid LogFile=/var/log/zabbix/zabbix_agentd.log LogFileSize=0 DenyKey=system.run[] Server=172.25.0.3 ServerActive=172.25.0.3 Hostname=Zabbix server Include=/etc/zabbix/zabbix_agentd.d/.conf
Do you have an idea ? Thanks for your help.