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