Ad Widget

Collapse

item created returned cannot parse OID

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • shivathapa
    Junior Member
    • Aug 2015
    • 6

    #1

    item created returned cannot parse OID

    Hi,
    I have just installed zabbix 3.4 and is working fine using inbuilt templates.
    I have a idirect nms system which has MIB file IDIRECT-REMOTE-MIB.
    I have created a item but it is returning cannot parse OID error.
    I'm new to zabbix.

    28244:20180130:150440.046 item "nms server ktp:ipstatsEntry[rxtcp.{#SNMPINDEX}]" became not supported: snmp_parse_oid(): cannot parse OID ".1.3.6.1.4.1.13732.1.4.1.1.2.{#SNMPINDEX}".

    --------------------------------------------------------------------------
    iDirectMIB.iDirectObjects.idirectstats.ipstatsTabl e.ipstatsEntry.2
    i can snmpwalk and snmpget and even snmptranslate
    [root@srv1 mibs]# snmptranslate -On IDIRECT-REMOTE-MIB::ipstatsEntry
    .1.3.6.1.4.1.13732.1.4.1.1
    [root@srv1 mibs]#


    [root@srv1 web]# snmpwalk -v2c -c public 192.168.100.4 .1.3.6.1.4.1.13732.1.4.1.1.2.4987113
    SNMPv2-SMI::enterprises.13732.1.4.1.1.2.4987113 = Counter64: 109564034
    [root@srv1 web]#

    [root@srv1 ~]# snmpwalk -v2c -c public 192.168.100.4 .1.3.6.1.4.1.13732.1.4.1.1 | grep 4987113
    SNMPv2-SMI::enterprises.13732.1.4.1.1.1.4987113 = Gauge32: 4987113
    SNMPv2-SMI::enterprises.13732.1.4.1.1.2.4987113 = Counter64: 109568115
    SNMPv2-SMI::enterprises.13732.1.4.1.1.3.4987113 = Counter64: 65228356
    SNMPv2-SMI::enterprises.13732.1.4.1.1.4.4987113 = Counter64: 37719274
    SNMPv2-SMI::enterprises.13732.1.4.1.1.5.4987113 = Counter64: 23720
    SNMPv2-SMI::enterprises.13732.1.4.1.1.6.4987113 = Counter64: 14929665
    SNMPv2-SMI::enterprises.13732.1.4.1.1.7.4987113 = Counter64: 270
    SNMPv2-SMI::enterprises.13732.1.4.1.1.8.4987113 = Counter64: 416117033
    SNMPv2-SMI::enterprises.13732.1.4.1.1.9.4987113 = Counter64: 18983653
    SNMPv2-SMI::enterprises.13732.1.4.1.1.10.4987113 = Counter64: 44692963
    SNMPv2-SMI::enterprises.13732.1.4.1.1.11.4987113 = Counter64: 0
    SNMPv2-SMI::enterprises.13732.1.4.1.1.12.4987113 = Counter64: 290339345
    SNMPv2-SMI::enterprises.13732.1.4.1.1.13.4987113 = Counter64: 0
    SNMPv2-SMI::enterprises.13732.1.4.1.1.14.4987113 = STRING: "Tue Jan 30 13:30:25 2018
    [root@srv1 ~]#
    ================================================== =========================================

    [root@srv1 ~]# snmpwalk -v2c -c public 192.168.100.4 .1.3.6.1.4.1.13732.1.1.1.1 | grep 4987113
    SNMPv2-SMI::enterprises.13732.1.1.1.1.1.4987113 = Gauge32: 4987113
    SNMPv2-SMI::enterprises.13732.1.1.1.1.2.4987113 = Gauge32: 1
    SNMPv2-SMI::enterprises.13732.1.1.1.1.3.4987113 = Gauge32: 2
    SNMPv2-SMI::enterprises.13732.1.1.1.1.4.4987113 = Gauge32: 1
    SNMPv2-SMI::enterprises.13732.1.1.1.1.5.4987113 = Gauge32: 30
    SNMPv2-SMI::enterprises.13732.1.1.1.1.6.4987113 = Gauge32: 3
    SNMPv2-SMI::enterprises.13732.1.1.1.1.7.4987113 = STRING: "RBB Namche (SN: 6377)"
    SNMPv2-SMI::enterprises.13732.1.1.1.1.8.4987113 = STRING: "172.16.170.7"
    SNMPv2-SMI::enterprises.13732.1.1.1.1.9.4987113 = Gauge32: 0
    SNMPv2-SMI::enterprises.13732.1.1.1.1.10.4987113 = Gauge32: 0
    SNMPv2-SMI::enterprises.13732.1.1.1.1.11.4987113 = INTEGER: 3
    SNMPv2-SMI::enterprises.13732.1.1.1.1.12.4987113 = INTEGER: 1
    SNMPv2-SMI::enterprises.13732.1.1.1.1.13.4987113 = STRING: "TRI_STATE_IDLE/TRI_STATE_DORMANT/"
    SNMPv2-SMI::enterprises.13732.1.1.1.1.14.4987113 = STRING: "No Alarms"
    SNMPv2-SMI::enterprises.13732.1.1.1.1.15.4987113 = STRING: "Nominal"
    SNMPv2-SMI::enterprises.13732.1.1.1.1.16.4987113 = STRING: "LAT-LONG: [27.510 86.470]"
    [root@srv1 ~]#
    I could not figure out where i missed but i could not create a items.

    Please help.

    thanks
  • kaspars.mednis
    Senior Member
    Zabbix Certified Trainer
    Zabbix Certified SpecialistZabbix Certified Professional
    • Oct 2017
    • 349

    #2
    Hi,

    just a quick question - {#SNMPINDEX} is LowLevelDiscovery (LLD) macro,

    have you created an regular item or item prototype in discovery rule?

    Regards,
    Kaspars

    Comment

    • shivathapa
      Junior Member
      • Aug 2015
      • 6

      #3
      worked after some changes made to item prototye

      Hi,
      It worked after some changes made to item prototype.
      Regards,
      Shiva

      Comment

      • fsanfelice
        Junior Member
        • May 2018
        • 2

        #4
        Hello good afternoon, I have a nms idirect working in cacti, but I can not make it work in zabbix, could you pass me the template that you used ?.
        Thank you.

        Comment

        Working...