Ad Widget

Collapse

Zabbix1.1beta5 icmppingsec doesn't work

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • patrick
    Member
    • Oct 2004
    • 57

    #1

    Zabbix1.1beta5 icmppingsec doesn't work

    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?
    Thanks
    Patrick
  • herr_bpl
    Junior Member
    • Jan 2006
    • 15

    #2
    Can confirm

    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([email protected])
    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
    Last edited by herr_bpl; 16-01-2006, 14:35.

    Comment

    • markpr
      Member
      • Sep 2005
      • 31

      #3
      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
      Last edited by markpr; 17-01-2006, 01:42.

      Comment

      • patrick
        Member
        • Oct 2004
        • 57

        #4
        icmppingsec OK

        Thank you, it works now with "Type of Information" as Numeric (float)
        Thank you very much for your help

        Comment

        • herr_bpl
          Junior Member
          • Jan 2006
          • 15

          #5
          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

          Comment

          • Alexei
            Founder, CEO
            Zabbix Certified Trainer
            Zabbix Certified SpecialistZabbix Certified Professional
            • Sep 2004
            • 5654

            #6
            Anything in zabbix_server's log file?
            Alexei Vladishev
            Creator of Zabbix, Product manager
            New York | Tokyo | Riga
            My Twitter

            Comment

            • herr_bpl
              Junior Member
              • Jan 2006
              • 15

              #7
              Hi.

              Only such rows:
              [zabbix@hermes zabbix]$ cat /tmp/zabbix_server.log | grep -i 'In process_value([email protected])' -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([email protected])
              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([email protected])
              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

              Comment

              • vdgraider
                Junior Member
                • Feb 2008
                • 6

                #8
                I've the same problem.
                Someone has find the solution??

                Tx

                Comment

                Working...