X-Git-Url: https://git.octo.it/?p=collectd.git;a=blobdiff_plain;f=contrib%2Fsnmp-data.conf;h=07381db0695970f3e13e41760dab1306f7513afa;hp=9d497d0ca0bb7ef15b98e400a8507f3f8ecf1c2a;hb=master;hpb=58ecdb7ff9a4d90e87daecca05b9cb4a43070fd7 diff --git a/contrib/snmp-data.conf b/contrib/snmp-data.conf index 9d497d0c..07381db0 100644 --- a/contrib/snmp-data.conf +++ b/contrib/snmp-data.conf @@ -44,6 +44,13 @@ # UPS-MIB # Statistics about your UPS using the UPS-MIB from the RFC1628. # + # Battery branch + + Type "timeleft" + Table false + Instance "battery" + Values ".1.3.6.1.2.1.33.1.2.3.0" + Type "percent" Table false @@ -55,6 +62,28 @@ Table false Instance "battery" Values ".1.3.6.1.2.1.33.1.2.5.0" + Scale 0.1 + + + Type "current" + Table false + Instance "battery" + Values ".1.3.6.1.2.1.33.1.2.6.0" + Scale 0.1 + + + Type "temperature" + Table false + Instance "battery" + Values ".1.3.6.1.2.1.33.1.2.7.0" + + # Input branch + + Type "frequency" + Table true + InstancePrefix "input" + Values ".1.3.6.1.2.1.33.1.3.3.1.2" + Scale 0.1 Type "voltage" @@ -62,47 +91,222 @@ InstancePrefix "input" Values ".1.3.6.1.2.1.33.1.3.3.1.3" + + Type "current" + Table true + InstancePrefix "input" + Values ".1.3.6.1.2.1.33.1.3.3.1.4" + Scale 0.1 + + + Type "power" + Table true + InstancePrefix "input" + Values ".1.3.6.1.2.1.33.1.3.3.1.5" + + # Output branch + + Type "frequency" + Table false + Instance "output" + Values ".1.3.6.1.2.1.33.1.4.2.0" + Scale 0.1 + Type "voltage" Table true InstancePrefix "output" Values ".1.3.6.1.2.1.33.1.4.4.1.2" + + Type "current" + Table true + InstancePrefix "output" + Values ".1.3.6.1.2.1.33.1.4.4.1.3" + Scale 0.1 + + + Type "power" + Table true + InstancePrefix "output" + Values ".1.3.6.1.2.1.33.1.4.4.1.4" + + + Type "percent" + Table true + InstancePrefix "load-output" + Values ".1.3.6.1.2.1.33.1.4.4.1.5" + + # Bypass branch + + Type "frequency" + Table false + Instance "output" + Values ".1.3.6.1.2.1.33.1.5.1.0" + Scale 0.1 + Type "voltage" Table true InstancePrefix "bypass" Values ".1.3.6.1.2.1.33.1.5.3.1.2" - + Type "current" + Table true + InstancePrefix "bypass" + Values ".1.3.6.1.2.1.33.1.5.3.1.3" + Scale 0.1 + + + Type "power" + Table true + InstancePrefix "bypass" + Values ".1.3.6.1.2.1.33.1.5.3.1.4" + + # Special definitions for broken UPSes + + Type "voltage" Table false Instance "battery" - Values ".1.3.6.1.2.1.33.1.2.6.0" + Values ".1.3.6.1.2.1.33.1.2.5.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" - + + # + # Riello UPS + # Temperatures for UPSes by Riello, + # + + Type "temperature" + Table false + Instance "system" + Values ".1.3.6.1.4.1.5491.1.51.1.5.4.0" + + + Type "temperature" + Table false + Instance "rectifier" + Values ".1.3.6.1.4.1.5491.1.51.1.5.5.0" + + + Type "temperature" + Table false + Instance "inverter" + Values ".1.3.6.1.4.1.5491.1.51.1.5.6.0" + + + # + # PowerPlus UPS, manufactured by Gamatronic, , + # distributed in Germany by AdPoS, + # + # Global inputs + + Type "voltage" + Table true + InstancePrefix "input" + Values ".1.3.6.1.4.1.6050.5.4.1.1.2" + + Type "current" Table true - InstancePrefix "bypass" - Values ".1.3.6.1.2.1.33.1.5.3.1.3" + InstancePrefix "input" + Values ".1.3.6.1.4.1.6050.5.4.1.1.3" - - Type "temperature" + + Type "power" + Table true + InstancePrefix "apparent-input" + Values ".1.3.6.1.4.1.6050.5.4.1.1.4" + Scale 100.0 + + + Type "power" + Table true + InstancePrefix "active-input" + Values ".1.3.6.1.4.1.6050.5.4.1.1.5" + Scale 100.0 + + + Type "percent" + Table true + InstancePrefix "performance_factor-input" + Values ".1.3.6.1.4.1.6050.5.4.1.1.6" + + # Global outputs + + Type "voltage" + Table true + InstancePrefix "output" + Values ".1.3.6.1.4.1.6050.5.5.1.1.2" + + + Type "current" + Table true + InstancePrefix "output" + Values ".1.3.6.1.4.1.6050.5.5.1.1.3" + + + Type "power" + Table true + InstancePrefix "apparent-output" + Values ".1.3.6.1.4.1.6050.5.5.1.1.4" + Scale 100.0 + + + Type "power" + Table true + InstancePrefix "active-output" + Values ".1.3.6.1.4.1.6050.5.5.1.1.5" + Scale 100.0 + + + Type "percent" + Table true + InstancePrefix "load_level-output" + Values ".1.3.6.1.4.1.6050.5.5.1.1.6" + + + Type "percent" + Table true + InstancePrefix "active_load_level-output" + Values ".1.3.6.1.4.1.6050.5.5.1.1.7" + + + Type "percent" + Table true + InstancePrefix "performance_factor-output" + Values ".1.3.6.1.4.1.6050.5.5.1.1.8" + + # Global DC + + Type "voltage" Table false - Instance "battery" - Values ".1.3.6.1.2.1.33.1.2.7.0" + Instance "dc_positive-global" + Values ".1.3.6.1.4.1.6050.5.6.1.0" + + + Type "voltage" + Table false + Instance "dc_negative-global" + Values ".1.3.6.1.4.1.6050.5.6.2.0" + + + Type "voltage" + Table false + Instance "dc_total-global" + Values ".1.3.6.1.4.1.6050.5.6.3.0" # @@ -205,4 +409,116 @@ Values ".1.3.6.1.4.1.5040.1.2.3.1.4.1.1" Scale 0.1 + + # + # Infratec + # Rack monitoring devices by Infratec, + # + # Model H2-17 + + Type "temperature" + Table true + Instance ".1.3.6.1.4.1.4519.10.4.1.1.2" + Values ".1.3.6.1.4.1.4519.10.4.1.1.3" + + + Type "humidity" + Table true + Instance ".1.3.6.1.4.1.4519.10.5.1.1.2" + Values ".1.3.6.1.4.1.4519.10.5.1.1.3" + + + Type "voltage" + Table true + InstancePrefix "input" + Values ".1.3.6.1.4.1.4519.10.6.1.1.3" + + # Model H2-30 + + Type "temperature" + Table true + Instance ".1.3.6.1.4.1.1909.10.4.1.1.2" + Values ".1.3.6.1.4.1.1909.10.4.1.1.3" + + + Type "humidity" + Table true + Instance ".1.3.6.1.4.1.1909.10.5.1.1.2" + Values ".1.3.6.1.4.1.1909.10.5.1.1.3" + + + Type "voltage" + Table true + InstancePrefix "input" + Values ".1.3.6.1.4.1.1909.10.6.1.1.3" + + + # + # Mikrotik RouterBoards + # + # Wireless statistics: station mode + + tYPE "Bitrate" + Table true + InstancePrefix "st-tx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5" + Values ".1.3.6.1.4.1.14988.1.1.1.1.1.2" + + + + Type "bitrate" + Table true + InstancePrefix "st-rx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5" + Values ".1.3.6.1.4.1.14988.1.1.1.1.1.3" + + + + Type "signal_power" + Table true + InstancePrefix "st-" + Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5" + Values ".1.3.6.1.4.1.14988.1.1.1.1.1.4" + + + # Wireless statistics: AP mode / registration table + + Type "signal_power" + Table true + InstancePrefix "ap-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.3" + + + + Type "if_octets" + Table true + InstancePrefix "ap-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.5" ".1.3.6.1.4.1.14988.1.1.1.2.1.4" + + + + Type "if_packets" + Table true + InstancePrefix "ap-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.7" ".1.3.6.1.4.1.14988.1.1.1.2.1.6" + + + + Type "bitrate" + Table true + InstancePrefix "ap-tx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.8" + + + + Type "bitrate" + Table true + InstancePrefix "ap-rx-" + Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1" + Values ".1.3.6.1.4.1.14988.1.1.1.2.1.9" +