share/collection.conf: Fix the DSName of "ping".
[collection4.git] / share / collection.conf
1 CacheFile "/tmp/collection4.json"
2
3 <DataProvider "rrdtool">
4   DataDir "/var/lib/collectd/rrd"
5 </DataProvider>
6
7 <Graph>
8   Host "/any/"
9   Plugin "cpu"
10   PluginInstance "/any/"
11   Type "cpu"
12   TypeInstance "/all/"
13
14   Title "CPU utilization"
15   VerticalLabel "Jiffies"
16
17   <DEF>
18     TypeInstance "idle"
19     DSName "value"
20     Legend "Idle   "
21     Color "e8e8e8"
22     Area true
23     Stack true
24     Format "%6.2lf"
25   </DEF>
26   <DEF>
27     TypeInstance "nice"
28     DSName "value"
29     Legend "Nice   "
30     Color "00e000"
31     Area true
32     Stack true
33     Format "%6.2lf"
34   </DEF>
35   <DEF>
36     TypeInstance "user"
37     DSName "value"
38     Legend "User   "
39     Color "0000ff"
40     Area true
41     Stack true
42     Format "%6.2lf"
43   </DEF>
44   <DEF>
45     TypeInstance "wait"
46     DSName "value"
47     Legend "Wait-IO"
48     Color "ffb000"
49     Area true
50     Stack true
51     Format "%6.2lf"
52   </DEF>
53   <DEF>
54     TypeInstance "system"
55     DSName "value"
56     Legend "System "
57     Color "ff0000"
58     Area true
59     Stack true
60     Format "%6.2lf"
61   </DEF>
62   <DEF>
63     TypeInstance "softirq"
64     DSName "value"
65     Legend "SoftIRQ"
66     Color "ff00ff"
67     Area true
68     Stack true
69     Format "%6.2lf"
70   </DEF>
71   <DEF>
72     TypeInstance "interrupt"
73     DSName "value"
74     Legend "IRQ    "
75     Color "a000a0"
76     Area true
77     Stack true
78     Format "%6.2lf"
79   </DEF>
80   <DEF>
81     TypeInstance "steal"
82     DSName "value"
83     Legend "Steal  "
84     Color "000000"
85     Area true
86     Stack true
87     Format "%6.2lf"
88   </DEF>
89 </Graph>
90
91 <Graph>
92   Host "/any/"
93   Plugin "df"
94   PluginInstance "/any/"
95   Type "df_complex"
96   TypeInstance "/all/"
97
98   Title "Diskspace"
99   VerticalLabel "Bytes"
100   ShowZero false
101
102   <DEF>
103     TypeInstance "reserved"
104     DSName "value"
105     Legend "Reserved"
106     Color "ffb000"
107     Area true
108     Stack true
109     Format "%5.1lf%s"
110   </DEF>
111   <DEF>
112     TypeInstance "free"
113     DSName "value"
114     Legend "Free    "
115     Color "00bf00"
116     Area true
117     Stack true
118     Format "%5.1lf%s"
119   </DEF>
120   <DEF>
121     TypeInstance "used"
122     DSName "value"
123     Legend "Used    "
124     Color "ff0000"
125     Area true
126     Stack true
127     Format "%5.1lf%s"
128   </DEF>
129 </Graph>
130
131 <Graph>
132   Host "/any/"
133   Plugin "netapp"
134   PluginInstance "/any/"
135   Type "df_complex"
136   TypeInstance "/all/"
137
138   Title "Diskspace (NetApp)"
139   VerticalLabel "Bytes"
140   ShowZero true
141
142   <DEF>
143     TypeInstance "sis_saved"
144     DSName "value"
145     Legend "SIS saved         "
146     Color "00e0e0"
147     Area true
148     Stack true
149     Format "%5.1lf%s"
150   </DEF>
151   <DEF>
152     TypeInstance "free"
153     DSName "value"
154     Legend "Free              "
155     Color "00ff00"
156     Area true
157     Stack true
158     Format "%5.1lf%s"
159   </DEF>
160   <DEF>
161     TypeInstance "used"
162     DSName "value"
163     Legend "Used              "
164     Color "ff0000"
165     Area true
166     Stack true
167     Format "%5.1lf%s"
168   </DEF>
169   <DEF>
170     TypeInstance "snap_normal_used"
171     DSName "value"
172     Legend "Snap used (normal)"
173     Color "c10640"
174     Area true
175     Stack true
176     Format "%5.1lf%s"
177   </DEF>
178   <DEF>
179     TypeInstance "snap_reserved"
180     DSName "value"
181     Legend "Snap reserved     "
182     Color "f15aef"
183     Area true
184     Stack true
185     Format "%5.1lf%s"
186   </DEF>
187   <DEF>
188     TypeInstance "snap_reserve_used"
189     DSName "value"
190     Legend "Snap used (resv)  "
191     Color "820c81"
192     Area true
193     Stack true
194     Format "%5.1lf%s"
195   </DEF>
196 </Graph>
197
198 <Graph>
199   Host "/any/"
200   Plugin "df"
201   PluginInstance "/any/"
202   Type "df_inodes"
203   TypeInstance "/all/"
204
205   Title "Diskspace (Inodes)"
206   VerticalLabel "Inodes"
207   ShowZero true
208
209   <DEF>
210     TypeInstance "reserved"
211     DSName "value"
212     Legend "Reserved"
213     Color "ffb000"
214     Area true
215     Stack true
216     Format "%5.1lf%s"
217   </DEF>
218   <DEF>
219     TypeInstance "free"
220     DSName "value"
221     Legend "Free    "
222     Color "00bf00"
223     Area true
224     Stack true
225     Format "%5.1lf%s"
226   </DEF>
227   <DEF>
228     TypeInstance "used"
229     DSName "value"
230     Legend "Used    "
231     Color "ff0000"
232     Area true
233     Stack true
234     Format "%5.1lf%s"
235   </DEF>
236 </Graph>
237
238 <Graph>
239   Host "/any/"
240   Plugin "df"
241   PluginInstance ""
242   Type "df"
243   TypeInstance "/any/"
244
245   Title "Diskspace (legacy)"
246   VerticalLabel "Bytes"
247   ShowZero true
248
249   <DEF>
250     DSName "free"
251     Legend "Free"
252     Color "00bf00"
253     Area true
254     Stack true
255     Format "%5.1lf%s"
256   </DEF>
257   <DEF>
258     DSName "used"
259     Legend "Used"
260     Color "ff0000"
261     Area true
262     Stack true
263     Format "%5.1lf%s"
264   </DEF>
265 </Graph>
266
267 <Graph>
268   Host "/any/"
269   Plugin "/any/"
270   PluginInstance "/any/"
271   Type "disk_merged"
272   TypeInstance ""
273
274   Title "Disk merged operations"
275
276   <DEF>
277     DSName "read"
278     Legend "Read "
279     Color "0000ff"
280   </DEF>
281   <DEF>
282     DSName "write"
283     Legend "Write"
284     Color "00bf00"
285   </DEF>
286 </Graph>
287
288 <Graph>
289   Host "/any/"
290   Plugin "/any/"
291   PluginInstance "/any/"
292   Type "disk_octets"
293   TypeInstance ""
294
295   Title "Disk octets"
296
297   <DEF>
298     DSName "read"
299     Legend "Read "
300     Color "0000ff"
301     Format "%5.1lf%s"
302   </DEF>
303   <DEF>
304     DSName "write"
305     Legend "Write"
306     Color "00bf00"
307     Format "%5.1lf%s"
308   </DEF>
309 </Graph>
310
311 <Graph>
312   Host "/any/"
313   Plugin "/any/"
314   PluginInstance "/any/"
315   Type "disk_ops"
316   TypeInstance ""
317
318   Title "Disk operations"
319
320   <DEF>
321     DSName "read"
322     Legend "Read "
323     Color "0000ff"
324   </DEF>
325   <DEF>
326     DSName "write"
327     Legend "Write"
328     Color "00bf00"
329   </DEF>
330 </Graph>
331
332 <Graph>
333   Host "/any/"
334   Plugin "/any/"
335   PluginInstance "/any/"
336   Type "disk_time"
337   TypeInstance ""
338
339   Title "Disk time per op"
340
341   <DEF>
342     DSName "read"
343     Legend "Read "
344     Color "0000ff"
345   </DEF>
346   <DEF>
347     DSName "write"
348     Legend "Write"
349     Color "00bf00"
350   </DEF>
351 </Graph>
352
353 <Graph>
354   Host "/any/"
355   Plugin "processes"
356   PluginInstance ""
357   Type "fork_rate"
358   TypeInstance ""
359
360   Title "Fork rate"
361   VerticalLabel "Forks/s"
362
363   <DEF>
364     DSName "value"
365     Legend "Fork rate"
366     Color "0000ff"
367   </DEF>
368 </Graph>
369
370 <Graph>
371   Host "/any/"
372   Plugin "interface"
373   PluginInstance "/any/"
374   Type "if_errors"
375   TypeInstance "/any/"
376
377   Title "Interface errors"
378   VerticalLabel "Errors/s"
379
380   <DEF>
381     DSName "rx"
382     Legend "RX"
383     Color "0000ff"
384     Format "%5.1lf"
385   </DEF>
386   <DEF>
387     DSName "tx"
388     Legend "TX"
389     Color "00bf00"
390     Format "%5.1lf"
391   </DEF>
392 </Graph>
393
394 <Graph>
395   Host "/any/"
396   Plugin "/any/"
397   PluginInstance "/any/"
398   Type "if_octets"
399   TypeInstance "/any/"
400
401   Title "Interface octets"
402   VerticalLabel "Bytes/s"
403
404   <DEF>
405     DSName "rx"
406     Legend "RX"
407     Color "0000ff"
408     Format "%5.1lf%s"
409   </DEF>
410   <DEF>
411     DSName "tx"
412     Legend "TX"
413     Color "00bf00"
414     Format "%5.1lf%s"
415   </DEF>
416 </Graph>
417
418 <Graph>
419   Host "/any/"
420   Plugin "interface"
421   PluginInstance "/any/"
422   Type "if_packets"
423   TypeInstance "/any/"
424
425   Title "Interface packets"
426   VerticalLabel "Packets/s"
427
428   <DEF>
429     DSName "rx"
430     Legend "RX"
431     Color "0000ff"
432   </DEF>
433   <DEF>
434     DSName "tx"
435     Legend "TX"
436     Color "00bf00"
437   </DEF>
438 </Graph>
439
440 <Graph>
441   Host "/any/"
442   Plugin "GenericJMX"
443   PluginInstance "/any/"
444   Type "jmx_memory"
445   TypeInstance "/all/"
446
447   Title "JMX memory"
448
449   <DEF>
450     TypeInstance "max"
451     DSName "value"
452     Legend "Max      "
453     Color "00e000"
454     Format "%5.1lf%s"
455   </DEF>
456   <DEF>
457     TypeInstance "committed"
458     DSName "value"
459     Legend "Committed"
460     Color "0000ff"
461     Format "%5.1lf%s"
462   </DEF>
463   <DEF>
464     TypeInstance "init"
465     DSName "value"
466     Legend "Init     "
467     Color "ffb000"
468     Format "%5.1lf%s"
469   </DEF>
470   <DEF>
471     TypeInstance "used"
472     DSName "value"
473     Legend "Used     "
474     Color "ff0000"
475     Format "%5.1lf%s"
476   </DEF>
477 </Graph>
478
479 <Graph>
480   Host "/any/"
481   Plugin "load"
482   PluginInstance ""
483   Type "load"
484   TypeInstance ""
485
486   Title "System load"
487
488   <DEF>
489     DSName "longterm"
490     Legend "15m"
491     Color "ff0000"
492   </DEF>
493   <DEF>
494     DSName "midterm"
495     Legend " 5m"
496     Color "0000ff"
497   </DEF>
498   <DEF>
499     DSName "shortterm"
500     Legend " 1m "
501     Color "00e000"
502   </DEF>
503 </Graph>
504
505 <Graph>
506   Host "/any/"
507   Plugin "memory"
508   PluginInstance ""
509   Type "memory"
510   TypeInstance "/all/"
511
512   Title "Memory utilization"
513   VerticalLabel "Bytes"
514   ShowZero true
515
516   <DEF>
517     TypeInstance "free"
518     DSName "value"
519     Legend "Free    "
520     Color "00e000"
521     Area true
522     Stack true
523     Format "%5.1lf%s"
524   </DEF>
525   <DEF>
526     TypeInstance "cached"
527     DSName "value"
528     Legend "Cached  "
529     Color "0000ff"
530     Area true
531     Stack true
532     Format "%5.1lf%s"
533   </DEF>
534   <DEF>
535     TypeInstance "buffered"
536     DSName "value"
537     Legend "Buffered"
538     Color "ffb000"
539     Area true
540     Stack true
541     Format "%5.1lf%s"
542   </DEF>
543   <DEF>
544     TypeInstance "locked"
545     DSName "value"
546     Legend "Locked  "
547     Color "ff00ff"
548     Area true
549     Stack true
550     Format "%5.1lf%s"
551   </DEF>
552   <DEF>
553     TypeInstance "used"
554     DSName "value"
555     Legend "Used    "
556     Color "ff0000"
557     Area true
558     Stack true
559     Format "%5.1lf%s"
560   </DEF>
561 </Graph>
562
563 <Graph>
564   Host "/any/"
565   Plugin "mysql"
566   PluginInstance ""
567   Type "mysql_commands"
568   TypeInstance "/all/"
569
570   Title "MySQL commands"
571   VerticalLabel "Invocations"
572
573   <DEF>
574     DSName "value"
575     #Legend "Paging  "
576     #Color "ffb000"
577   </DEF>
578 </Graph>
579
580 <Graph>
581   Host "/any/"
582   Plugin "ping"
583   PluginInstance ""
584   Type "ping"
585   TypeInstance "/any/"
586
587   Title "Ping (Latency)"
588   VerticalLabel "Seconds"
589
590   <DEF>
591     # v5: DSName "value"
592     DSName "ping"
593     Legend "Ping"
594     Color "0000ff"
595   </DEF>
596 </Graph>
597
598 <Graph>
599   Host "/any/"
600   Plugin "ping"
601   PluginInstance ""
602   Type "ping_droprate"
603   TypeInstance "/any/"
604
605   Title "Drop rate"
606   VerticalLabel "Rate"
607
608   <DEF>
609     DSName "value"
610     Legend "Rate"
611     Color "0000ff"
612   </DEF>
613 </Graph>
614
615 <Graph>
616   Host "/any/"
617   Plugin "ping"
618   PluginInstance ""
619   Type "ping_stddev"
620   TypeInstance "/any/"
621
622   Title "Standard deviation (ping)"
623   VerticalLabel "Std. deviation"
624
625   <DEF>
626     DSName "value"
627     Legend "Std. dev."
628     Color "0000ff"
629   </DEF>
630 </Graph>
631
632 <Graph>
633   Host "/any/"
634   Plugin "processes"
635   PluginInstance ""
636   Type "ps_state"
637   TypeInstance "/all/"
638
639   Title "Processes"
640   VerticalLabel "Processes"
641
642   <DEF>
643     TypeInstance "paging"
644     DSName "value"
645     Legend "Paging  "
646     Color "ffb000"
647   </DEF>
648   <DEF>
649     TypeInstance "blocked"
650     DSName "value"
651     Legend "Blocked "
652     Color "ff00ff"
653   </DEF>
654   <DEF>
655     TypeInstance "zombies"
656     DSName "value"
657     Legend "Zombies "
658     Color "ff0000"
659   </DEF>
660   <DEF>
661     TypeInstance "stopped"
662     DSName "value"
663     Legend "Stopped "
664     Color "a000a0"
665   </DEF>
666   <DEF>
667     TypeInstance "running"
668     DSName "value"
669     Legend "Running "
670     Color "00e000"
671   </DEF>
672   <DEF>
673     TypeInstance "sleeping"
674     DSName "value"
675     Legend "Sleeping"
676     Color "0000ff"
677   </DEF>
678 </Graph>
679
680 <Graph>
681   Host "/any/"
682   Plugin "sensors"
683   PluginInstance "/any/"
684   Type "temperature"
685   TypeInstance "/any/"
686
687   Title "Temperature"
688   VerticalLabel "deg Celsius"
689
690   <DEF>
691     DSName "value"
692     Legend "Temperature"
693     Color "0000ff"
694   </DEF>
695 </Graph>
696
697 <Graph>
698   Host "/any/"
699   Plugin "swap"
700   PluginInstance ""
701   Type "swap"
702   TypeInstance "/all/"
703
704   Title "Swap utilization"
705   VerticalLabel "Bytes"
706
707   <DEF>
708     TypeInstance "free"
709     DSName "value"
710     Legend "Free  "
711     Color "00e000"
712     Area true
713     Stack true
714     Format "%5.1lf%s"
715   </DEF>
716   <DEF>
717     TypeInstance "cached"
718     DSName "value"
719     Legend "Cached"
720     Color "ffb000"
721     Area true
722     Stack true
723     Format "%5.1lf%s"
724   </DEF>
725   <DEF>
726     TypeInstance "used"
727     DSName "value"
728     Legend "Used  "
729     Color "ff0000"
730     Area true
731     Stack true
732     Format "%5.1lf%s"
733   </DEF>
734 </Graph>
735
736 <Graph>
737   Host "/any/"
738   Plugin "swap"
739   PluginInstance ""
740   Type "swap_io"
741   TypeInstance "/all/"
742
743   Title "Swap I/O"
744   VerticalLabel "Pages/s"
745
746   <DEF>
747     TypeInstance "in"
748     DSName "value"
749     Legend "In "
750     Color "0000ff"
751     Format "%5.1lf"
752   </DEF>
753   <DEF>
754     TypeInstance "out"
755     DSName "value"
756     Legend "Out"
757     Color "00bf00"
758     Format "%5.1lf"
759   </DEF>
760 </Graph>
761
762 <Graph>
763   Host "/any/"
764   Plugin "tcpconns"
765   PluginInstance "/any/"
766   Type "tcp_connections"
767   TypeInstance "/all/"
768
769   Title "TCP connections"
770   VerticalLabel "Connections"
771
772   <DEF>
773     TypeInstance "LISTEN"
774     DSName "value"
775     Legend "LISTEN     "
776     Color "ff0000"
777     Area true
778     Stack true
779     Format "%6.2lf"
780   </DEF>
781   <DEF>
782     TypeInstance "CLOSING"
783     DSName "value"
784     Legend "CLOSING    "
785     Color "000000"
786     Area true
787     Stack true
788     Format "%6.2lf"
789   </DEF>
790   <DEF>
791     TypeInstance "LAST_ACK"
792     DSName "value"
793     Legend "LAST_ACK   "
794     Color "000080"
795     Area true
796     Stack true
797     Format "%6.2lf"
798   </DEF>
799   <DEF>
800     TypeInstance "CLOSE_WAIT"
801     DSName "value"
802     Legend "CLOSE_WAIT "
803     Color "0000a0"
804     Area true
805     Stack true
806     Format "%6.2lf"
807   </DEF>
808   <DEF>
809     TypeInstance "CLOSE"
810     DSName "value"
811     Legend "CLOSE      "
812     Color "0000f0"
813     Area true
814     Stack true
815     Format "%6.2lf"
816   </DEF>
817   <DEF>
818     TypeInstance "TIME_WAIT"
819     DSName "value"
820     Legend "TIME_WAIT  "
821     Color "ffb000"
822     Area true
823     Stack true
824     Format "%6.2lf"
825   </DEF>
826   <DEF>
827     TypeInstance "FIN_WAIT2"
828     DSName "value"
829     Legend "FIN_WAIT2  "
830     Color "f000a0"
831     Area true
832     Stack true
833     Format "%6.2lf"
834   </DEF>
835   <DEF>
836     TypeInstance "FIN_WAIT1"
837     DSName "value"
838     Legend "FIN_WAIT1  "
839     Color "f000f0"
840     Area true
841     Stack true
842     Format "%6.2lf"
843   </DEF>
844   <DEF>
845     TypeInstance "SYN_RECV"
846     DSName "value"
847     Legend "SYN_RECV   "
848     Color "00e0a0"
849     Area true
850     Stack true
851     Format "%6.2lf"
852   </DEF>
853   <DEF>
854     TypeInstance "SYN_SENT"
855     DSName "value"
856     Legend "SYN_SENT   "
857     Color "00e0ff"
858     Area true
859     Stack true
860     Format "%6.2lf"
861   </DEF>
862   <DEF>
863     TypeInstance "ESTABLISHED"
864     DSName "value"
865     Legend "ESTABLISHED"
866     Color "00e000"
867     Area true
868     Stack true
869     Format "%6.2lf"
870   </DEF>
871   <DEF>
872     TypeInstance "CLOSED"
873     DSName "value"
874     Legend "CLOSED     "
875     Color "0000f0"
876     Area true
877     Stack true
878     Format "%6.2lf"
879   </DEF>
880 </Graph>
881
882 <Graph>
883   Host "/any/"
884   Plugin "users"
885   PluginInstance ""
886   Type "users"
887   TypeInstance ""
888
889   Title "Users"
890   VerticalLabel "Users"
891
892   <DEF>
893     DSName "users"
894     Legend "Users"
895     Color "0000ff"
896   </DEF>
897 </Graph>
898
899 <Graph>
900   Host "/any/"
901   Plugin "terminal_services"
902   PluginInstance ""
903   Type "users"
904   TypeInstance "/all/"
905
906   Title "Users (Terminal Services)"
907   VerticalLabel "Users"
908
909   <DEF>
910     TypeInstance "active"
911     DSName "users"
912     Legend "Active  "
913     Color "ff0000"
914   </DEF>
915   <DEF>
916     TypeInstance "inactive"
917     DSName "users"
918     Legend "Inactive"
919     Color "0000ff"
920   </DEF>
921 </Graph>
922
923 <Graph>
924   Host "/any/"
925   Plugin "/any/"
926   PluginInstance "/any/"
927   Type "current"
928   TypeInstance "/any/"
929
930   Title "Current"
931   VerticalLabel "Amperes"
932
933   <DEF>
934     DSName "value"
935     Legend "Current"
936     Color "0000ff"
937   </DEF>
938 </Graph>
939
940 <Graph>
941   Host "/any/"
942   Plugin "/any/"
943   PluginInstance "/any/"
944   Type "power"
945   TypeInstance "/any/"
946
947   Title "Power"
948   VerticalLabel "Watts"
949
950   <DEF>
951     DSName "value"
952     Legend "Power"
953     Color "0000ff"
954   </DEF>
955 </Graph>
956
957 <Graph>
958   Host "/any/"
959   Plugin "/any/"
960   PluginInstance "/any/"
961   Type "temperature"
962   TypeInstance "/any/"
963
964   Title "Temperature"
965   VerticalLabel "Deg Celsius"
966
967   <DEF>
968     DSName "value"
969     Legend "Temperature"
970     Color "0000ff"
971   </DEF>
972 </Graph>
973
974 <Graph>
975   Host "/any/"
976   Plugin "/any/"
977   PluginInstance "/any/"
978   Type "voltage"
979   TypeInstance "/any/"
980
981   Title "Voltage"
982   VerticalLabel "Volts"
983
984   <DEF>
985     DSName "value"
986     Legend "Voltage"
987     Color "0000ff"
988   </DEF>
989 </Graph>
990
991 <Graph>
992   Host "/any/"
993   Plugin "/any/"
994   PluginInstance "/any/"
995   Type "work"
996   TypeInstance "/any/"
997
998   Title "Work"
999   #VerticalLabel ""
1000
1001   <DEF>
1002     DSName "value"
1003     Legend "Work"
1004     Color "0000ff"
1005   </DEF>
1006 </Graph>
1007