I'm trying to use host discovery in Zabbix but have some weird problem with fping.
The discovery rule is configured like this:
IP range: 192.168.7.1-254
Delay: 7200 seconds
Checks: ICMP ping
Enabled: Check
Zabbix shows no hosts in Monitoring-Discovery. Although, every 2 hours I see a series of lines in zabbix_server.log like this:
The lines mention all live hosts. I suppose, the discovery process is working as intended but something prevents it from interpreting fping output correctly. Though I have a ton of active items pinging many hosts via icmpping[] and icmppingsec[] keys working perfectly on the same server.
Upgraded Zabbix from 2.0.5 to 2.2.4 - still the same problem.
Upgraded fping from 3.4 to 3.10 - still no change.
Zabbix server runs on FreeBSD 8.4/i386 in a Hyper-V virtual machine. I remember the discovery working some months ago when the system was just installed initially but have no idea what change broke it and when.
Any ideas?
The discovery rule is configured like this:
IP range: 192.168.7.1-254
Delay: 7200 seconds
Checks: ICMP ping
Enabled: Check
Zabbix shows no hosts in Monitoring-Discovery. Although, every 2 hours I see a series of lines in zabbix_server.log like this:
Code:
.... 24380:20140626:114402.679 fping failed: "192.168.7.56 : [1], 84 bytes, 2.15 ms (1.99 avg, 0% loss)" 24380:20140626:114406.900 fping failed: "192.168.7.57 : [1], 84 bytes, 2.04 ms (1.97 avg, 0% loss)" 24380:20140626:114430.065 fping failed: "192.168.7.62 : [1], 84 bytes, 2.57 ms (2.61 avg, 0% loss)" 24380:20140626:114443.992 fping failed: "192.168.7.65 : [1], 84 bytes, 2.14 ms (2.00 avg, 0% loss)" 24380:20140626:114446.736 fping failed: "192.168.7.66 : [1], 84 bytes, 1.97 ms (1.77 avg, 0% loss)" 24380:20140626:114450.691 fping failed: "192.168.7.67 : [1], 84 bytes, 2.24 ms (1.98 avg, 0% loss)" ....
Upgraded Zabbix from 2.0.5 to 2.2.4 - still the same problem.
Upgraded fping from 3.4 to 3.10 - still no change.
Zabbix server runs on FreeBSD 8.4/i386 in a Hyper-V virtual machine. I remember the discovery working some months ago when the system was just installed initially but have no idea what change broke it and when.
Any ideas?
Comment