I have setup a number of Zabbix proxies and when I configure a host to be monitored by the Zabbix proxy, I get this in the proxy log:
According to the GUI, the Zabbix agent is reconfigured to be monitored from the Zabbix server.
After a while, the proxy log shows:
Also, according to the GUI the Zabbix agent is now configured to be monitored by the Zabbix proxy.
Now I'm wondering:
- Is this normal behavior?
- If yes: how long does it take for the Zabbix proxy "realize" that it needs to monitor the Zabbix agent?
Code:
2556:20170920:155249.452 cannot send list of active checks to "<agent_ip>": host [<agent_hostname>] not found
After a while, the proxy log shows:
Code:
2546:20170920:155822.328 enabling Zabbix agent checks on host "<agent_hostname>": host became available
Now I'm wondering:
- Is this normal behavior?
- If yes: how long does it take for the Zabbix proxy "realize" that it needs to monitor the Zabbix agent?
Comment