Merge branch 'pull/master'
[collectd.git] / contrib / snmp-data.conf
1 <Plugin snmp>
2     #
3     # IF-MIB
4     # Interface statistics using the IF-MIB
5     #
6     <Data "ifmib_if_octets32">
7         Type "if_octets"
8         Table true
9         Instance "IF-MIB::ifDescr"
10         Values "IF-MIB::ifInOctets" "IF-MIB::ifOutOctets"
11     </Data>
12     <Data "ifmib_if_octets64">
13         Type "if_octets"
14         Table true
15         Instance "IF-MIB::ifName"
16         Values "IF-MIB::ifHCInOctets" "IF-MIB::ifHCOutOctets"
17     </Data>
18     <Data "ifmib_if_packets32">
19         Type "if_packets"
20         Table true
21         Instance "IF-MIB::ifDescr"
22         Values "IF-MIB::ifInUcastPkts" "IF-MIB::ifOutUcastPkts"
23     </Data>
24     <Data "ifmib_if_packets64">
25         Type "if_packets"
26         Table true
27         Instance "IF-MIB::ifName"
28         Values "IF-MIB::ifHCInUcastPkts" "IF-MIB::ifHCOutUcastPkts"
29     </Data>
30     <Data "ifmib_if_errors32">
31         Type "if_errors"
32         Table true
33         Instance "IF-MIB::ifDescr"
34         Values "IF-MIB::ifInErrors" "IF-MIB::ifOutErrors"
35     </Data>
36     <Data "ifmib_if_errors64">
37         Type "if_errors"
38         Table true
39         Instance "IF-MIB::ifName"
40         Values "IF-MIB::ifHCInErrors" "IF-MIB::ifHCOutErrors"
41     </Data>
42
43     #
44     # UPS-MIB
45     # Statistics about your UPS using the UPS-MIB from the RFC1628.
46     #
47     <Data "upsmib_charge_battery">
48         Type "percent"
49         Table false
50         Instance "charge-battery"
51         Values ".1.3.6.1.2.1.33.1.2.4.0"
52     </Data>
53     <Data "upsmib_voltage_battery">
54         Type "voltage"
55         Table false
56         Instance "battery"
57         Values ".1.3.6.1.2.1.33.1.2.5.0"
58     </Data>
59     <Data "upsmib_voltage_input">
60         Type "voltage"
61         Table true
62         InstancePrefix "input"
63         Values ".1.3.6.1.2.1.33.1.3.3.1.3"
64     </Data>
65     <Data "upsmib_voltage_output">
66         Type "voltage"
67         Table true
68         InstancePrefix "output"
69         Values ".1.3.6.1.2.1.33.1.4.4.1.2"
70     </Data>
71     <Data "upsmib_voltage_bypass">
72         Type "voltage"
73         Table true
74         InstancePrefix "bypass"
75         Values ".1.3.6.1.2.1.33.1.5.3.1.2"
76     </Data>
77     <Data "upsmib_current_battery">
78         Type "current"
79         Table false
80         Instance "battery"
81         Values ".1.3.6.1.2.1.33.1.2.6.0"
82     </Data>
83     <Data "upsmib_current_input">
84         Type "current"
85         Table true
86         InstancePrefix "input"
87         Values ".1.3.6.1.2.1.33.1.3.3.1.4"
88     </Data>
89     <Data "upsmib_current_output">
90         Type "current"
91         Table true
92         InstancePrefix "output"
93         Values ".1.3.6.1.2.1.33.1.4.4.1.3"
94     </Data>
95     <Data "upsmib_current_bypass">
96         Type "current"
97         Table true
98         InstancePrefix "bypass"
99         Values ".1.3.6.1.2.1.33.1.5.3.1.3"
100     </Data>
101     <Data "upsmib_temperature_battery">
102         Type "temperature"
103         Table false
104         Instance "battery"
105         Values ".1.3.6.1.2.1.33.1.2.7.0"
106     </Data>
107
108     #
109     # NetApp
110     # Some simple statistics of storage systems by NetApp.
111     #
112     <Data "netapp_cpu_system">
113         Type "cpu"
114         Table false
115         Instance "system"
116         Values ".1.3.6.1.4.1.789.1.2.1.2.0"
117     </Data>
118     <Data "netapp_cpu_idle">
119         Type "cpu"
120         Table false
121         Instance "idle"
122         Values ".1.3.6.1.4.1.789.1.2.1.4.0"
123     </Data>
124     <Data "netapp_if_octets">
125         Type "if_octets"
126         Table false
127         Instance "net"
128         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"
129     </Data>
130
131     #
132     # Juniper SSL
133     # Some stats of an SSL-appliance by Juniper.
134     #
135     <Data "juniperssl_users_web">
136         Type "users"
137         Table false
138         Instance "web"
139         Values ".1.3.6.1.4.1.12532.2.0"
140     </Data>
141     <Data "juniperssl_users_mail">
142         Type "users"
143         Table false
144         Instance "mail"
145         Values ".1.3.6.1.4.1.12532.3.0"
146     </Data>
147     <Data "juniperssl_percent_logfull">
148         Type "percent"
149         Table false
150         Instance "logfull"
151         Values ".1.3.6.1.4.1.12532.1.0"
152     </Data>
153     <Data "juniperssl_percent_diskfull">
154         Type "percent"
155         Table false
156         Instance "diskfull"
157         Values ".1.3.6.1.4.1.12532.25.0"
158     </Data>
159
160
161     #
162     # WuT
163     # Some thermometers and digital IO devices from WuT
164     # <http://www.wut.de/>
165     #
166     <Data "wut_an8graph">
167         Type "temperature"
168         Table true
169         Instance ".1.3.6.1.4.1.5040.1.2.6.3.2.1.1.2"
170         Values ".1.3.6.1.4.1.5040.1.2.6.1.4.1.1"
171         Scale 0.1
172     </Data>
173     <Data "wut_an2graph">
174         Type "temperature"
175         Table true
176         Instance ".1.3.6.1.4.1.5040.1.2.7.3.2.1.1.2"
177         Values ".1.3.6.1.4.1.5040.1.2.7.1.4.1.1"
178         Scale 0.1
179     </Data>
180     <Data "wut_an1graph">
181         Type "temperature"
182         Table true
183         Instance ".1.3.6.1.4.1.5040.1.2.8.3.2.1.1.2"
184         Values ".1.3.6.1.4.1.5040.1.2.8.1.4.1.1"
185         Scale 0.1
186     </Data>
187     <Data "wut_thermo8">
188         Type "temperature"
189         Table true
190         Instance ".1.3.6.1.4.1.5040.1.2.1.3.2.1.1.2"
191         Values ".1.3.6.1.4.1.5040.1.2.1.1.4.1.1"
192         Scale 0.1
193     </Data>
194     <Data "wut_thermo2">
195         Type "temperature"
196         Table true
197         Instance ".1.3.6.1.4.1.5040.1.2.2.3.2.1.1.2"
198         Values ".1.3.6.1.4.1.5040.1.2.2.1.4.1.1"
199         Scale 0.1
200     </Data>
201     <Data "wut_thermo1">
202         Type "temperature"
203         Table true
204         Instance ".1.3.6.1.4.1.5040.1.2.3.3.2.1.1.2"
205         Values ".1.3.6.1.4.1.5040.1.2.3.1.4.1.1"
206         Scale 0.1
207     </Data>
208 </Plugin>