diff --git a/HowtoCollectd.md b/HowtoCollectd.md index 2c0f1fd7..5d43bbc6 100644 --- a/HowtoCollectd.md +++ b/HowtoCollectd.md @@ -158,12 +158,61 @@ LoadPlugin snmp Instance "IF-MIB::ifAlias" Values "IF-MIB::ifHCInUcastPkts" "IF-MIB::ifHCOutUcastPkts" + + Type "if_errors" + Table true + Instance "IF-MIB::ifAlias" + Values "IF-MIB::ifInErrors" "IF-MIB::ifOutErrors" + + + Type "if_dropped" + Table true + Instance "IF-MIB::ifAlias" + Values "IF-MIB::ifInDiscards" "IF-MIB::ifOutDiscards" + + # https://www.cisco.com/c/en/us/support/docs/ip/simple-network-management-protocol-snmp/15215-collect-cpu-util-snmp.html + + Type "cpufreq" + Instance "cpu_5s" + Values "1.3.6.1.4.1.9.9.109.1.1.1.1.6.1" + + + Type "cpufreq" + Instance "cpu_1m" + Values "1.3.6.1.4.1.9.9.109.1.1.1.1.7.1" + + + Type "cpufreq" + Instance "cpu_5m" + Values "1.3.6.1.4.1.9.9.109.1.1.1.1.8.1" + + # https://community.ipswitch.com/s/article/What-SNMP-OID-does-WhatsUp-Use-for-Cisco-Memory-and-CPU + + Type "memory" + Table true + Instance "1.3.6.1.4.1.9.9.48.1.1.1.2" + InstancePrefix "Used - " + Values "1.3.6.1.4.1.9.9.48.1.1.1.5" + + + Type "memory" + Table true + Instance "1.3.6.1.4.1.9.9.48.1.1.1.2" + InstancePrefix "Free - " + Values "1.3.6.1.4.1.9.9.48.1.1.1.6" + + # https://community.cisco.com/t5/switching/snmp-uptime/td-p/939932 + + Type "uptime" + Instance "uptime" + Values ".1.3.6.1.6.3.10.2.1.3.0" + Address "192.0.2.1" Version 2 Community "public" - Collect "ifmib_if_octets64" "ifmib_if_packets64" + Collect "ifmib_if_octets64" "ifmib_if_packets64" "ifmib_if_errors" "ifmib_if_dropped" "memory_used" "memory_free" "uptime" # APC