-
New Feature Request
-
Resolution: Unresolved
-
Trivial
-
None
-
1.8.7
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]