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