share/collection.conf: Add sensors/temperature graphs.
[collection4.git] / share / collection.conf
1 <Graph>
2   Host "/any/"
3   Plugin "cpu"
4   PluginInstance "/any/"
5   Type "cpu"
6   TypeInstance "/all/"
7
8   Title "CPU utilization"
9   VerticalLabel "Jiffies"
10
11   <DEF>
12     TypeInstance "idle"
13     DSName "value"
14     Legend "Idle   "
15     Color "e8e8e8"
16     Area true
17     Stack true
18     Format "%6.2lf"
19   </DEF>
20   <DEF>
21     TypeInstance "nice"
22     DSName "value"
23     Legend "Nice   "
24     Color "00e000"
25     Area true
26     Stack true
27     Format "%6.2lf"
28   </DEF>
29   <DEF>
30     TypeInstance "user"
31     DSName "value"
32     Legend "User   "
33     Color "0000ff"
34     Area true
35     Stack true
36     Format "%6.2lf"
37   </DEF>
38   <DEF>
39     TypeInstance "wait"
40     DSName "value"
41     Legend "Wait-IO"
42     Color "ffb000"
43     Area true
44     Stack true
45     Format "%6.2lf"
46   </DEF>
47   <DEF>
48     TypeInstance "system"
49     DSName "value"
50     Legend "System "
51     Color "ff0000"
52     Area true
53     Stack true
54     Format "%6.2lf"
55   </DEF>
56   <DEF>
57     TypeInstance "softirq"
58     DSName "value"
59     Legend "SoftIRQ"
60     Color "ff00ff"
61     Area true
62     Stack true
63     Format "%6.2lf"
64   </DEF>
65   <DEF>
66     TypeInstance "interrupt"
67     DSName "value"
68     Legend "IRQ    "
69     Color "a000a0"
70     Area true
71     Stack true
72     Format "%6.2lf"
73   </DEF>
74   <DEF>
75     TypeInstance "steal"
76     DSName "value"
77     Legend "Steal  "
78     Color "000000"
79     Area true
80     Stack true
81     Format "%6.2lf"
82   </DEF>
83 </Graph>
84
85 <Graph>
86   Host "/any/"
87   Plugin "df"
88   PluginInstance "/any/"
89   Type "df_complex"
90   TypeInstance "/all/"
91
92   Title "Diskspace"
93   VerticalLabel "Bytes"
94   ShowZero true
95
96   <DEF>
97     TypeInstance "used"
98     DSName "value"
99     Legend "Used    "
100     Color "ff0000"
101     Area true
102     #Stack true
103     Format "%5.1lf%s"
104   </DEF>
105   <DEF>
106     TypeInstance "reserved"
107     DSName "value"
108     Legend "Reserved"
109     Color "ffb000"
110     Area true
111     Stack true
112     Format "%5.1lf%s"
113   </DEF>
114   <DEF>
115     TypeInstance "free"
116     DSName "value"
117     Legend "Free    "
118     Color "00bf00"
119     Area true
120     Stack true
121     Format "%5.1lf%s"
122   </DEF>
123 </Graph>
124
125 <Graph>
126   Host "/any/"
127   Plugin "df"
128   PluginInstance "/any/"
129   Type "df_inodes"
130   TypeInstance "/all/"
131
132   Title "Diskspace (Inodes)"
133   VerticalLabel "Inodes"
134   ShowZero true
135
136   <DEF>
137     TypeInstance "used"
138     DSName "value"
139     Legend "Used    "
140     Color "ff0000"
141     Area true
142     #Stack true
143   </DEF>
144   <DEF>
145     TypeInstance "reserved"
146     DSName "value"
147     Legend "Reserved"
148     Color "ffb000"
149     Area true
150     Stack true
151   </DEF>
152   <DEF>
153     TypeInstance "free"
154     DSName "value"
155     Legend "Free    "
156     Color "00bf00"
157     Area true
158     Stack true
159   </DEF>
160 </Graph>
161
162 <Graph>
163   Host "/any/"
164   Plugin "df"
165   PluginInstance ""
166   Type "df"
167   TypeInstance "/any/"
168
169   Title "Diskspace (legacy)"
170   VerticalLabel "Bytes"
171   ShowZero true
172
173   <DEF>
174     DSName "used"
175     Legend "Used"
176     Color "ff0000"
177     Area true
178     #Stack true
179     Format "%5.1lf%s"
180   </DEF>
181   <DEF>
182     DSName "free"
183     Legend "Free"
184     Color "00bf00"
185     Area true
186     Stack true
187     Format "%5.1lf%s"
188   </DEF>
189 </Graph>
190
191 <Graph>
192   Host "/any/"
193   Plugin "disk"
194   PluginInstance "/any/"
195   Type "disk_merged"
196   TypeInstance ""
197
198   Title "Disk merged operations"
199
200   <DEF>
201     DSName "read"
202     Legend "Read "
203     Color "0000ff"
204   </DEF>
205   <DEF>
206     DSName "write"
207     Legend "Write"
208     Color "00bf00"
209   </DEF>
210 </Graph>
211
212 <Graph>
213   Host "/any/"
214   Plugin "disk"
215   PluginInstance "/any/"
216   Type "disk_octets"
217   TypeInstance ""
218
219   Title "Disk octets"
220
221   <DEF>
222     DSName "read"
223     Legend "Read "
224     Color "0000ff"
225   </DEF>
226   <DEF>
227     DSName "write"
228     Legend "Write"
229     Color "00bf00"
230   </DEF>
231 </Graph>
232
233 <Graph>
234   Host "/any/"
235   Plugin "disk"
236   PluginInstance "/any/"
237   Type "disk_ops"
238   TypeInstance ""
239
240   Title "Disk operations"
241
242   <DEF>
243     DSName "read"
244     Legend "Read "
245     Color "0000ff"
246   </DEF>
247   <DEF>
248     DSName "write"
249     Legend "Write"
250     Color "00bf00"
251   </DEF>
252 </Graph>
253
254 <Graph>
255   Host "/any/"
256   Plugin "disk"
257   PluginInstance "/any/"
258   Type "disk_time"
259   TypeInstance ""
260
261   Title "Disk time per op"
262
263   <DEF>
264     DSName "read"
265     Legend "Read "
266     Color "0000ff"
267   </DEF>
268   <DEF>
269     DSName "write"
270     Legend "Write"
271     Color "00bf00"
272   </DEF>
273 </Graph>
274
275 <Graph>
276   Host "/any/"
277   Plugin "interface"
278   PluginInstance "/any/"
279   Type "if_octets"
280   TypeInstance "/any/"
281
282   Title "Interface octets"
283   VerticalLabel "Bytes/s"
284
285   <DEF>
286     DSName "rx"
287     Legend "RX"
288     Color "0000ff"
289   </DEF>
290   <DEF>
291     DSName "tx"
292     Legend "TX"
293     Color "00bf00"
294   </DEF>
295 </Graph>
296
297 <Graph>
298   Host "/any/"
299   Plugin "interface"
300   PluginInstance "/any/"
301   Type "if_packets"
302   TypeInstance "/any/"
303
304   Title "Interface packets"
305   VerticalLabel "Packets/s"
306
307   <DEF>
308     DSName "rx"
309     Legend "RX"
310     Color "0000ff"
311   </DEF>
312   <DEF>
313     DSName "tx"
314     Legend "TX"
315     Color "00bf00"
316   </DEF>
317 </Graph>
318
319 <Graph>
320   Host "/any/"
321   Plugin "load"
322   PluginInstance ""
323   Type "load"
324   TypeInstance ""
325
326   Title "System load"
327
328   <DEF>
329     DSName "longterm"
330     Legend "15m"
331     Color "ff0000"
332   </DEF>
333   <DEF>
334     DSName "midterm"
335     Legend " 5m"
336     Color "0000ff"
337   </DEF>
338   <DEF>
339     DSName "shortterm"
340     Legend " 1m "
341     Color "00ff00"
342   </DEF>
343 </Graph>
344
345 <Graph>
346   Host "/any/"
347   Plugin "memory"
348   PluginInstance ""
349   Type "memory"
350   TypeInstance "/all/"
351
352   Title "Memory utilization"
353   VerticalLabel "Bytes"
354   ShowZero true
355
356   <DEF>
357     TypeInstance "free"
358     DSName "value"
359     Legend "Free    "
360     Color "00e000"
361     Area true
362     Stack true
363     Format "%5.1lf%s"
364   </DEF>
365   <DEF>
366     TypeInstance "cached"
367     DSName "value"
368     Legend "Cached  "
369     Color "0000ff"
370     Area true
371     Stack true
372     Format "%5.1lf%s"
373   </DEF>
374   <DEF>
375     TypeInstance "buffered"
376     DSName "value"
377     Legend "Buffered"
378     Color "ffb000"
379     Area true
380     Stack true
381     Format "%5.1lf%s"
382   </DEF>
383   <DEF>
384     TypeInstance "locked"
385     DSName "value"
386     Legend "Locked  "
387     Color "ff00ff"
388     Area true
389     Stack true
390     Format "%5.1lf%s"
391   </DEF>
392   <DEF>
393     TypeInstance "used"
394     DSName "value"
395     Legend "Used    "
396     Color "ff0000"
397     Area true
398     Stack true
399     Format "%5.1lf%s"
400   </DEF>
401 </Graph>
402
403 <Graph>
404   Host "/any/"
405   Plugin "processes"
406   PluginInstance ""
407   Type "ps_state"
408   TypeInstance "/all/"
409
410   Title "Processes"
411   VerticalLabel "Processes"
412
413   <DEF>
414     TypeInstance "paging"
415     DSName "value"
416     Legend "Paging  "
417     Color "ffb000"
418   </DEF>
419   <DEF>
420     TypeInstance "blocked"
421     DSName "value"
422     Legend "Blocked "
423     Color "ff00ff"
424   </DEF>
425   <DEF>
426     TypeInstance "zombies"
427     DSName "value"
428     Legend "Zombies "
429     Color "ff0000"
430   </DEF>
431   <DEF>
432     TypeInstance "stopped"
433     DSName "value"
434     Legend "Stopped "
435     Color "a000a0"
436   </DEF>
437   <DEF>
438     TypeInstance "running"
439     DSName "value"
440     Legend "Running "
441     Color "00e000"
442   </DEF>
443   <DEF>
444     TypeInstance "sleeping"
445     DSName "value"
446     Legend "Sleeping"
447     Color "0000ff"
448   </DEF>
449 </Graph>
450
451 <Graph>
452   Host "/any/"
453   Plugin "sensors"
454   PluginInstance "/any/"
455   Type "temperature"
456   TypeInstance "/any/"
457
458   Title "Temperature"
459   VerticalLabel "deg Celsius"
460
461   <DEF>
462     DSName "value"
463     Legend "Temperature"
464     Color "0000ff"
465   </DEF>
466 </Graph>
467
468 <Graph>
469   Host "/any/"
470   Plugin "swap"
471   PluginInstance ""
472   Type "swap"
473   TypeInstance "/all/"
474
475   Title "Swap utilization"
476   VerticalLabel "Bytes"
477 </Graph>
478