I noticed on Zabbix that it has not been collecting and graphing data since Mar 19th (12AM). Not sure what happened then but ever since, the logs just show the following:
Every once in a while, it will connect...
But then it starts to revert back to saying it cannot send list list of active checks.
The servers communicate fine (I've checked via TCPDUMP), the host names are set (case-sentivie) in the host name field of each configuration file (/etc/zabbix/zabbix_agentd.conf <= this is the config being used) and confirmed that it is set correctly from within the GUI.
These checks used to be working but now for some reason they do not want to.
I have looked through nearly every single post on these forums I could find where the log error exists but have yet to find a solution.
Code:
1500:20150406:140826.561 cannot send list of active checks to [192.168.200.35]: host [zabbix.home.me] not found 1500:20150406:140907.955 cannot send list of active checks to [192.168.200.34]: host [unifi.home.me] not found 1500:20150406:140908.681 cannot send list of active checks to [192.168.200.36]: host [asset.home.me] not found 1500:20150406:140917.311 cannot send list of active checks to [192.168.200.33]: host [azmodan.home.me] not found 1500:20150406:141007.967 cannot send list of active checks to [192.168.200.34]: host [unifi.home.me] not found 1500:20150406:141026.583 cannot send list of active checks to [192.168.200.35]: host [zabbix.home.me] not found
Code:
1494:20150406:140751.223 resuming SNMP agent checks on host "HOMEROUTER": connection restored 1494:20150406:140751.226 resuming Zabbix agent checks on host "Azmodan": connection restored 1494:20150406:140751.340 resuming Zabbix agent checks on host "SATDR": connection restored
The servers communicate fine (I've checked via TCPDUMP), the host names are set (case-sentivie) in the host name field of each configuration file (/etc/zabbix/zabbix_agentd.conf <= this is the config being used) and confirmed that it is set correctly from within the GUI.
These checks used to be working but now for some reason they do not want to.
I have looked through nearly every single post on these forums I could find where the log error exists but have yet to find a solution.