Uploaded image for project: 'ZABBIX FEATURE REQUESTS'
  1. ZABBIX FEATURE REQUESTS
  2. ZBXNEXT-8645

Introduce get[oid] for single-OID SNMP requests

XMLWordPrintable

    • Sprint 104 (Sep 2023), Sprint 105 (Oct 2023), Sprint 106 (Nov 2023)
    • 1

      Currently, for SNMP requests, we have new walk[oid] item which can work asynchronously and improves SNMP performance greatly. Although walk[oid] can be used for single OID metrics, it is not meant for that, as an extra preprocessing step needs to be applied to extract the value from result and also performance-wise - it first tries to receive multiple values first, even if single OID is requested.

      So, a new asynchronous get[oid] method would be useful for querying single OIDs, that directly outputs the value without additional data about OID and value type.

      It would also be nice if this item would have a possibility of converting its value to different formats, just like SNMP walk value preprocessing step can do now (Unchanged, UTF-8 from Hex-STRING, MAC from Hex-STRING, Integer from BITS)

            vso Vladislavs Sokurenko
            knaglis Kristaps Naglis
            Team A
            Votes:
            2 Vote for this issue
            Watchers:
            20 Start watching this issue

              Created:
              Updated:
              Resolved: