Skip to:
Currently the default SNMP data collection configuration omits the following columns for the ifXTable:
ifHCInUcastPktsifHCInMulticastPktsifHCInBroadcastPktsifHCOutUcastPktsifHCOutMulticastPktsifHCOutBroadcastPkts
As a result, the following default resource graphs get drawn using the (counter-wrap-prone) 32-bit versions of these counters:
mib2.percentdiscardsmib2.percenterrorsmib2.packets
We should be collecting these counters (as a separate group to avoid breaking systems with store-by-group persisting turned on) and using them in high-capacity versions of the graphs above.
Enhancement work pushed to 1.12 branch.
Currently the default SNMP data collection configuration omits the following columns for the ifXTable:
ifHCInUcastPkts
ifHCInMulticastPkts
ifHCInBroadcastPkts
ifHCOutUcastPkts
ifHCOutMulticastPkts
ifHCOutBroadcastPkts
As a result, the following default resource graphs get drawn using the (counter-wrap-prone) 32-bit versions of these counters:
mib2.percentdiscards
mib2.percenterrors
mib2.packets
We should be collecting these counters (as a separate group to avoid breaking systems with store-by-group persisting turned on) and using them in high-capacity versions of the graphs above.