Hi
I am running a zabbix server 2.0.5 on a CentOS 6.
I want to try the simple check item and use the ping function to check the availibility of my servers.
So I have created an item named "test" with type "simple check" and key "icmppingloss".
The item seems working but it always returns 0 even when the server is shutdowned or up
fping & fping6 are installed, version 3.4
I have checked fping and fping6 is executable by user zabbix.
With a zabbix server, in a debug mode I see the command
/usr/sbin/fping -q -C3 2>&1 </tmp/zabbix_server_2313.pinger;/usr/sbin/fping6 -q -C3 2>&1 </tmp/zabbix_server_2313.pinger;
End of get_pinger_hosts():0
Any ideas? I can't see where the problem is located?
Regards
Martin
I am running a zabbix server 2.0.5 on a CentOS 6.
I want to try the simple check item and use the ping function to check the availibility of my servers.
So I have created an item named "test" with type "simple check" and key "icmppingloss".
The item seems working but it always returns 0 even when the server is shutdowned or up
fping & fping6 are installed, version 3.4
I have checked fping and fping6 is executable by user zabbix.
With a zabbix server, in a debug mode I see the command
/usr/sbin/fping -q -C3 2>&1 </tmp/zabbix_server_2313.pinger;/usr/sbin/fping6 -q -C3 2>&1 </tmp/zabbix_server_2313.pinger;
End of get_pinger_hosts():0
Any ideas? I can't see where the problem is located?
Regards
Martin

Comment