contrib/snmp-data.conf: Added some more RMSes and UPS stuff.
[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     # Riello UPS
110     # Temperatures for UPSes by Riello, <http://www.riello-ups.de/>
111     #
112     <Data "riello_temperature_system">
113         Type "temperature"
114         Table false
115         Instance "system"
116         Values ".1.3.6.1.4.1.5491.1.51.1.5.4.0"
117     </Data>
118     <Data "riello_temperature_rectifier">
119         Type "temperature"
120         Table false
121         Instance "rectifier"
122         Values ".1.3.6.1.4.1.5491.1.51.1.5.5.0"
123     </Data>
124     <Data "riello_temperature_inverter">
125         Type "temperature"
126         Table false
127         Instance "inverter"
128         Values ".1.3.6.1.4.1.5491.1.51.1.5.6.0"
129     </Data>
130
131     #
132     # NetApp
133     # Some simple statistics of storage systems by NetApp.
134     #
135     <Data "netapp_cpu_system">
136         Type "cpu"
137         Table false
138         Instance "system"
139         Values ".1.3.6.1.4.1.789.1.2.1.2.0"
140     </Data>
141     <Data "netapp_cpu_idle">
142         Type "cpu"
143         Table false
144         Instance "idle"
145         Values ".1.3.6.1.4.1.789.1.2.1.4.0"
146     </Data>
147     <Data "netapp_if_octets">
148         Type "if_octets"
149         Table false
150         Instance "net"
151         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"
152     </Data>
153
154     #
155     # Juniper SSL
156     # Some stats of an SSL-appliance by Juniper.
157     #
158     <Data "juniperssl_users_web">
159         Type "users"
160         Table false
161         Instance "web"
162         Values ".1.3.6.1.4.1.12532.2.0"
163     </Data>
164     <Data "juniperssl_users_mail">
165         Type "users"
166         Table false
167         Instance "mail"
168         Values ".1.3.6.1.4.1.12532.3.0"
169     </Data>
170     <Data "juniperssl_percent_logfull">
171         Type "percent"
172         Table false
173         Instance "logfull"
174         Values ".1.3.6.1.4.1.12532.1.0"
175     </Data>
176     <Data "juniperssl_percent_diskfull">
177         Type "percent"
178         Table false
179         Instance "diskfull"
180         Values ".1.3.6.1.4.1.12532.25.0"
181     </Data>
182
183
184     #
185     # WuT
186     # Some thermometers and digital IO devices from WuT
187     # <http://www.wut.de/>
188     #
189     <Data "wut_an8graph">
190         Type "temperature"
191         Table true
192         Instance ".1.3.6.1.4.1.5040.1.2.6.3.2.1.1.2"
193         Values ".1.3.6.1.4.1.5040.1.2.6.1.4.1.1"
194         Scale 0.1
195     </Data>
196     <Data "wut_an2graph">
197         Type "temperature"
198         Table true
199         Instance ".1.3.6.1.4.1.5040.1.2.7.3.2.1.1.2"
200         Values ".1.3.6.1.4.1.5040.1.2.7.1.4.1.1"
201         Scale 0.1
202     </Data>
203     <Data "wut_an1graph">
204         Type "temperature"
205         Table true
206         Instance ".1.3.6.1.4.1.5040.1.2.8.3.2.1.1.2"
207         Values ".1.3.6.1.4.1.5040.1.2.8.1.4.1.1"
208         Scale 0.1
209     </Data>
210     <Data "wut_thermo8">
211         Type "temperature"
212         Table true
213         Instance ".1.3.6.1.4.1.5040.1.2.1.3.2.1.1.2"
214         Values ".1.3.6.1.4.1.5040.1.2.1.1.4.1.1"
215         Scale 0.1
216     </Data>
217     <Data "wut_thermo2">
218         Type "temperature"
219         Table true
220         Instance ".1.3.6.1.4.1.5040.1.2.2.3.2.1.1.2"
221         Values ".1.3.6.1.4.1.5040.1.2.2.1.4.1.1"
222         Scale 0.1
223     </Data>
224     <Data "wut_thermo1">
225         Type "temperature"
226         Table true
227         Instance ".1.3.6.1.4.1.5040.1.2.3.3.2.1.1.2"
228         Values ".1.3.6.1.4.1.5040.1.2.3.1.4.1.1"
229         Scale 0.1
230     </Data>
231
232     #
233     # Infratec
234     # Rack monitoring devices by Infratec, <http://www.infratec-ag.de/>
235     #
236     # Model H2-17
237     <Data "infratec_h2_17_temperature">
238         Type "temperature"
239         Table true
240         Instance ".1.3.6.1.4.1.4519.10.4.1.1.2"
241         Values ".1.3.6.1.4.1.4519.10.4.1.1.3"
242     </Data>
243     <Data "infratec_h2_17_humidity">
244         Type "humidity"
245         Table true
246         Instance ".1.3.6.1.4.1.4519.10.5.1.1.2"
247         Values ".1.3.6.1.4.1.4519.10.5.1.1.3"
248     </Data>
249     <Data "infratec_h2_17_voltage">
250         Type "voltage"
251         Table true
252         InstancePrefix "input"
253         Values ".1.3.6.1.4.1.4519.10.6.1.1.3"
254     </Data>
255     # Model H2-30
256     <Data "infratec_h2_30_temperature">
257         Type "temperature"
258         Table true
259         Instance ".1.3.6.1.4.1.1909.10.4.1.1.2"
260         Values ".1.3.6.1.4.1.1909.10.4.1.1.3"
261     </Data>
262     <Data "infratec_h2_30_humidity">
263         Type "humidity"
264         Table true
265         Instance ".1.3.6.1.4.1.1909.10.5.1.1.2"
266         Values ".1.3.6.1.4.1.1909.10.5.1.1.3"
267     </Data>
268     <Data "infratec_h2_30_voltage">
269         Type "voltage"
270         Table true
271         InstancePrefix "input"
272         Values ".1.3.6.1.4.1.1909.10.6.1.1.3"
273     </Data>
274 </Plugin>