b0141624fee25cfd302185f8f3253fe32447eef0
[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     Format "%5.1lf%s"
144   </DEF>
145   <DEF>
146     TypeInstance "reserved"
147     DSName "value"
148     Legend "Reserved"
149     Color "ffb000"
150     Area true
151     Stack true
152     Format "%5.1lf%s"
153   </DEF>
154   <DEF>
155     TypeInstance "free"
156     DSName "value"
157     Legend "Free    "
158     Color "00bf00"
159     Area true
160     Stack true
161     Format "%5.1lf%s"
162   </DEF>
163 </Graph>
164
165 <Graph>
166   Host "/any/"
167   Plugin "df"
168   PluginInstance ""
169   Type "df"
170   TypeInstance "/any/"
171
172   Title "Diskspace (legacy)"
173   VerticalLabel "Bytes"
174   ShowZero true
175
176   <DEF>
177     DSName "used"
178     Legend "Used"
179     Color "ff0000"
180     Area true
181     #Stack true
182     Format "%5.1lf%s"
183   </DEF>
184   <DEF>
185     DSName "free"
186     Legend "Free"
187     Color "00bf00"
188     Area true
189     Stack true
190     Format "%5.1lf%s"
191   </DEF>
192 </Graph>
193
194 <Graph>
195   Host "/any/"
196   Plugin "disk"
197   PluginInstance "/any/"
198   Type "disk_merged"
199   TypeInstance ""
200
201   Title "Disk merged operations"
202
203   <DEF>
204     DSName "read"
205     Legend "Read "
206     Color "0000ff"
207   </DEF>
208   <DEF>
209     DSName "write"
210     Legend "Write"
211     Color "00bf00"
212   </DEF>
213 </Graph>
214
215 <Graph>
216   Host "/any/"
217   Plugin "disk"
218   PluginInstance "/any/"
219   Type "disk_octets"
220   TypeInstance ""
221
222   Title "Disk octets"
223
224   <DEF>
225     DSName "read"
226     Legend "Read "
227     Color "0000ff"
228   </DEF>
229   <DEF>
230     DSName "write"
231     Legend "Write"
232     Color "00bf00"
233   </DEF>
234 </Graph>
235
236 <Graph>
237   Host "/any/"
238   Plugin "disk"
239   PluginInstance "/any/"
240   Type "disk_ops"
241   TypeInstance ""
242
243   Title "Disk operations"
244
245   <DEF>
246     DSName "read"
247     Legend "Read "
248     Color "0000ff"
249   </DEF>
250   <DEF>
251     DSName "write"
252     Legend "Write"
253     Color "00bf00"
254   </DEF>
255 </Graph>
256
257 <Graph>
258   Host "/any/"
259   Plugin "disk"
260   PluginInstance "/any/"
261   Type "disk_time"
262   TypeInstance ""
263
264   Title "Disk time per op"
265
266   <DEF>
267     DSName "read"
268     Legend "Read "
269     Color "0000ff"
270   </DEF>
271   <DEF>
272     DSName "write"
273     Legend "Write"
274     Color "00bf00"
275   </DEF>
276 </Graph>
277
278 <Graph>
279   Host "/any/"
280   Plugin "processes"
281   PluginInstance ""
282   Type "fork_rate"
283   TypeInstance ""
284
285   Title "Fork rate"
286   VerticalLabel "Forks/s"
287
288   <DEF>
289     DSName "value"
290     Legend "Fork rate"
291     Color "0000ff"
292   </DEF>
293 </Graph>
294
295 <Graph>
296   Host "/any/"
297   Plugin "interface"
298   PluginInstance "/any/"
299   Type "if_errors"
300   TypeInstance "/any/"
301
302   Title "Interface errors"
303   VerticalLabel "Errors/s"
304
305   <DEF>
306     DSName "rx"
307     Legend "RX"
308     Color "0000ff"
309     Format "%5.1lf"
310   </DEF>
311   <DEF>
312     DSName "tx"
313     Legend "TX"
314     Color "00bf00"
315     Format "%5.1lf"
316   </DEF>
317 </Graph>
318
319 <Graph>
320   Host "/any/"
321   Plugin "interface"
322   PluginInstance "/any/"
323   Type "if_octets"
324   TypeInstance "/any/"
325
326   Title "Interface octets"
327   VerticalLabel "Bytes/s"
328
329   <DEF>
330     DSName "rx"
331     Legend "RX"
332     Color "0000ff"
333     Format "%5.1lf%s"
334   </DEF>
335   <DEF>
336     DSName "tx"
337     Legend "TX"
338     Color "00bf00"
339     Format "%5.1lf%s"
340   </DEF>
341 </Graph>
342
343 <Graph>
344   Host "/any/"
345   Plugin "interface"
346   PluginInstance "/any/"
347   Type "if_packets"
348   TypeInstance "/any/"
349
350   Title "Interface packets"
351   VerticalLabel "Packets/s"
352
353   <DEF>
354     DSName "rx"
355     Legend "RX"
356     Color "0000ff"
357   </DEF>
358   <DEF>
359     DSName "tx"
360     Legend "TX"
361     Color "00bf00"
362   </DEF>
363 </Graph>
364
365 <Graph>
366   Host "/any/"
367   Plugin "load"
368   PluginInstance ""
369   Type "load"
370   TypeInstance ""
371
372   Title "System load"
373
374   <DEF>
375     DSName "longterm"
376     Legend "15m"
377     Color "ff0000"
378   </DEF>
379   <DEF>
380     DSName "midterm"
381     Legend " 5m"
382     Color "0000ff"
383   </DEF>
384   <DEF>
385     DSName "shortterm"
386     Legend " 1m "
387     Color "00ff00"
388   </DEF>
389 </Graph>
390
391 <Graph>
392   Host "/any/"
393   Plugin "memory"
394   PluginInstance ""
395   Type "memory"
396   TypeInstance "/all/"
397
398   Title "Memory utilization"
399   VerticalLabel "Bytes"
400   ShowZero true
401
402   <DEF>
403     TypeInstance "free"
404     DSName "value"
405     Legend "Free    "
406     Color "00e000"
407     Area true
408     Stack true
409     Format "%5.1lf%s"
410   </DEF>
411   <DEF>
412     TypeInstance "cached"
413     DSName "value"
414     Legend "Cached  "
415     Color "0000ff"
416     Area true
417     Stack true
418     Format "%5.1lf%s"
419   </DEF>
420   <DEF>
421     TypeInstance "buffered"
422     DSName "value"
423     Legend "Buffered"
424     Color "ffb000"
425     Area true
426     Stack true
427     Format "%5.1lf%s"
428   </DEF>
429   <DEF>
430     TypeInstance "locked"
431     DSName "value"
432     Legend "Locked  "
433     Color "ff00ff"
434     Area true
435     Stack true
436     Format "%5.1lf%s"
437   </DEF>
438   <DEF>
439     TypeInstance "used"
440     DSName "value"
441     Legend "Used    "
442     Color "ff0000"
443     Area true
444     Stack true
445     Format "%5.1lf%s"
446   </DEF>
447 </Graph>
448
449 <Graph>
450   Host "/any/"
451   Plugin "processes"
452   PluginInstance ""
453   Type "ps_state"
454   TypeInstance "/all/"
455
456   Title "Processes"
457   VerticalLabel "Processes"
458
459   <DEF>
460     TypeInstance "paging"
461     DSName "value"
462     Legend "Paging  "
463     Color "ffb000"
464   </DEF>
465   <DEF>
466     TypeInstance "blocked"
467     DSName "value"
468     Legend "Blocked "
469     Color "ff00ff"
470   </DEF>
471   <DEF>
472     TypeInstance "zombies"
473     DSName "value"
474     Legend "Zombies "
475     Color "ff0000"
476   </DEF>
477   <DEF>
478     TypeInstance "stopped"
479     DSName "value"
480     Legend "Stopped "
481     Color "a000a0"
482   </DEF>
483   <DEF>
484     TypeInstance "running"
485     DSName "value"
486     Legend "Running "
487     Color "00e000"
488   </DEF>
489   <DEF>
490     TypeInstance "sleeping"
491     DSName "value"
492     Legend "Sleeping"
493     Color "0000ff"
494   </DEF>
495 </Graph>
496
497 <Graph>
498   Host "/any/"
499   Plugin "sensors"
500   PluginInstance "/any/"
501   Type "temperature"
502   TypeInstance "/any/"
503
504   Title "Temperature"
505   VerticalLabel "deg Celsius"
506
507   <DEF>
508     DSName "value"
509     Legend "Temperature"
510     Color "0000ff"
511   </DEF>
512 </Graph>
513
514 <Graph>
515   Host "/any/"
516   Plugin "swap"
517   PluginInstance ""
518   Type "swap"
519   TypeInstance "/all/"
520
521   Title "Swap utilization"
522   VerticalLabel "Bytes"
523 </Graph>
524
525 <Graph>
526   Host "/any/"
527   Plugin "swap"
528   PluginInstance ""
529   Type "swap_io"
530   TypeInstance "/all/"
531
532   Title "Swap I/O"
533   VerticalLabel "Pages/s"
534
535   <DEF>
536     TypeInstance "in"
537     DSName "value"
538     Legend "In "
539     Color "0000ff"
540     Format "%5.1lf"
541   </DEF>
542   <DEF>
543     TypeInstance "out"
544     DSName "value"
545     Legend "Out"
546     Color "00bf00"
547     Format "%5.1lf"
548   </DEF>
549 </Graph>
550
551 <Graph>
552   Host "/any/"
553   Plugin "users"
554   PluginInstance ""
555   Type "users"
556   TypeInstance ""
557
558   Title "Users"
559   VerticalLabel "Users"
560
561   <DEF>
562     DSName "users"
563     Legend "Users"
564     Color "0000ff"
565   </DEF>
566 </Graph>