Hello,
I have a problem with icmppingsec (icmpping is OK). I have no data.
This is an example of an item configuration
Type : Simple check
Key : icmppingsec
Status : monitored
Type of information : numeric (integer 64bits)
Store value : As is
But I always get "no data" in my graphs for icmppingsec
What could be the problem? :confused:
Thanks
Patrick
herr_bpl
16-01-2006, 13:27
Hi. I confirm, icmpping does not work in 1.1beta5
Extract from log:
029412:20060116:142059 In do_ping()
029412:20060116:142059 Update IP [10.200.200.7 is alive (1.04 ms)]
029412:20060116:142059 Mseconds [1.040000]
029412:20060116:142059 IP [10.200.200.7] alive [1]
029412:20060116:142059 In process_value(icmpping@10.200.200.7)
029412:20060116:142059 In process_ip([10.200.200.7])
029412:20060116:142059 End of process_ip([0])
But database is not updated. No Latest value appears for host icmpping
Also,
tcp,port seems to be broken: it returns 0 while i telnet manually to port and will find most definetly that host is up.
Thanks,
Siim
Hi,
I have icmpping and icmppingsec working fine for me with a fresh install of beta5. It did take me a little while to remember to setuid fping before I started seeing any data being captured though.
In the items I have defined "Type of Information" as Numeric (float) for both for some reason. I expect that the icmpping should be defined as integer and icmpingsec should be defined as float.
Perhaps confirm that you both have setuid on fping and are using the same data types (float) to see if this narrows the problem down?
Mark
Thank you, it works now with "Type of Information" as Numeric (float)
Thank you very much for your help :)
herr_bpl
19-01-2006, 07:16
It does not work for me.
I can execute fping under zabbix account:
[zabbix@hermes zabbix]$ /usr/sbin/fping 10.200.200.7
10.200.200.7 is alive
[zabbix@hermes zabbix]$
My checks data types are set as Numeric (float).
But no data appears under 'latest data' section. Also, Last check time for ping is also marked as '-'.
I do not understand, what I'm doing wrong :(
Anything in zabbix_server's log file?
herr_bpl
19-01-2006, 09:02
Hi.
Only such rows:
[zabbix@hermes zabbix]$ cat /tmp/zabbix_server.log | grep -i 'In process_value(icmppingsec@10.200.200.7)' -B 10 -A 15
016262:20060119:095545 In do_ping()
016262:20060119:095545 Update IP [10.200.200.7 is alive (1.76 ms)]
016262:20060119:095545 Mseconds [1.760000]
016262:20060119:095545 IP [10.200.200.7] alive [1]
016262:20060119:095545 In process_value(icmpping@10.200.200.7)
016262:20060119:095545 In process_ip([10.200.200.7])
016262:20060119:095545 End of process_ip([0])
016262:20060119:095545 SQL [select i.itemid,i.key_,h.host,h.port,i.delay,i.descriptio n,i.nextcheck,i.type,i.snmp_community,i.snmp_oid,h .useip,h.ip,i.history,i.lastvalue,i.prevvalue,i.va lue_type,i.trapper_hosts,i.delta,i.units,i.multipl ier,i.formula from items i,hosts h where h.status=0 and h.hostid=i.hostid and h.ip='10.200.200.7' and i.key_='icmpping' and i.status=0 and i.type=3]
016262:20060119:095545 Executing query:select i.itemid,i.key_,h.host,h.port,i.delay,i.descriptio n,i.nextcheck,i.type,i.snmp_community,i.snmp_oid,h .useip,h.ip,i.history,i.lastvalue,i.prevvalue,i.va lue_type,i.trapper_hosts,i.delta,i.units,i.multipl ier,i.formula from items i,hosts h where h.status=0 and h.hostid=i.hostid and h.ip='10.200.200.7' and i.key_='icmpping' and i.status=0 and i.type=3
016262:20060119:095545 In DBnum_rows
016262:20060119:095545 In process_value(icmppingsec@10.200.200.7)
016262:20060119:095545 In process_ip([10.200.200.7])
016262:20060119:095545 End of process_ip([0])
And nothing else..
fping seems to work.
Thanks,
Siim
vdgraider
04-03-2008, 15:35
I've the same problem.
Someone has find the solution??
Tx