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

Allow the use of $ placeholder from and item's key to be used as index string in snmp dynamic indexes

XMLWordPrintable

      Scenario: Usage of snmp dynamic indexes to obtain interface outbound rate of an snmp device.

      Item configuration working

      Description: Traffic outbound $1 (Bytes)
      Type: SNMPv2 agent
      SNMP OID: .1.3.6.1.2.1.2.2.1.10["index",".1.3.6.1.2.1.2.2.1.2","eth0"]
      Key: snmp.outbound.octets[eth0]

      The ugly thing with this is, that the interface name has to be specified twice, once in the key and once in the SNMP OID. It would be nicer to have the following item configuration (which is not working as of now)

      Description: Traffic outbound $1 (Bytes)
      Type: SNMPv2 agent
      SNMP OID: .1.3.6.1.2.1.2.2.1.10["index",".1.3.6.1.2.1.2.2.1.2","$1"]
      Key: snmp.outbound.octets[eth0]

            Unassigned Unassigned
            wstrauss Wolfram Strauss
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated: