Bumped version to 4.7.3; Updated ChangeLog.
[collectd.git] / contrib / collection3 / etc / collection.conf
1 #DataDir "/var/lib/collectd/rrd"
2 GraphWidth 400
3 #UnixSockAddr "/var/run/collectd-unixsock"
4 <Type apache_bytes>
5   DataSources count
6   DSName "count Bytes/s"
7   RRDTitle "Apache Traffic"
8   RRDVerticalLabel "Bytes/s"
9   RRDFormat "%5.1lf%s"
10   Color count 0000ff
11 </Type>
12 <Type apache_requests>
13   DataSources count
14   DSName "count Requests/s"
15   RRDTitle "Apache Traffic"
16   RRDVerticalLabel "Requests/s"
17   RRDFormat "%5.2lf"
18   Color count 00d000
19 </Type>
20 <Type apache_scoreboard>
21   Module GenericStacked
22   DataSources count
23   RRDTitle "Apache scoreboard on {hostname}"
24   RRDVerticalLabel "Slots"
25   RRDFormat "%6.2lf"
26   DSName closing Closing
27   DSName dnslookup DNS lookup
28   DSName finishing Finishing
29   DSName idle_cleanup Idle cleanup
30   DSName keepalive Keep alive
31   DSName logging Logging
32   DSName open Open (empty)
33   DSName reading Reading
34   DSName sending Sending
35   DSName starting Starting
36   DSName waiting Waiting
37   Order open closing dnslookup finishing idle_cleanup keepalive logging open reading sending starting waiting
38   Color closing      000080
39   Color dnslookup    ff0000
40   Color finishing    008080
41   Color idle_cleanup ffff00
42   Color keepalive    0080ff
43   Color logging      a000a0
44   Color open         e0e0e0
45   Color reading      0000ff
46   Color sending      00e000
47   Color starting     ff00ff
48   Color waiting      ffb000
49 </Type>
50 <Type cache_ratio>
51   DataSources value
52   DSName value Percent
53   RRDTitle "Cache hit ratio for {plugin_instance} {type_instance}"
54   RRDVerticalLabel "Percent"
55   RRDFormat "%5.1lf %%"
56 </Type>
57 <Type cpu>
58   Module GenericStacked
59   DataSources value
60   RRDTitle "CPU {plugin_instance} usage"
61   RRDVerticalLabel "Jiffies"
62   RRDFormat "%5.2lf"
63   DSName idle Idle
64   DSName nice Nice
65   DSName user User
66   DSName wait Wait-IO
67   DSName system System
68   DSName softirq SoftIRQ
69   DSName interrupt IRQ
70   DSName steal Steal
71   Order idle nice user wait system softirq interrupt steal
72   Color idle      e8e8e8
73   Color nice      00e000
74   Color user      0000ff
75   Color wait      ffb000
76   Color system    ff0000
77   Color softirq   ff00ff
78   Color interrupt a000a0
79   Color steal     000000
80 </Type>
81 <Type current>
82   DataSources value
83   DSName value Current
84   RRDTitle "Current ({type_instance})"
85   RRDVerticalLabel "Ampere"
86   RRDFormat "%4.1lfA"
87   Color value ffb000
88 </Type>
89 <Type df>
90   Module Df
91   DataSources free used
92 </Type>
93 <Type df_complex>
94   Module GenericStacked
95   DataSources value
96   RRDTitle "disk usage on {plugin_instance}"
97   RRDVerticalLabel "Byte"
98   RRDFormat "%6.2lf%s"
99   DSName "snap_used    used for snapshots"
100   DSName "snap_reserved snapshot reserve "
101   DSName "used         in use            "
102   DSName "free         free              "
103   DSName "sis_saved    sis_saved         "
104   Order free snap_used snap_reserved sis_saved used
105   Color snap_reverse   ff8000
106   Color used  ff0000
107   Color snap_used   000080
108   Color snap_reserved   ff8000
109   Color free  00ff00
110   Color sis_saved 00e0e0
111 </Type>
112 <Type disk_latency>
113   Module GenericIO
114   DataSources read write
115   DSName "read Read "
116   DSName write Write
117   RRDTitle "Disk Latency for {plugin_instance}"
118   RRDVerticalLabel "microseconds"
119   Scale 0.000001
120   RRDFormat "%5.1lf %ss"
121 </Type>
122 <Type disk_octets>
123   Module GenericIO
124   DataSources read write
125   DSName "read Read   "
126   DSName write Written
127   RRDTitle "Disk Traffic ({instance})"
128   RRDVerticalLabel "Bytes per second"
129 # RRDOptions ...
130   RRDFormat "%5.1lf%s"
131 </Type>
132 <Type disk_ops>
133   Module GenericIO
134   DataSources read write
135   DSName "read Read   "
136   DSName write Written
137   RRDTitle "Disk Operations ({instance})"
138   RRDVerticalLabel "Operations per second"
139 # RRDOptions ...
140   RRDFormat "%5.1lf"
141 </Type>
142 <Type disk_ops_complex>
143   Module GenericStacked
144   DataSources value
145   RRDTitle "Netapp disc ops on {plugin_instance}"
146   RRDVerticalLabel "Ops"
147   RRDFormat "%6.2lf"
148   DSName fcp_ops   FCP-Ops
149   DSName nfs_ops   NFS-Ops
150   DSName http_ops  HTTP-Ops
151   DSName cifs_ops  CIFS-Ops
152   DSName dafs_ops  DAFS-Ops
153   DSName iscsi_ops iSCSI-Ops
154   Order fcp_ops nfs_ops http_ops cifs_ops dafs_ops iscsi_ops
155   Color fcp_ops    000080
156   Color nfs_ops    ff0000
157   Color http_ops   ffb000
158   Color cifs_ops   00e0a0
159   Color dafs_ops   00e000
160   Color iscsi_ops  00e0ff
161 </Type>
162 <Type disk_merged>
163   Module GenericIO
164   DataSources read write
165   DSName "read Read   "
166   DSName write Written
167   RRDTitle "Disk Merged Operations ({instance})"
168   RRDVerticalLabel "Merged operations/s"
169 # RRDOptions ...
170   RRDFormat "%5.1lf"
171 </Type>
172 <Type disk_time>
173   Module GenericIO
174   DataSources read write
175   DSName "read Read   "
176   DSName write Written
177   RRDTitle "Disk time per operation ({instance})"
178   RRDVerticalLabel "Avg. Time/Op"
179 # RRDOptions ...
180   RRDFormat "%5.1lf%ss"
181   Scale 0.001
182 </Type>
183 <Type dns_opcode>
184   DataSources value
185   DSName "value Queries/s"
186   RRDTitle "DNS Opcode {type_instance}"
187   RRDVerticalLabel "Queries/s"
188   RRDFormat "%6.1lf"
189 </Type>
190 <Type conntrack>
191   DataSources conntrack
192   DSName conntrack Conntrack count
193   RRDTitle "nf_conntrack connections on {hostname}"
194   RRDVerticalLabel "Count"
195   RRDFormat "%4.0lf"
196 </Type>
197 <Type entropy>
198   DataSources entropy
199   DSName entropy Entropy bits
200   RRDTitle "Available entropy on {hostname}"
201   RRDVerticalLabel "Bits"
202   RRDFormat "%4.0lf"
203 </Type>
204 <Type fanspeed>
205   DataSources value
206   DSName value RPM
207   RRDTitle "Fanspeed ({instance})"
208   RRDVerticalLabel "RPM"
209   RRDFormat "%6.1lf"
210   Color value 00b000
211 </Type>
212 <Type frequency>
213   DataSources frequency
214   DSName frequency Frequency
215   RRDTitle "Frequency ({type_instance})"
216   RRDVerticalLabel "Hertz"
217   RRDFormat "%4.1lfHz"
218   Color frequency a000a0
219 </Type>
220 <Type humidity>
221   DataSources value
222   DSName value Humitidy
223   RRDTitle "Humitidy ({instance})"
224   RRDVerticalLabel "Percent"
225   RRDFormat "%4.1lf%%"
226   Color value 00e000
227 </Type>
228 <Type if_errors>
229   Module GenericIO
230   DataSources rx tx
231   DSName rx RX
232   DSName tx TX
233   RRDTitle "Interface Errors ({type_instance})"
234   RRDVerticalLabel "Errors per second"
235 # RRDOptions ...
236   RRDFormat "%.3lf"
237 </Type>
238 <Type if_rx_errors>
239   Module GenericStacked
240   DataSources value
241   RRDTitle "Interface receive errors ({plugin_instance})"
242   RRDVerticalLabel "Erorrs/s"
243   RRDFormat "%.1lf"
244   Color length  f00000
245   Color over    00e0ff
246   Color crc     00e000
247   Color frame   ffb000
248   Color fifo    f000c0
249   Color missed  0000f0
250 </Type>
251 <Type if_tx_errors>
252   Module GenericStacked
253   DataSources value
254   RRDTitle "Interface transmit errors ({plugin_instance})"
255   RRDVerticalLabel "Erorrs/s"
256   RRDFormat "%.1lf"
257   Color aborted   f00000
258   Color carrier   00e0ff
259   Color fifo      00e000
260   Color heartbeat ffb000
261   Color window    f000c0
262 </Type>
263 <Type if_octets>
264   Module GenericIO
265   DataSources rx tx
266   DSName rx RX
267   DSName tx TX
268   RRDTitle "Interface Traffic ({instance})"
269   RRDVerticalLabel "Bits per second"
270 # RRDOptions ...
271   RRDFormat "%5.1lf%s"
272   Scale 8
273 </Type>
274 <Type if_packets>
275   Module GenericIO
276   DataSources rx tx
277   DSName rx RX
278   DSName tx TX
279   RRDTitle "Interface Packets ({type_instance})"
280   RRDVerticalLabel "Packets per second"
281 # RRDOptions ...
282   RRDFormat "%5.1lf%s"
283 </Type>
284 <Type io_octets>
285   Module GenericIO
286   DataSources rx tx
287   DSName "rx Read   "
288   DSName "tx Written"
289   RRDTitle "IO Traffic ({instance})"
290   RRDVerticalLabel "Bytes per second"
291 # RRDOptions ...
292   RRDFormat "%5.1lf%s"
293 </Type>
294 <Type ipt_bytes>
295   DataSources value
296   DSName value Bytes/s
297   RRDTitle "Traffic ({type_instance})"
298   RRDVerticalLabel "Bytes per second"
299 # RRDOptions ...
300   RRDFormat "%5.1lf%s"
301 </Type>
302 <Type ipt_packets>
303   DataSources value
304   DSName value Packets/s
305   RRDTitle "Packets ({type_instance})"
306   RRDVerticalLabel "Packets per second"
307 # RRDOptions ...
308   RRDFormat "%5.1lf"
309 </Type>
310 <Type irq>
311   Module GenericStacked
312   DataSources value
313   RRDTitle "Interrupts on {hostname}"
314   RRDVerticalLabel "IRQs/s"
315   RRDFormat "%5.1lf"
316 </Type>
317 <Type load>
318   Module Load
319 </Type>
320 <Type java_memory>
321   Module JavaMemory
322   DataSources value
323 </Type>
324 <Type memory>
325   Module GenericStacked
326   DataSources value
327   RRDTitle "Physical memory utilization on {hostname}"
328   RRDVerticalLabel "Bytes"
329   RRDFormat "%5.1lf%s"
330   RRDOptions -b 1024 -l 0
331   DSName     "free Free    "
332   DSName   "cached Cached  "
333   DSName "buffered Buffered"
334   DSName   "locked Locked  "
335   DSName     "used Used    "
336   #Order used buffered cached free
337   Order free cached buffered used
338   Color free      00e000
339   Color cached    0000ff
340   Color buffered  ffb000
341   Color locked    ff00ff
342   Color used      ff0000
343 </Type>
344 <Type mysql_commands>
345   Module GenericStacked
346   DataSources value
347   RRDTitle "MySQL commands ({plugin_instance})"
348   RRDVerticalLabel "Invocations"
349   RRDFormat "%6.2lf"
350
351
352   DSName admin_commands admin_commands
353   DSName alter_table alter_table
354   DSName begin begin
355   DSName change_db change_db
356   DSName check check
357   DSName commit commit
358   DSName create_db create_db
359   DSName create_table create_table
360   DSName delete delete
361   DSName drop_db drop_db
362   DSName drop_table drop_table
363   DSName flush flush
364   DSName grant grant
365   DSName insert insert
366   DSName insert_select insert_select
367   DSName lock_tables lock_tables
368   DSName optimize optimize
369   DSName rename_table rename_table
370   DSName replace replace
371   DSName revoke revoke
372   DSName select select
373   DSName set_option set_option
374   DSName show_create_table show_create_table
375   DSName show_databases show_databases
376   DSName show_fields show_fields
377   DSName show_keys show_keys
378   DSName show_master_status show_master_status
379   DSName show_processlist show_processlist
380   DSName show_slave_hosts show_slave_hosts
381   DSName show_status show_status
382   DSName show_tables show_tables
383   DSName show_triggers show_triggers
384   DSName show_variables show_variables
385   DSName unlock_tables unlock_tables
386   DSName update update
387   DSName update_multi update_multi
388
389   Order admin_commands alter_table begin change_db check commit create_db create_table delete drop_db drop_table flush grant insert insert_select lock_tables optimize rename_table replace revoke select set_option show_create_table show_databases show_fields show_keys show_master_status show_processlist show_slave_hosts show_status show_tables show_triggers show_variables unlock_tables update update_multi
390
391   Color admin_commands ff0000
392   Color alter_table ff002a
393   Color begin ff0055
394   Color change_db ff007f
395   Color check ff00aa
396   Color commit ff00d4
397   Color create_db ff00ff
398   Color create_table d400ff
399   Color delete aa00ff
400   Color drop_db 7f00ff
401   Color drop_table 5400ff
402   Color flush 2a00ff
403   Color grant 0000ff
404   Color insert 002aff
405   Color insert_select 0055ff
406   Color lock_tables 007fff
407   Color optimize 00a9ff
408   Color rename_table 00d4ff
409   Color replace 00ffff
410   Color revoke 00ffd4
411   Color select 00ffa9
412   Color set_option 00ff7f
413   Color show_create_table 00ff55
414   Color show_databases 00ff2a
415   Color show_fields 00ff00
416   Color show_keys 2aff00
417   Color show_master_status 54ff00
418   Color show_processlist 7fff00
419   Color show_slave_hosts aaff00
420   Color show_status d4ff00
421   Color show_tables ffff00
422   Color show_triggers ffd400
423   Color show_variables ffaa00
424   Color unlock_tables ff7f00
425   Color update ff5400
426   Color update_multi ff2a00
427 </Type>
428 <Type mysql_handler>
429   Module GenericStacked
430   DataSources value
431   RRDTitle "MySQL handler ({plugin_instance})"
432   RRDVerticalLabel "Invocations"
433   RRDFormat "%6.2lf"
434   DSName commit commit
435   DSName delete delete
436   DSName read_first read_first
437   DSName read_key read_key
438   DSName read_next read_next
439   DSName read_prev read_prev
440   DSName read_rnd read_rnd
441   DSName read_rnd_next read_rnd_next
442   DSName update update
443   DSName write write
444   Order commit delete read_first read_key read_next read_prev read_rnd read_rnd_next update write
445   Color commit ff0000
446   Color delete ff0099
447   Color read_first cc00ff
448   Color read_key 3200ff
449   Color read_next 0065ff
450   Color read_prev 00ffff
451   Color read_rnd 00ff65
452   Color read_rnd_next 33ff00
453   Color update cbff00
454   Color write ff9800
455 </Type>
456 <Type mysql_octets>
457   Module GenericIO
458   DataSources rx tx
459   DSName rx RX
460   DSName tx TX
461   RRDTitle "MySQL Traffic ({plugin_instance})"
462   RRDVerticalLabel "Bits per second"
463   RRDFormat "%5.1lf%s"
464   Scale 8
465 </Type>
466 <Type percent>
467   DataSources percent
468   DSName percent Percent
469   RRDTitle "Percent ({type_instance})"
470   RRDVerticalLabel "Percent"
471   RRDFormat "%4.1lf%%"
472   Color percent 0000ff
473 </Type>
474 <Type ping>
475   DataSources ping
476   DSName "ping Latency"
477   RRDTitle "Network latency ({type_instance})"
478   RRDVerticalLabel "Milliseconds"
479   RRDFormat "%5.2lfms"
480 </Type>
481 <Type power>
482   DataSources value
483   DSName value Watts
484   RRDTitle "Power ({type_instance})"
485   RRDVerticalLabel "Watts"
486   RRDFormat "%6.2lf%sW"
487   Color value 008080
488 </Type>
489 <Type ps_cputime>
490   Module PsCputime
491 </Type>
492 <Type ps_rss>
493   DataSources value
494   DSName value RSS
495   RRDTitle "Resident Segment Size ({instance})"
496   RRDVerticalLabel "Bytes"
497   RRDFormat "%6.2lf%s"
498 </Type>
499 <Type ps_state>
500   Module GenericStacked
501   DataSources value
502   RRDTitle "Processes on {hostname}"
503   RRDVerticalLabel "Processes"
504   RRDFormat "%5.1lf"
505   DSName running  Running
506   DSName sleeping Sleeping
507   DSName paging   Paging
508   DSName zombies  Zombies
509   DSName blocked  Blocked
510   DSName stopped  Stopped
511   Order paging blocked zombies stopped running sleeping
512   Color running  00e000
513   Color sleeping 0000ff
514   Color paging   ffb000
515   Color zombies  ff0000
516   Color blocked  ff00ff
517   Color stopped  a000a0
518 </Type>
519 <Type swap>
520   Module GenericStacked
521   DataSources value
522   RRDTitle "Swap utilization on {hostname}"
523   RRDVerticalLabel "Bytes"
524   RRDFormat "%5.1lf%s"
525   RRDOptions -b 1024 -l 0
526   DSName     "free Free    "
527   DSName   "cached Cached  "
528   DSName     "used Used    "
529   #Order used cached free
530   Order free cached used
531   Color free      00e000
532   Color cached    0000ff
533   Color used      ff0000
534 </Type>
535 <Type table_size>
536   Module TableSize
537   DataSources value
538   DSName value Bytes
539   RRDTitle "Table size ({instance})"
540   RRDVerticalLabel "Size [Bytes]"
541 # RRDOptions ...
542   RRDFormat "%5.1lf%s"
543 </Type>
544 <Type tcp_connections>
545   Module GenericStacked
546   DataSources value
547   RRDTitle "TCP connections ({plugin_instance})"
548   RRDVerticalLabel "Connections"
549   RRDFormat "%5.1lf"
550   Order LISTEN CLOSING LAST_ACK CLOSE_WAIT CLOSE TIME_WAIT FIN_WAIT2 FIN_WAIT1 SYN_RECV SYN_SENT ESTABLISHED CLOSED
551   Color ESTABLISHED 00e000
552   Color SYN_SENT   00e0ff
553   Color SYN_RECV   00e0a0
554   Color FIN_WAIT1  f000f0
555   Color FIN_WAIT2  f000a0
556   Color TIME_WAIT  ffb000
557   Color CLOSE      0000f0
558   Color CLOSE_WAIT 0000a0
559   Color LAST_ACK   000080
560   Color LISTEN     ff0000
561   Color CLOSING    000000
562   Color CLOSED     0000f0
563 </Type>
564 <Type temperature>
565   DataSources value
566   DSName value Temp
567   RRDTitle "Temperature ({instance})"
568   RRDVerticalLabel "°Celsius"
569   RRDFormat "%4.1lf°C"
570 </Type>
571 <Type total_time_in_ms>
572   DataSources value
573   DSName "value Time"
574   RRDTitle "Time {instance}"
575   RRDVerticalLabel "Seconds"
576   RRDFormat "%6.2lf %ss"
577   Scale 0.001
578 </Type>
579 <Type users>
580   DataSources users
581   DSName users Users
582   RRDTitle "Users ({type_instance}) on {hostname}"
583   RRDVerticalLabel "Users"
584   RRDFormat "%.1lf"
585   Color users 0000f0
586 </Type>
587 <Type voltage>
588   DataSources value
589   DSName value Volts
590   RRDTitle "Voltage ({type_instance})"
591   RRDVerticalLabel "Volts"
592   RRDFormat "%4.1lfV"
593   Color value f00000
594 </Type>
595 <Type wirkleistung>
596   Module Wirkleistung
597   DataSources kWh
598   DSName value Wh
599   RRDTitle "Watt"
600   RRDVerticalLabel "W"
601   RRDFormat "%4.1lfW"
602 </Type>
603 # vim: set sw=2 sts=2 et syntax=apache fileencoding=utf-8 :