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