Merge branch 'collectd-4.3' into collectd-4.4
[collectd.git] / contrib / collection3 / etc / collection.conf
1 GraphWidth 400
2 <Type apache_scoreboard>
3   Module GenericStacked
4   DataSources count
5   RRDTitle "Apache scoreboard on {hostname}"
6   RRDVerticalLabel "Slots"
7   RRDFormat "%6.2lf"
8   DSName closing Closing
9   DSName dnslookup DNS lookup
10   DSName finishing Finishing
11   DSName idle_cleanup Idle cleanup
12   DSName keepalive Keep alive
13   DSName logging Logging
14   DSName open Open (empty)
15   DSName reading Reading
16   DSName sending Sending
17   DSName starting Starting
18   DSName waiting Waiting
19   Order open closing dnslookup finishing idle_cleanup keepalive logging open reading sending starting waiting
20   Color closing      000080
21   Color dnslookup    ff0000
22   Color finishing    008080
23   Color idle_cleanup ffff00
24   Color keepalive    0080ff
25   Color logging      a000a0
26   Color open         e0e0e0
27   Color reading      0000ff
28   Color sending      00e000
29   Color starting     ff00ff
30   Color waiting      ffb000
31 </Type>
32 <Type cpu>
33   Module GenericStacked
34   DataSources value
35   RRDTitle "CPU {plugin_instance} usage"
36   RRDVerticalLabel "Jiffies"
37   RRDFormat "%5.2lf"
38   DSName idle Idle
39   DSName nice Nice
40   DSName user User
41   DSName wait Wait-IO
42   DSName system System
43   DSName softirq SoftIRQ
44   DSName interrupt IRQ
45   DSName steal Steal
46   Order idle nice user wait system softirq interrupt steal
47   Color idle      e8e8e8
48   Color nice      00e000
49   Color user      0000ff
50   Color wait      ffb000
51   Color system    ff0000
52   Color softirq   ff00ff
53   Color interrupt a000a0
54   Color steal     000000
55 </Type>
56 <Type current>
57   DataSources value
58   DSName value Current
59   RRDTitle "Current ({type_instance})"
60   RRDVerticalLabel "Ampere"
61   RRDFormat "%4.1lfA"
62   Color value ffb000
63 </Type>
64 <Type df>
65   Module Df
66   DataSources free used
67 </Type>
68 <Type disk_octets>
69   Module GenericIO
70   DataSources read write
71   DSName "read Read   "
72   DSName write Written
73   RRDTitle "Disk Traffic ({plugin_instance})"
74   RRDVerticalLabel "Bytes per second"
75 # RRDOptions ...
76   RRDFormat "%5.1lf%s"
77 </Type>
78 <Type disk_ops>
79   Module GenericIO
80   DataSources read write
81   DSName "read Read   "
82   DSName write Written
83   RRDTitle "Disk Operations ({plugin_instance})"
84   RRDVerticalLabel "Operations per second"
85 # RRDOptions ...
86   RRDFormat "%5.1lf"
87 </Type>
88 <Type disk_merged>
89   Module GenericIO
90   DataSources read write
91   DSName "read Read   "
92   DSName write Written
93   RRDTitle "Disk Merged Operations ({plugin_instance})"
94   RRDVerticalLabel "Merged operations/s"
95 # RRDOptions ...
96   RRDFormat "%5.1lf"
97 </Type>
98 <Type disk_time>
99   Module GenericIO
100   DataSources read write
101   DSName "read Read   "
102   DSName write Written
103   RRDTitle "Disk time per operation ({plugin_instance})"
104   RRDVerticalLabel "Avg. Time/Op"
105 # RRDOptions ...
106   RRDFormat "%5.1lf%ss"
107   Scale 0.001
108 </Type>
109 <Type entropy>
110   DataSources entropy
111   DSName entropy Entropy bits
112   RRDTitle "Available entropy on {hostname}"
113   RRDVerticalLabel "Bits"
114   RRDFormat "%4.0lf"
115 </Type>
116 <Type fanspeed>
117   DataSources value
118   DSName value RPM
119   RRDTitle "Fanspeed ({instance})"
120   RRDVerticalLabel "RPM"
121   RRDFormat "%6.1lf"
122   Color value 00b000
123 </Type>
124 <Type frequency>
125   DataSources frequency
126   DSName frequency Frequency
127   RRDTitle "Frequency ({type_instance})"
128   RRDVerticalLabel "Hertz"
129   RRDFormat "%4.1lfHz"
130   Color frequency a000a0
131 </Type>
132 <Type humidity>
133   DataSources value
134   DSName value Humitidy
135   RRDTitle "Humitidy ({instance})"
136   RRDVerticalLabel "Percent"
137   RRDFormat "%4.1lf%%"
138   Color value 00e000
139 </Type>
140 <Type if_errors>
141   Module GenericIO
142   DataSources rx tx
143   DSName rx RX
144   DSName tx TX
145   RRDTitle "Interface Errors ({type_instance})"
146   RRDVerticalLabel "Errors per second"
147 # RRDOptions ...
148   RRDFormat "%.3lf"
149 </Type>
150 <Type if_rx_errors>
151   Module GenericStacked
152   DataSources value
153   RRDTitle "Interface receive errors ({plugin_instance})"
154   RRDVerticalLabel "Erorrs/s"
155   RRDFormat "%.1lf"
156   Color length  f00000
157   Color over    00e0ff
158   Color crc     00e000
159   Color frame   ffb000
160   Color fifo    f000c0
161   Color missed  0000f0
162 </Type>
163 <Type if_tx_errors>
164   Module GenericStacked
165   DataSources value
166   RRDTitle "Interface transmit errors ({plugin_instance})"
167   RRDVerticalLabel "Erorrs/s"
168   RRDFormat "%.1lf"
169   Color aborted   f00000
170   Color carrier   00e0ff
171   Color fifo      00e000
172   Color heartbeat ffb000
173   Color window    f000c0
174 </Type>
175 <Type if_octets>
176   Module GenericIO
177   DataSources rx tx
178   DSName rx RX
179   DSName tx TX
180   RRDTitle "Interface Traffic ({type_instance})"
181   RRDVerticalLabel "Bits per second"
182 # RRDOptions ...
183   RRDFormat "%5.1lf%s"
184   Scale 8
185 </Type>
186 <Type if_packets>
187   Module GenericIO
188   DataSources rx tx
189   DSName rx RX
190   DSName tx TX
191   RRDTitle "Interface Packets ({type_instance})"
192   RRDVerticalLabel "Packets per second"
193 # RRDOptions ...
194   RRDFormat "%5.1lf%s"
195 </Type>
196 <Type ipt_bytes>
197   DataSources value
198   DSName value Bytes/s
199   RRDTitle "Traffic ({type_instance})"
200   RRDVerticalLabel "Bytes per second"
201 # RRDOptions ...
202   RRDFormat "%5.1lf%s"
203 </Type>
204 <Type ipt_packets>
205   DataSources value
206   DSName value Packets/s
207   RRDTitle "Packets ({type_instance})"
208   RRDVerticalLabel "Packets per second"
209 # RRDOptions ...
210   RRDFormat "%5.1lf"
211 </Type>
212 <Type irq>
213   Module GenericStacked
214   DataSources value
215   RRDTitle "Interrupts on {hostname}"
216   RRDVerticalLabel "IRQs/s"
217   RRDFormat "%5.1lf"
218 </Type>
219 <Type load>
220   Module Load
221 </Type>
222 <Type memory>
223   Module GenericStacked
224   DataSources value
225   RRDTitle "Physical memory utilization on {hostname}"
226   RRDVerticalLabel "Bytes"
227   RRDFormat "%5.1lf%s"
228   RRDOptions -b 1024 -l 0
229   DSName     "free Free    "
230   DSName   "cached Cached  "
231   DSName "buffered Buffered"
232   DSName     "used Used    "
233   #Order used buffered cached free
234   Order free cached buffered used
235   Color free      00e000
236   Color cached    0000ff
237   Color buffered  ffb000
238   Color used      ff0000
239 </Type>
240 <Type percent>
241   DataSources percent
242   DSName percent Percent
243   RRDTitle "Percent ({type_instance})"
244   RRDVerticalLabel "Percent"
245   RRDFormat "%4.1lf%%"
246   Color percent 0000ff
247 </Type>
248 <Type ping>
249   DataSources ping
250   DSName "ping Latency"
251   RRDTitle "Network latency ({type_instance})"
252   RRDVerticalLabel "Milliseconds"
253   RRDFormat "%5.2lfms"
254 </Type>
255 <Type power>
256   DataSources value
257   DSName value Watts
258   RRDTitle "Power ({type_instance})"
259   RRDVerticalLabel "Watts"
260   RRDFormat "%6.2lf%sW"
261   Color value 008080
262 </Type>
263 <Type ps_state>
264   Module GenericStacked
265   DataSources value
266   RRDTitle "Processes on {hostname}"
267   RRDVerticalLabel "Processes"
268   RRDFormat "%5.1lf%s"
269   DSName running  Running
270   DSName sleeping Sleeping
271   DSName paging   Paging
272   DSName zombies  Zombies
273   DSName blocked  Blocked
274   DSName stopped  Stopped
275   Order paging blocked zombies stopped running sleeping
276   Color running  00e000
277   Color sleeping 0000ff
278   Color paging   ffb000
279   Color zombies  ff0000
280   Color blocked  ff00ff
281   Color stopped  a000a0
282 </Type>
283 <Type swap>
284   Module GenericStacked
285   DataSources value
286   RRDTitle "Swap utilization on {hostname}"
287   RRDVerticalLabel "Bytes"
288   RRDFormat "%5.1lf%s"
289   RRDOptions -b 1024 -l 0
290   DSName     "free Free    "
291   DSName   "cached Cached  "
292   DSName     "used Used    "
293   #Order used cached free
294   Order free cached used
295   Color free      00e000
296   Color cached    0000ff
297   Color used      ff0000
298 </Type>
299 <Type tcp_connections>
300   Module GenericStacked
301   DataSources value
302   RRDTitle "TCP connections ({plugin_instance})"
303   RRDVerticalLabel "Connections"
304   RRDFormat "%5.1lf"
305   Order LISTEN CLOSING LAST_ACK CLOSE_WAIT CLOSE TIME_WAIT FIN_WAIT2 FIN_WAIT1 SYN_RECV SYN_SENT ESTABLISHED CLOSED
306   Color ESTABLISHED 00e000
307   Color SYN_SENT   00e0ff
308   Color SYN_RECV   00e0a0
309   Color FIN_WAIT1  f000f0
310   Color FIN_WAIT2  f000a0
311   Color TIME_WAIT  ffb000
312   Color CLOSE      0000f0
313   Color CLOSE_WAIT 0000a0
314   Color LAST_ACK   000080
315   Color LISTEN     ff0000
316   Color CLOSING    000000
317   Color CLOSED     0000f0
318 </Type>
319 <Type temperature>
320   DataSources value
321   DSName value Temp
322   RRDTitle "Temperature ({instance})"
323   RRDVerticalLabel "°Celsius"
324   RRDFormat "%4.1lf°C"
325 </Type>
326 <Type users>
327   DataSources users
328   DSName users Users
329   RRDTitle "Users ({type_instance}) on {hostname}"
330   RRDVerticalLabel "Users"
331   RRDFormat "%.1lf"
332   Color users 0000f0
333 </Type>
334 <Type voltage>
335   DataSources value
336   DSName value Volts
337   RRDTitle "Voltage ({type_instance})"
338   RRDVerticalLabel "Volts"
339   RRDFormat "%4.1lfV"
340   Color value f00000
341 </Type>
342 # vim: set sw=2 sts=2 et syntax=apache fileencoding=latin-1 :