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