Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-19194

SNMP LLD indexes are not text but numbers

XMLWordPrintable

    • Icon: Documentation task Documentation task
    • Resolution: Workaround proposed
    • Icon: Trivial Trivial
    • None
    • 5.0.10
    • Server (S)
    • None

      Steps to reproduce:

      SNMP LLD: discovery[{#APNAME},.1.3.6.1.4.1.3375.2.6.1.1.3.1.1] 
      

      Result:

      {#SNMPINDEX} is a list of numbers, like this (from test in UI):

      [{
      	"{#SNMPINDEX}": "6.97.99.99.101.115.115.9.95.108.105.115.116.101.110.101.114",
      	"{#APNAME}": "access"
      }]
      

      Expected:
      {#SNMPINDEX}

      should be a textual value like here:

      $ snmpwalk -v2c -ccommunity 10.10.10.10 -m F5-BIGIP-APM-MIB .1.3.6.1.4.1.3375.2.6.1.1.3.1.1
      F5-BIGIP-APM-MIB::apmPaStatName."access"."_listener" = STRING: access

      Is there a workaround to change the numbers to text for using the index names in the item prototypes? (In this case the names ("STRING: access") are not unique so they are not usable in the item names.)

            aigars.kadikis Aigars Kadikis
            markkul Markku Leiniƶ
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: