I have setup Zabbix Server v2.0.9 and configured it to monitor ICMP Ping (Agentless Check). The issue I am seeing is that according to the documentation for the agent template, 0 - ICMP ping fails while, 1 - ICMP ping successful. The issue is the graph is reporting a value 0 which shouldn't be the case.
I am using the default key template icmpping[,,,,]. I have also changed it to icmpping but still reporting 0
I have enabled debug logging on the zabbix server and can see the following log:
314:20131112:063645.021 In add_icmpping_item() addr:'*server ip address*' count:3 interval:0 size:0 timeout:0
314:20131112:063645.021 End of add_icmpping_item()
314:20131112:063645.021 In substitute_key_macros() data:'icmpping'
314:20131112:063645.022 End of substitute_key_macros():SUCCEED data:'icmpping'
I have also from the zabbix server done fping <ip of destination host> and that response `<destination host ip> is live`
Anyone come across this before or am i missing any additional item config. Thanks
I am using the default key template icmpping[,,,,]. I have also changed it to icmpping but still reporting 0
I have enabled debug logging on the zabbix server and can see the following log:
314:20131112:063645.021 In add_icmpping_item() addr:'*server ip address*' count:3 interval:0 size:0 timeout:0
314:20131112:063645.021 End of add_icmpping_item()
314:20131112:063645.021 In substitute_key_macros() data:'icmpping'
314:20131112:063645.022 End of substitute_key_macros():SUCCEED data:'icmpping'
I have also from the zabbix server done fping <ip of destination host> and that response `<destination host ip> is live`
Anyone come across this before or am i missing any additional item config. Thanks

Comment