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

walk[*] item does not always return full output if multiple OIDs are used

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Fixed
    • Icon: Critical Critical
    • 6.4.0rc3, 6.4 (plan)
    • 6.4.0rc2
    • Server (S)
    • None
    • Sprint 97 (Feb 2023)
    • 0.25

      Steps to reproduce:

      1. create SNMP walk item walk[1.3.6.1.2.1.31.1.1.1.1] and test

      .1.3.6.1.2.1.31.1.1.1.1.1 = STRING: lo
      .1.3.6.1.2.1.31.1.1.1.1.2 = STRING: eth0
      .1.3.6.1.2.1.31.1.1.1.1.3 = STRING: eth1
      .1.3.6.1.2.1.31.1.1.1.1.4 = STRING: docker0 

      2. create another SNMP walk item walk[1.3.6.1.2.1.31.1.1.1.15] and test

      .1.3.6.1.2.1.31.1.1.1.15.1 = Gauge32: 10
      .1.3.6.1.2.1.31.1.1.1.15.2 = Gauge32: 1000
      .1.3.6.1.2.1.31.1.1.1.15.3 = Gauge32: 1000
      .1.3.6.1.2.1.31.1.1.1.15.4 = Gauge32: 0 

      3. Combine both OIDs walk[1.3.6.1.2.1.31.1.1.1.1,1.3.6.1.2.1.31.1.1.1.15]

      .1.3.6.1.2.1.31.1.1.1.1.1 = STRING: lo
      .1.3.6.1.2.1.31.1.1.1.1.2 = STRING: eth0
      .1.3.6.1.2.1.31.1.1.1.1.3 = STRING: eth1
      .1.3.6.1.2.1.31.1.1.1.1.4 = STRING: docker0 

      Result:
      part of SNMP output is missing. This does not happen every time, but is reproducible with these OIDs as example
      Expected:
      Full SNMP output is returned

            dgoloscapov Dmitrijs Goloscapovs
            kaspars.mednis Kaspars Mednis
            Team A
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: