From: Florian Forster Date: Fri, 12 Oct 2007 20:31:51 +0000 (+0200) Subject: contrib/snmp-data.conf: Added a sample data configuration for the SNMP plugin. X-Git-Tag: collectd-4.2.0~26 X-Git-Url: https://git.octo.it/?p=collectd.git;a=commitdiff_plain;h=9d1bea6dd792f0c3b66f4d4d898c128bd60e5f06 contrib/snmp-data.conf: Added a sample data configuration for the SNMP plugin. --- diff --git a/contrib/snmp-data.conf b/contrib/snmp-data.conf new file mode 100644 index 00000000..9d497d0c --- /dev/null +++ b/contrib/snmp-data.conf @@ -0,0 +1,208 @@ + + # + # IF-MIB + # Interface statistics using the IF-MIB + # + + Type "if_octets" + Table true + Instance "IF-MIB::ifDescr" + Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets" + + + Type "if_octets" + Table true + Instance "IF-MIB::ifName" + Values "IF-MIB::ifHCInOctets" "IF-MIB::ifHCOutOctets" + + + Type "if_packets" + Table true + Instance "IF-MIB::ifDescr" + Values "IF-MIB::ifInUcastPkts" "IF-MIB::ifOutUcastPkts" + + + Type "if_packets" + Table true + Instance "IF-MIB::ifName" + Values "IF-MIB::ifHCInUcastPkts" "IF-MIB::ifHCOutUcastPkts" + + + Type "if_errors" + Table true + Instance "IF-MIB::ifDescr" + Values "IF-MIB::ifInErrors" "IF-MIB::ifOutErrors" + + + Type "if_errors" + Table true + Instance "IF-MIB::ifName" + Values "IF-MIB::ifHCInErrors" "IF-MIB::ifHCOutErrors" + + + # + # UPS-MIB + # Statistics about your UPS using the UPS-MIB from the RFC1628. + # + + Type "percent" + Table false + Instance "charge-battery" + Values ".1.3.6.1.2.1.33.1.2.4.0" + + + Type "voltage" + Table false + Instance "battery" + Values ".1.3.6.1.2.1.33.1.2.5.0" + + + Type "voltage" + Table true + InstancePrefix "input" + Values ".1.3.6.1.2.1.33.1.3.3.1.3" + + + Type "voltage" + Table true + InstancePrefix "output" + Values ".1.3.6.1.2.1.33.1.4.4.1.2" + + + Type "voltage" + Table true + InstancePrefix "bypass" + Values ".1.3.6.1.2.1.33.1.5.3.1.2" + + + Type "current" + Table false + Instance "battery" + Values ".1.3.6.1.2.1.33.1.2.6.0" + + + Type "current" + Table true + InstancePrefix "input" + Values ".1.3.6.1.2.1.33.1.3.3.1.4" + + + Type "current" + Table true + InstancePrefix "output" + Values ".1.3.6.1.2.1.33.1.4.4.1.3" + + + Type "current" + Table true + InstancePrefix "bypass" + Values ".1.3.6.1.2.1.33.1.5.3.1.3" + + + Type "temperature" + Table false + Instance "battery" + Values ".1.3.6.1.2.1.33.1.2.7.0" + + + # + # NetApp + # Some simple statistics of storage systems by NetApp. + # + + Type "cpu" + Table false + Instance "system" + Values ".1.3.6.1.4.1.789.1.2.1.2.0" + + + Type "cpu" + Table false + Instance "idle" + Values ".1.3.6.1.4.1.789.1.2.1.4.0" + + + Type "if_octets" + Table false + Instance "net" + Values ".1.3.6.1.4.1.789.1.2.2.12.0" ".1.3.6.1.4.1.789.1.2.2.14.0" + + + # + # Juniper SSL + # Some stats of an SSL-appliance by Juniper. + # + + Type "users" + Table false + Instance "web" + Values ".1.3.6.1.4.1.12532.2.0" + + + Type "users" + Table false + Instance "mail" + Values ".1.3.6.1.4.1.12532.3.0" + + + Type "percent" + Table false + Instance "logfull" + Values ".1.3.6.1.4.1.12532.1.0" + + + Type "percent" + Table false + Instance "diskfull" + Values ".1.3.6.1.4.1.12532.25.0" + + + + # + # WuT + # Some thermometers and digital IO devices from WuT + # + # + + Type "temperature" + Table true + Instance ".1.3.6.1.4.1.5040.1.2.6.3.2.1.1.2" + Values ".1.3.6.1.4.1.5040.1.2.6.1.4.1.1" + Scale 0.1 + + + Type "temperature" + Table true + Instance ".1.3.6.1.4.1.5040.1.2.7.3.2.1.1.2" + Values ".1.3.6.1.4.1.5040.1.2.7.1.4.1.1" + Scale 0.1 + + + Type "temperature" + Table true + Instance ".1.3.6.1.4.1.5040.1.2.8.3.2.1.1.2" + Values ".1.3.6.1.4.1.5040.1.2.8.1.4.1.1" + Scale 0.1 + + + Type "temperature" + Table true + Instance ".1.3.6.1.4.1.5040.1.2.1.3.2.1.1.2" + Values ".1.3.6.1.4.1.5040.1.2.1.1.4.1.1" + Scale 0.1 + + + Type "temperature" + Table true + Instance ".1.3.6.1.4.1.5040.1.2.2.3.2.1.1.2" + Values ".1.3.6.1.4.1.5040.1.2.2.1.4.1.1" + Scale 0.1 + + + Type "temperature" + Table true + Instance ".1.3.6.1.4.1.5040.1.2.3.3.2.1.1.2" + Values ".1.3.6.1.4.1.5040.1.2.3.1.4.1.1" + Scale 0.1 + +