-
Incident report
-
Resolution: Duplicate
-
Minor
-
1.8.5rc1
-
None
-
None
-
Centos 5.4
Zabbix assumes that when you use a dynamic index, it will be an integer value. In some cases, enterprise MIBs contain OIDs with variable length indexes. Zabbix treats the last byte of the variable length index as the internal index. Here is the section of code that looks like it might be causing the problem
In src/zabbix_server/poller/checks_snmp.c
— around Line 433 —
if (0 == strcmp(value, strval))
------------------------------
It seems like the various index caching mechanisms will also need to be updated to support variable length indexes.
- duplicates
-
ZBX-3449 Dynamic Index Only Works for single indexes
- Closed