I'm having a strange ubuntu (server) -> windows (agent) problem. The status "Zabbix agent on (windows desktop) is unreachable for 5 minutes" flaps on and off. The logs from the agent machine (2.1.1) show:
However, this error doesn't necessarily coincide with the error from the web frontend. In fact, this error hasn't occured in about an hour (after agent restart) but the error from the web frontend has flapped on and off 4 times already.
The server does show errors of the form:
However I can successfully run
from the server pointing to the agent and this is successful with or without the firewall on the agent machine on. But I have disabled the firewall during this debugging process.
I did install a switch that the two machines connect to (was a second router). I also reinstalled 2.2.2 on ubuntu (server), but did not recreate the database (didn't want to redo settings).
Any suggestions?
Code:
"active check configuration update from [192.168.1.151:10051] started to fail (cannot connect to [[192.168.1.151]:10051]: [0x0000274D] No connection could be made because the target machine actively refused it.)"
The server does show errors of the form:
Code:
11963:20140413:005614.720 Zabbix agent item "weather.outdoordewpointf" on host "server" failed: first network error, wait for 15 seconds 11966:20140413:005629.649 Zabbix agent item "weather.outdoordewpointf" on host "server" failed: another network error, wait for 15 seconds
Code:
$ zabbix_get -s 192.168.1.150 -k "agent.ping" 1 $ zabbix_get -s 192.168.1.150 -k "vfs.fs.size[D:,used]" 301073010688
I did install a switch that the two machines connect to (was a second router). I also reinstalled 2.2.2 on ubuntu (server), but did not recreate the database (didn't want to redo settings).
Any suggestions?

Comment