PDA

View Full Version : ICMP ping not works BUT...


gergelyk3
15-11-2010, 19:21
I cant use ICMP ping BUT

1, it is works on 1.6 (currently is 1.8)

2, checked /usr/bin/fping rihts - everything works fine

3, tried impping[,,,,] or simple icmp ping

4, if I use fping in linux command line , it is works



I start to mad :((

what is the problem.

marcel
16-11-2010, 14:23
what does zabbix_serverd.log say about fping?

marcel

gergelyk3
16-11-2010, 14:32
Nothing.

in the zabbix server log I cant find any rows with fping :(

brian
17-11-2010, 13:41
Can you attach a screenshot of the item? I attached mine.

gergelyk3
17-11-2010, 14:06
Here is mine
http://img403.imageshack.us/img403/9637/icmpping.png

gergelyk3
19-11-2010, 15:29
anyone?
please

Silvery
02-12-2010, 12:24
Same Problem here. Version is 1.8.3
My OS is Ubuntu 10.04 LTS

Item "icmpping" always returns 0
When I try 'fping HOST' with user zabbix (no root permission) on command line it works.
No hints in zabbix_server.log....

Silvery
06-12-2010, 12:01
I've found my mistake...

In zabbix_server.conf I changed the FpingLocation to the right value. For Fping6Location I used copy and paste and unfortunately I entered FpingLocation=/usr/bin/fping6

So zabbix was trying to ping with the following command:
/usr/bin/fping6 -q -C3 -Sx.x.x.x 2>&1 </tmp/zabbix_server_19690.pinger



If you haven't found the failure yet, try the following:

Set DebugLevel=4 in zabbix_server.conf and then use this command:
tail -f "Path for your zabbix_server.log" | grep fping