Dynatrace SNMP ActiveGate Extension v1.015
Implement a fix for issue #3
10GB interfaces don't implement low counters (only the ifHC oids)
- ifInErrors
- ifInDiscards
- ifOutDiscards
- ifOutErrors
Instead 'No more variables left in this MIB view' would be returned, which was throwing a ValueError on conversion to float and crashing the IF-MIB polling thread.
This is now handled more gracefully and interface stats are reported on these Cisco appliances.