-
Documentation task
-
Resolution: Workaround proposed
-
Trivial
-
None
-
5.0.10
-
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.)