Upgrade Tools issue: the snmpStorageFlag from datacollection-config.xml is not being considered while running SnmpInterfaceRrdMigratorOnline
Description
Because the installation has snmpStorageFlag="all", that means that Collectd is going to store the data from all the SNMP interfaces no matter the value of the snmpcollect flag on the snmpinterface table.
The implementation of SnmpInterfaceRrdMigratorOnline assumes it is "select" and it is checking only those interfaces with "C" or "UC" on the snmpcollect flag, which is not correct.
Environment
OpenNMS 1.12.5 with snmpStorageFlag="all" on datacollection-config.xml.
Acceptance / Success Criteria
None
Lucidchart Diagrams
Activity
Show:
Alejandro Galue April 3, 2014 at 5:40 PM
Fixed on revision bdeed94be808973d0d1850a65d5113c5f96d9f78 for 1.12
Because the installation has snmpStorageFlag="all", that means that Collectd is going to store the data from all the SNMP interfaces no matter the value of the snmpcollect flag on the snmpinterface table.
The implementation of SnmpInterfaceRrdMigratorOnline assumes it is "select" and it is checking only those interfaces with "C" or "UC" on the snmpcollect flag, which is not correct.