Default "90% Interface Throughput" Threshold Doesn't Work
Description
After the somewhat recent changes to stop including IF-MIB::ifTable collection by default (so, only collecting IF-MIB::ifXTable), the default thresholds defined in the shipped thresholds.xml no longer work. They reference both ifHighSpeed and ifInOctets/ifOutOctets.
I'll provide a quick patch shortly that updates the default thresholds to use ifHCInOctets and ifHCOutOctets.
After the somewhat recent changes to stop including
IF-MIB::ifTable
collection by default (so, only collectingIF-MIB::ifXTable
), the default thresholds defined in the shippedthresholds.xml
no longer work. They reference bothifHighSpeed
andifInOctets
/ifOutOctets
.I'll provide a quick patch shortly that updates the default thresholds to use
ifHCInOctets
andifHCOutOctets
.