[ZBX-8980] SNMP item with dynamic indexes fail: "cannot find index..." #2 Created: 2014 Nov 01 Updated: 2017 May 30 Resolved: 2014 Nov 03 |
|
Status: | Closed |
Project: | ZABBIX BUGS AND ISSUES |
Component/s: | Server (S) |
Affects Version/s: | 2.4.1 |
Fix Version/s: | None |
Type: | Incident report | Priority: | Minor |
Reporter: | Boris P. Korzun | Assignee: | Unassigned |
Resolution: | Duplicate | Votes: | 1 |
Labels: | item, snmpdynamicindex | ||
Remaining Estimate: | Not Specified | ||
Time Spent: | Not Specified | ||
Original Estimate: | Not Specified | ||
Environment: |
FreeBSD 10.0-RELEASE |
Issue Links: |
|
Description |
I have SNMP items with dynamic indexes in Zabbix 2.4.1 after upgrade from 2.2.6: SNMP OID: ENTITY-MIB::entPhysicalSerialNum["index","ENTITY-MIB::entPhysicalClass","3"] zabbix:/home/DOMAIN/kbp% snmpwalk -v2c -c public 192.168.20.114 ENTITY-MIB::entPhysicalClass ENTITY-MIB::entPhysicalClass.1 = INTEGER: stack(11) ENTITY-MIB::entPhysicalClass.1001 = INTEGER: chassis(3) ENTITY-MIB::entPhysicalClass.1002 = INTEGER: module(9) ... The searching index is 1001. zabbix:/home/DOMAIN/kbp% snmpwalk -v2c -c public 192.168.20.114 ENTITY-MIB::entPhysicalSerialNum.1001 ENTITY-MIB::entPhysicalSerialNum.1001 = STRING: CAT1012R1XK It's OK. But Zabbix generates an error: 8713:20141101:140211.653 error reason for "sw-catalyst:entPhysicalSerialNum" changed: Cannot find index of "3" in "ENTITY-MIB::entPhysicalClass".
|
Comments |
Comment by Aleksandrs Saveljevs [ 2014 Nov 03 ] |
This looks like |
Comment by Boris P. Korzun [ 2014 Nov 03 ] |
Yeap, the upgrading to 2.4.2rc1-50344 has solved the issue. |
Comment by Aleksandrs Saveljevs [ 2014 Nov 03 ] |
Thank you for the quick response! |