Hi,
I've been successfully using the SNMP dynamic indexes on several items but recently seem to have hit a roadblock.
I've got an index which is indexed by integers:
but when I try to use it with the dynamic SNMP index Zabbix reports that it can't find the OID:
although when running snmpwalk I can see the item:
Is there any kind of workaround to be able to search for integers as well as strings in the index tables?
I've been successfully using the SNMP dynamic indexes on several items but recently seem to have hit a roadblock.
I've got an index which is indexed by integers:
Code:
... CPQHLTH-MIB::cpqHeTemperatureLocale.1.1 = INTEGER: ambient(11) CPQHLTH-MIB::cpqHeTemperatureLocale.1.2 = INTEGER: cpu(6) CPQHLTH-MIB::cpqHeTemperatureLocale.1.3 = INTEGER: cpu(6) CPQHLTH-MIB::cpqHeTemperatureLocale.1.4 = INTEGER: memory(7) CPQHLTH-MIB::cpqHeTemperatureLocale.1.5 = INTEGER: memory(7) ...
Code:
Item [server1:hp.temp.max[storage]] error: Cannot find index [1.3.6.1.4.1.232.6.2.6.8.1.3.1] of the OID [.1.3.6.1.4.1.232.6.2.6.8.1.5.1["index","1.3.6.1.4.1.232.6.2.6.8.1.3.1",8]]: NOT FOUND: 1.3.6.1.4.1.232.6.2.6.8.1.3.1[8]
Code:
[marcus@monitor ~]$ snmpwalk -v 2c -c XXX server1 1.3.6.1.4.1.232.6.2.6.8.1.3.1 | grep 8\$ SNMPv2-SMI::enterprises.232.6.2.6.8.1.3.1.27 = INTEGER: 8 [marcus@monitor ~]$
Comment