turbostat: Fix parsing warnings
[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     # Battery branch
48     <Data "upsmib_timeleft_battery">
49         Type "timeleft"
50         Table false
51         Instance "battery"
52         Values ".1.3.6.1.2.1.33.1.2.3.0"
53     </Data>
54     <Data "upsmib_charge_battery">
55         Type "percent"
56         Table false
57         Instance "charge-battery"
58         Values ".1.3.6.1.2.1.33.1.2.4.0"
59     </Data>
60     <Data "upsmib_voltage_battery">
61         Type "voltage"
62         Table false
63         Instance "battery"
64         Values ".1.3.6.1.2.1.33.1.2.5.0"
65         Scale 0.1
66     </Data>
67     <Data "upsmib_current_battery">
68         Type "current"
69         Table false
70         Instance "battery"
71         Values ".1.3.6.1.2.1.33.1.2.6.0"
72         Scale 0.1
73     </Data>
74     <Data "upsmib_temperature_battery">
75         Type "temperature"
76         Table false
77         Instance "battery"
78         Values ".1.3.6.1.2.1.33.1.2.7.0"
79     </Data>
80     # Input branch
81     <Data "upsmib_frequency_input">
82         Type "frequency"
83         Table true
84         InstancePrefix "input"
85         Values ".1.3.6.1.2.1.33.1.3.3.1.2"
86         Scale 0.1
87     </Data>
88     <Data "upsmib_voltage_input">
89         Type "voltage"
90         Table true
91         InstancePrefix "input"
92         Values ".1.3.6.1.2.1.33.1.3.3.1.3"
93     </Data>
94     <Data "upsmib_current_input">
95         Type "current"
96         Table true
97         InstancePrefix "input"
98         Values ".1.3.6.1.2.1.33.1.3.3.1.4"
99         Scale 0.1
100     </Data>
101     <Data "upsmib_power_input">
102         Type "power"
103         Table true
104         InstancePrefix "input"
105         Values ".1.3.6.1.2.1.33.1.3.3.1.5"
106     </Data>
107     # Output branch
108     <Data "upsmib_frequency_output">
109         Type "frequency"
110         Table false
111         Instance "output"
112         Values ".1.3.6.1.2.1.33.1.4.2.0"
113         Scale 0.1
114     </Data>
115     <Data "upsmib_voltage_output">
116         Type "voltage"
117         Table true
118         InstancePrefix "output"
119         Values ".1.3.6.1.2.1.33.1.4.4.1.2"
120     </Data>
121     <Data "upsmib_current_output">
122         Type "current"
123         Table true
124         InstancePrefix "output"
125         Values ".1.3.6.1.2.1.33.1.4.4.1.3"
126         Scale 0.1
127     </Data>
128     <Data "upsmib_power_output">
129         Type "power"
130         Table true
131         InstancePrefix "output"
132         Values ".1.3.6.1.2.1.33.1.4.4.1.4"
133     </Data>
134     <Data "upsmib_load_output">
135         Type "percent"
136         Table true
137         InstancePrefix "load-output"
138         Values ".1.3.6.1.2.1.33.1.4.4.1.5"
139     </Data>
140     # Bypass branch
141     <Data "upsmib_frequency_bypass">
142         Type "frequency"
143         Table false
144         Instance "output"
145         Values ".1.3.6.1.2.1.33.1.5.1.0"
146         Scale 0.1
147     </Data>
148     <Data "upsmib_voltage_bypass">
149         Type "voltage"
150         Table true
151         InstancePrefix "bypass"
152         Values ".1.3.6.1.2.1.33.1.5.3.1.2"
153     </Data>
154     <Data "upsmib_current_bypass">
155         Type "current"
156         Table true
157         InstancePrefix "bypass"
158         Values ".1.3.6.1.2.1.33.1.5.3.1.3"
159         Scale 0.1
160     </Data>
161     <Data "upsmib_power_bypass">
162         Type "power"
163         Table true
164         InstancePrefix "bypass"
165         Values ".1.3.6.1.2.1.33.1.5.3.1.4"
166     </Data>
167     # Special definitions for broken UPSes
168     <Data "upsmib_voltage_battery_unscaled">
169         Type "voltage"
170         Table false
171         Instance "battery"
172         Values ".1.3.6.1.2.1.33.1.2.5.0"
173     </Data>
174     <Data "upsmib_current_input_unscaled">
175         Type "current"
176         Table true
177         InstancePrefix "input"
178         Values ".1.3.6.1.2.1.33.1.3.3.1.4"
179     </Data>
180     <Data "upsmib_current_output_unscaled">
181         Type "current"
182         Table true
183         InstancePrefix "output"
184         Values ".1.3.6.1.2.1.33.1.4.4.1.3"
185     </Data>
186
187     #
188     # Riello UPS
189     # Temperatures for UPSes by Riello, <http://www.riello-ups.de/>
190     #
191     <Data "riello_temperature_system">
192         Type "temperature"
193         Table false
194         Instance "system"
195         Values ".1.3.6.1.4.1.5491.1.51.1.5.4.0"
196     </Data>
197     <Data "riello_temperature_rectifier">
198         Type "temperature"
199         Table false
200         Instance "rectifier"
201         Values ".1.3.6.1.4.1.5491.1.51.1.5.5.0"
202     </Data>
203     <Data "riello_temperature_inverter">
204         Type "temperature"
205         Table false
206         Instance "inverter"
207         Values ".1.3.6.1.4.1.5491.1.51.1.5.6.0"
208     </Data>
209
210     #
211     # PowerPlus UPS, manufactured by Gamatronic, <http://www.gamatronic.com/>,
212     # distributed in Germany by AdPoS, <http://adpos-usv.de/>
213     #
214     # Global inputs
215     <Data "powerplus_voltage_input">
216         Type "voltage"
217         Table true
218         InstancePrefix "input"
219         Values ".1.3.6.1.4.1.6050.5.4.1.1.2"
220     </Data>
221     <Data "powerplus_current_input">
222         Type "current"
223         Table true
224         InstancePrefix "input"
225         Values ".1.3.6.1.4.1.6050.5.4.1.1.3"
226     </Data>
227     <Data "powerplus_power_apparent_input">
228         Type "power"
229         Table true
230         InstancePrefix "apparent-input"
231         Values ".1.3.6.1.4.1.6050.5.4.1.1.4"
232         Scale 100.0
233     </Data>
234     <Data "powerplus_power_active_input">
235         Type "power"
236         Table true
237         InstancePrefix "active-input"
238         Values ".1.3.6.1.4.1.6050.5.4.1.1.5"
239         Scale 100.0
240     </Data>
241     <Data "powerplus_performance_factor_input">
242         Type "percent"
243         Table true
244         InstancePrefix "performance_factor-input"
245         Values ".1.3.6.1.4.1.6050.5.4.1.1.6"
246     </Data>
247     # Global outputs
248     <Data "powerplus_voltage_output">
249         Type "voltage"
250         Table true
251         InstancePrefix "output"
252         Values ".1.3.6.1.4.1.6050.5.5.1.1.2"
253     </Data>
254     <Data "powerplus_current_output">
255         Type "current"
256         Table true
257         InstancePrefix "output"
258         Values ".1.3.6.1.4.1.6050.5.5.1.1.3"
259     </Data>
260     <Data "powerplus_power_apparent_output">
261         Type "power"
262         Table true
263         InstancePrefix "apparent-output"
264         Values ".1.3.6.1.4.1.6050.5.5.1.1.4"
265         Scale 100.0
266     </Data>
267     <Data "powerplus_power_active_output">
268         Type "power"
269         Table true
270         InstancePrefix "active-output"
271         Values ".1.3.6.1.4.1.6050.5.5.1.1.5"
272         Scale 100.0
273     </Data>
274     <Data "powerplus_load_level_output">
275         Type "percent"
276         Table true
277         InstancePrefix "load_level-output"
278         Values ".1.3.6.1.4.1.6050.5.5.1.1.6"
279     </Data>
280     <Data "powerplus_active_load_level_output">
281         Type "percent"
282         Table true
283         InstancePrefix "active_load_level-output"
284         Values ".1.3.6.1.4.1.6050.5.5.1.1.7"
285     </Data>
286     <Data "powerplus_performance_factor_output">
287         Type "percent"
288         Table true
289         InstancePrefix "performance_factor-output"
290         Values ".1.3.6.1.4.1.6050.5.5.1.1.8"
291     </Data>
292     # Global DC
293     <Data "powerplus_global_dc_positive">
294         Type "voltage"
295         Table false
296         Instance "dc_positive-global"
297         Values ".1.3.6.1.4.1.6050.5.6.1.0"
298     </Data>
299     <Data "powerplus_global_dc_negative">
300         Type "voltage"
301         Table false
302         Instance "dc_negative-global"
303         Values ".1.3.6.1.4.1.6050.5.6.2.0"
304     </Data>
305     <Data "powerplus_global_dc_total">
306         Type "voltage"
307         Table false
308         Instance "dc_total-global"
309         Values ".1.3.6.1.4.1.6050.5.6.3.0"
310     </Data>
311
312     #
313     # NetApp
314     # Some simple statistics of storage systems by NetApp.
315     #
316     <Data "netapp_cpu_system">
317         Type "cpu"
318         Table false
319         Instance "system"
320         Values ".1.3.6.1.4.1.789.1.2.1.2.0"
321     </Data>
322     <Data "netapp_cpu_idle">
323         Type "cpu"
324         Table false
325         Instance "idle"
326         Values ".1.3.6.1.4.1.789.1.2.1.4.0"
327     </Data>
328     <Data "netapp_if_octets">
329         Type "if_octets"
330         Table false
331         Instance "net"
332         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"
333     </Data>
334
335     #
336     # Juniper SSL
337     # Some stats of an SSL-appliance by Juniper.
338     #
339     <Data "juniperssl_users_web">
340         Type "users"
341         Table false
342         Instance "web"
343         Values ".1.3.6.1.4.1.12532.2.0"
344     </Data>
345     <Data "juniperssl_users_mail">
346         Type "users"
347         Table false
348         Instance "mail"
349         Values ".1.3.6.1.4.1.12532.3.0"
350     </Data>
351     <Data "juniperssl_percent_logfull">
352         Type "percent"
353         Table false
354         Instance "logfull"
355         Values ".1.3.6.1.4.1.12532.1.0"
356     </Data>
357     <Data "juniperssl_percent_diskfull">
358         Type "percent"
359         Table false
360         Instance "diskfull"
361         Values ".1.3.6.1.4.1.12532.25.0"
362     </Data>
363
364
365     #
366     # WuT
367     # Some thermometers and digital IO devices from WuT
368     # <http://www.wut.de/>
369     #
370     <Data "wut_an8graph">
371         Type "temperature"
372         Table true
373         Instance ".1.3.6.1.4.1.5040.1.2.6.3.2.1.1.2"
374         Values ".1.3.6.1.4.1.5040.1.2.6.1.4.1.1"
375         Scale 0.1
376     </Data>
377     <Data "wut_an2graph">
378         Type "temperature"
379         Table true
380         Instance ".1.3.6.1.4.1.5040.1.2.7.3.2.1.1.2"
381         Values ".1.3.6.1.4.1.5040.1.2.7.1.4.1.1"
382         Scale 0.1
383     </Data>
384     <Data "wut_an1graph">
385         Type "temperature"
386         Table true
387         Instance ".1.3.6.1.4.1.5040.1.2.8.3.2.1.1.2"
388         Values ".1.3.6.1.4.1.5040.1.2.8.1.4.1.1"
389         Scale 0.1
390     </Data>
391     <Data "wut_thermo8">
392         Type "temperature"
393         Table true
394         Instance ".1.3.6.1.4.1.5040.1.2.1.3.2.1.1.2"
395         Values ".1.3.6.1.4.1.5040.1.2.1.1.4.1.1"
396         Scale 0.1
397     </Data>
398     <Data "wut_thermo2">
399         Type "temperature"
400         Table true
401         Instance ".1.3.6.1.4.1.5040.1.2.2.3.2.1.1.2"
402         Values ".1.3.6.1.4.1.5040.1.2.2.1.4.1.1"
403         Scale 0.1
404     </Data>
405     <Data "wut_thermo1">
406         Type "temperature"
407         Table true
408         Instance ".1.3.6.1.4.1.5040.1.2.3.3.2.1.1.2"
409         Values ".1.3.6.1.4.1.5040.1.2.3.1.4.1.1"
410         Scale 0.1
411     </Data>
412
413     #
414     # Infratec
415     # Rack monitoring devices by Infratec, <http://www.infratec-ag.de/>
416     #
417     # Model H2-17
418     <Data "infratec_h2_17_temperature">
419         Type "temperature"
420         Table true
421         Instance ".1.3.6.1.4.1.4519.10.4.1.1.2"
422         Values ".1.3.6.1.4.1.4519.10.4.1.1.3"
423     </Data>
424     <Data "infratec_h2_17_humidity">
425         Type "humidity"
426         Table true
427         Instance ".1.3.6.1.4.1.4519.10.5.1.1.2"
428         Values ".1.3.6.1.4.1.4519.10.5.1.1.3"
429     </Data>
430     <Data "infratec_h2_17_voltage">
431         Type "voltage"
432         Table true
433         InstancePrefix "input"
434         Values ".1.3.6.1.4.1.4519.10.6.1.1.3"
435     </Data>
436     # Model H2-30
437     <Data "infratec_h2_30_temperature">
438         Type "temperature"
439         Table true
440         Instance ".1.3.6.1.4.1.1909.10.4.1.1.2"
441         Values ".1.3.6.1.4.1.1909.10.4.1.1.3"
442     </Data>
443     <Data "infratec_h2_30_humidity">
444         Type "humidity"
445         Table true
446         Instance ".1.3.6.1.4.1.1909.10.5.1.1.2"
447         Values ".1.3.6.1.4.1.1909.10.5.1.1.3"
448     </Data>
449     <Data "infratec_h2_30_voltage">
450         Type "voltage"
451         Table true
452         InstancePrefix "input"
453         Values ".1.3.6.1.4.1.1909.10.6.1.1.3"
454     </Data>
455
456     #
457     # Mikrotik RouterBoards
458     #
459     # Wireless statistics: station mode
460     <Data "mikrotik_wl_sta_bitrate_tx">
461         tYPE "Bitrate"
462         Table true
463         InstancePrefix "st-tx-"
464         Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5"
465         Values ".1.3.6.1.4.1.14988.1.1.1.1.1.2"
466     </Data>
467
468     <Data "mikrotik_wl_sta_bitrate_rx">
469         Type "bitrate"
470         Table true
471         InstancePrefix "st-rx-"
472         Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5"
473         Values ".1.3.6.1.4.1.14988.1.1.1.1.1.3"
474     </Data>
475
476     <Data "mikrotik_wl_sta_signal">
477         Type "signal_power"
478         Table true
479         InstancePrefix "st-"
480         Instance ".1.3.6.1.4.1.14988.1.1.1.1.1.5"
481         Values ".1.3.6.1.4.1.14988.1.1.1.1.1.4"
482     </Data>
483
484     # Wireless statistics: AP mode / registration table
485     <Data "mikrotik_wl_reg_signal">
486         Type "signal_power"
487         Table true
488         InstancePrefix "ap-"
489         Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1"
490         Values ".1.3.6.1.4.1.14988.1.1.1.2.1.3"
491     </Data>
492
493     <Data "mikrotik_wl_reg_octets">
494         Type "if_octets"
495         Table true
496         InstancePrefix "ap-"
497         Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1"
498         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"
499     </Data>
500
501     <Data "mikrotik_wl_reg_packets">
502         Type "if_packets"
503         Table true
504         InstancePrefix "ap-"
505         Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1"
506         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"
507     </Data>
508
509     <Data "mikrotik_wl_reg_bitrate_tx">
510         Type "bitrate"
511         Table true
512         InstancePrefix "ap-tx-"
513         Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1"
514         Values ".1.3.6.1.4.1.14988.1.1.1.2.1.8"
515     </Data>
516
517     <Data "mikrotik_wl_reg_bitrate_rx">
518         Type "bitrate"
519         Table true
520         InstancePrefix "ap-rx-"
521         Instance ".1.3.6.1.4.1.14988.1.1.1.2.1.1"
522         Values ".1.3.6.1.4.1.14988.1.1.1.2.1.9"
523     </Data>
524 </Plugin>