share/collection.conf: Add format option to disk_octets graph.
[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 false
95
96   <DEF>
97     TypeInstance "reserved"
98     DSName "value"
99     Legend "Reserved"
100     Color "ffb000"
101     Area true
102     Stack true
103     Format "%5.1lf%s"
104   </DEF>
105   <DEF>
106     TypeInstance "free"
107     DSName "value"
108     Legend "Free    "
109     Color "00bf00"
110     Area true
111     Stack true
112     Format "%5.1lf%s"
113   </DEF>
114   <DEF>
115     TypeInstance "used"
116     DSName "value"
117     Legend "Used    "
118     Color "ff0000"
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     Format "%5.1lf%s"
229   </DEF>
230   <DEF>
231     DSName "write"
232     Legend "Write"
233     Color "00bf00"
234     Format "%5.1lf%s"
235   </DEF>
236 </Graph>
237
238 <Graph>
239   Host "/any/"
240   Plugin "disk"
241   PluginInstance "/any/"
242   Type "disk_ops"
243   TypeInstance ""
244
245   Title "Disk operations"
246
247   <DEF>
248     DSName "read"
249     Legend "Read "
250     Color "0000ff"
251   </DEF>
252   <DEF>
253     DSName "write"
254     Legend "Write"
255     Color "00bf00"
256   </DEF>
257 </Graph>
258
259 <Graph>
260   Host "/any/"
261   Plugin "disk"
262   PluginInstance "/any/"
263   Type "disk_time"
264   TypeInstance ""
265
266   Title "Disk time per op"
267
268   <DEF>
269     DSName "read"
270     Legend "Read "
271     Color "0000ff"
272   </DEF>
273   <DEF>
274     DSName "write"
275     Legend "Write"
276     Color "00bf00"
277   </DEF>
278 </Graph>
279
280 <Graph>
281   Host "/any/"
282   Plugin "processes"
283   PluginInstance ""
284   Type "fork_rate"
285   TypeInstance ""
286
287   Title "Fork rate"
288   VerticalLabel "Forks/s"
289
290   <DEF>
291     DSName "value"
292     Legend "Fork rate"
293     Color "0000ff"
294   </DEF>
295 </Graph>
296
297 <Graph>
298   Host "/any/"
299   Plugin "interface"
300   PluginInstance "/any/"
301   Type "if_errors"
302   TypeInstance "/any/"
303
304   Title "Interface errors"
305   VerticalLabel "Errors/s"
306
307   <DEF>
308     DSName "rx"
309     Legend "RX"
310     Color "0000ff"
311     Format "%5.1lf"
312   </DEF>
313   <DEF>
314     DSName "tx"
315     Legend "TX"
316     Color "00bf00"
317     Format "%5.1lf"
318   </DEF>
319 </Graph>
320
321 <Graph>
322   Host "/any/"
323   Plugin "interface"
324   PluginInstance "/any/"
325   Type "if_octets"
326   TypeInstance "/any/"
327
328   Title "Interface octets"
329   VerticalLabel "Bytes/s"
330
331   <DEF>
332     DSName "rx"
333     Legend "RX"
334     Color "0000ff"
335     Format "%5.1lf%s"
336   </DEF>
337   <DEF>
338     DSName "tx"
339     Legend "TX"
340     Color "00bf00"
341     Format "%5.1lf%s"
342   </DEF>
343 </Graph>
344
345 <Graph>
346   Host "/any/"
347   Plugin "interface"
348   PluginInstance "/any/"
349   Type "if_packets"
350   TypeInstance "/any/"
351
352   Title "Interface packets"
353   VerticalLabel "Packets/s"
354
355   <DEF>
356     DSName "rx"
357     Legend "RX"
358     Color "0000ff"
359   </DEF>
360   <DEF>
361     DSName "tx"
362     Legend "TX"
363     Color "00bf00"
364   </DEF>
365 </Graph>
366
367 <Graph>
368   Host "/any/"
369   Plugin "load"
370   PluginInstance ""
371   Type "load"
372   TypeInstance ""
373
374   Title "System load"
375
376   <DEF>
377     DSName "longterm"
378     Legend "15m"
379     Color "ff0000"
380   </DEF>
381   <DEF>
382     DSName "midterm"
383     Legend " 5m"
384     Color "0000ff"
385   </DEF>
386   <DEF>
387     DSName "shortterm"
388     Legend " 1m "
389     Color "00ff00"
390   </DEF>
391 </Graph>
392
393 <Graph>
394   Host "/any/"
395   Plugin "memory"
396   PluginInstance ""
397   Type "memory"
398   TypeInstance "/all/"
399
400   Title "Memory utilization"
401   VerticalLabel "Bytes"
402   ShowZero true
403
404   <DEF>
405     TypeInstance "free"
406     DSName "value"
407     Legend "Free    "
408     Color "00e000"
409     Area true
410     Stack true
411     Format "%5.1lf%s"
412   </DEF>
413   <DEF>
414     TypeInstance "cached"
415     DSName "value"
416     Legend "Cached  "
417     Color "0000ff"
418     Area true
419     Stack true
420     Format "%5.1lf%s"
421   </DEF>
422   <DEF>
423     TypeInstance "buffered"
424     DSName "value"
425     Legend "Buffered"
426     Color "ffb000"
427     Area true
428     Stack true
429     Format "%5.1lf%s"
430   </DEF>
431   <DEF>
432     TypeInstance "locked"
433     DSName "value"
434     Legend "Locked  "
435     Color "ff00ff"
436     Area true
437     Stack true
438     Format "%5.1lf%s"
439   </DEF>
440   <DEF>
441     TypeInstance "used"
442     DSName "value"
443     Legend "Used    "
444     Color "ff0000"
445     Area true
446     Stack true
447     Format "%5.1lf%s"
448   </DEF>
449 </Graph>
450
451 <Graph>
452   Host "/any/"
453   Plugin "processes"
454   PluginInstance ""
455   Type "ps_state"
456   TypeInstance "/all/"
457
458   Title "Processes"
459   VerticalLabel "Processes"
460
461   <DEF>
462     TypeInstance "paging"
463     DSName "value"
464     Legend "Paging  "
465     Color "ffb000"
466   </DEF>
467   <DEF>
468     TypeInstance "blocked"
469     DSName "value"
470     Legend "Blocked "
471     Color "ff00ff"
472   </DEF>
473   <DEF>
474     TypeInstance "zombies"
475     DSName "value"
476     Legend "Zombies "
477     Color "ff0000"
478   </DEF>
479   <DEF>
480     TypeInstance "stopped"
481     DSName "value"
482     Legend "Stopped "
483     Color "a000a0"
484   </DEF>
485   <DEF>
486     TypeInstance "running"
487     DSName "value"
488     Legend "Running "
489     Color "00e000"
490   </DEF>
491   <DEF>
492     TypeInstance "sleeping"
493     DSName "value"
494     Legend "Sleeping"
495     Color "0000ff"
496   </DEF>
497 </Graph>
498
499 <Graph>
500   Host "/any/"
501   Plugin "sensors"
502   PluginInstance "/any/"
503   Type "temperature"
504   TypeInstance "/any/"
505
506   Title "Temperature"
507   VerticalLabel "deg Celsius"
508
509   <DEF>
510     DSName "value"
511     Legend "Temperature"
512     Color "0000ff"
513   </DEF>
514 </Graph>
515
516 <Graph>
517   Host "/any/"
518   Plugin "swap"
519   PluginInstance ""
520   Type "swap"
521   TypeInstance "/all/"
522
523   Title "Swap utilization"
524   VerticalLabel "Bytes"
525 </Graph>
526
527 <Graph>
528   Host "/any/"
529   Plugin "swap"
530   PluginInstance ""
531   Type "swap_io"
532   TypeInstance "/all/"
533
534   Title "Swap I/O"
535   VerticalLabel "Pages/s"
536
537   <DEF>
538     TypeInstance "in"
539     DSName "value"
540     Legend "In "
541     Color "0000ff"
542     Format "%5.1lf"
543   </DEF>
544   <DEF>
545     TypeInstance "out"
546     DSName "value"
547     Legend "Out"
548     Color "00bf00"
549     Format "%5.1lf"
550   </DEF>
551 </Graph>
552
553 <Graph>
554   Host "/any/"
555   Plugin "users"
556   PluginInstance ""
557   Type "users"
558   TypeInstance ""
559
560   Title "Users"
561   VerticalLabel "Users"
562
563   <DEF>
564     DSName "users"
565     Legend "Users"
566     Color "0000ff"
567   </DEF>
568 </Graph>