Skip to content

Dynatrace SNMP ActiveGate Extension v1.015

Compare
Choose a tag to compare
@BraydenNeale BraydenNeale released this 18 May 02:36
· 18 commits to master since this release

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.