You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It supports several pieces of information such as in/out for octetc, errors, unicast, multicast, broadcast for each port of a switch (or other device that supports the IF-MIB).
The collectd configuration required is as follows:
Hi
Here's a little update to the snmp plugin so it supports data retrieved via the IF-MIB (RFC2233: https://tools.ietf.org/html/rfc2233 ):
stackmagic@68edff3
It supports several pieces of information such as in/out for octetc, errors, unicast, multicast, broadcast for each port of a switch (or other device that supports the IF-MIB).
The collectd configuration required is as follows:
You'll also need additional collectd types and reference them from the collectd config:
On debian, the mib can be installed via
aptitude install snmp-mibs-downloader
the mid definition is then available at/usr/share/mibs/ietf/IF-MIB
Manual querying would work like this `snmpwalk -v 2c -c YOUR_COMMUNITY -m ALL YOUR_SWITCH ifInUcastPkts?
Cheers!
The text was updated successfully, but these errors were encountered: