collection.conf: Add some more graphs.
[collection4.git] / collection.conf
1 <Graph>
2   Host "/any/"
3   Plugin "cpu"
4   PluginInstance "/any/"
5   Type "cpu"
6   TypeInstance "/all/"
7
8   Title "CPU utilization"
9   VerticalLabel "Jiffies"
10
11   <DEF>
12     TypeInstance "idle"
13     DSName "value"
14     Legend "Idle   "
15     Color "e8e8e8"
16     Area true
17     Stack true
18     #Format "%lf"
19   </DEF>
20   <DEF>
21     TypeInstance "nice"
22     DSName "value"
23     Legend "Nice   "
24     Color "00e000"
25     Area true
26     Stack true
27     #Format "%lf"
28   </DEF>
29   <DEF>
30     TypeInstance "user"
31     DSName "value"
32     Legend "User   "
33     Color "0000ff"
34     Area true
35     Stack true
36     #Format "%lf"
37   </DEF>
38   <DEF>
39     TypeInstance "wait"
40     DSName "value"
41     Legend "Wait-IO"
42     Color "ffb000"
43     Area true
44     Stack true
45     #Format "%lf"
46   </DEF>
47   <DEF>
48     TypeInstance "system"
49     DSName "value"
50     Legend "System "
51     Color "ff0000"
52     Area true
53     Stack true
54     #Format "%lf"
55   </DEF>
56   <DEF>
57     TypeInstance "softirq"
58     DSName "value"
59     Legend "SoftIRQ"
60     Color "ff00ff"
61     Area true
62     Stack true
63     #Format "%lf"
64   </DEF>
65   <DEF>
66     TypeInstance "interrupt"
67     DSName "value"
68     Legend "IRQ    "
69     Color "a000a0"
70     Area true
71     Stack true
72     #Format "%lf"
73   </DEF>
74   <DEF>
75     TypeInstance "steal"
76     DSName "value"
77     Legend "Steal  "
78     Color "000000"
79     Area true
80     Stack true
81     #Format "%lf"
82   </DEF>
83 </Graph>
84
85 <Graph>
86   Host "/any/"
87   Plugin "df"
88   PluginInstance "/any/"
89   Type "df_complex"
90   TypeInstance "/all/"
91
92   Title "Diskspace"
93
94   <DEF>
95     TypeInstance "used"
96     DSName "value"
97     Legend "Used    "
98     Color "ff0000"
99     Area true
100     #Stack true
101   </DEF>
102   <DEF>
103     TypeInstance "reserved"
104     DSName "value"
105     Legend "Reserved"
106     Color "ffb000"
107     Area true
108     Stack true
109   </DEF>
110   <DEF>
111     TypeInstance "free"
112     DSName "value"
113     Legend "Free    "
114     Color "00bf00"
115     Area true
116     Stack true
117   </DEF>
118 </Graph>
119
120 <Graph>
121   Host "/any/"
122   Plugin "df"
123   PluginInstance "/any/"
124   Type "df_inodes"
125   TypeInstance "/all/"
126
127   Title "Diskspace (Inodes)"
128
129   <DEF>
130     TypeInstance "used"
131     DSName "value"
132     Legend "Used    "
133     Color "ff0000"
134     Area true
135     #Stack true
136   </DEF>
137   <DEF>
138     TypeInstance "reserved"
139     DSName "value"
140     Legend "Reserved"
141     Color "ffb000"
142     Area true
143     Stack true
144   </DEF>
145   <DEF>
146     TypeInstance "free"
147     DSName "value"
148     Legend "Free    "
149     Color "00bf00"
150     Area true
151     Stack true
152   </DEF>
153 </Graph>
154
155 <Graph>
156   Host "/any/"
157   Plugin "df"
158   PluginInstance ""
159   Type "df"
160   TypeInstance "/any/"
161
162   Title "Diskspace (legacy)"
163
164   <DEF>
165     DSName "used"
166     Legend "Used "
167     Color "ff0000"
168     Area true
169     #Stack true
170   </DEF>
171   <DEF>
172     DSName "free"
173     Legend "Free"
174     Color "00bf00"
175     Area true
176     Stack true
177   </DEF>
178 </Graph>
179
180 <Graph>
181   Host "/any/"
182   Plugin "disk"
183   PluginInstance "/any/"
184   Type "disk_merged"
185   TypeInstance ""
186
187   Title "Disk merged operations"
188
189   <DEF>
190     DSName "read"
191     Legend "Read "
192     Color "0000ff"
193   </DEF>
194   <DEF>
195     DSName "write"
196     Legend "Write"
197     Color "00bf00"
198   </DEF>
199 </Graph>
200
201 <Graph>
202   Host "/any/"
203   Plugin "disk"
204   PluginInstance "/any/"
205   Type "disk_octets"
206   TypeInstance ""
207
208   Title "Disk octets"
209
210   <DEF>
211     DSName "read"
212     Legend "Read "
213     Color "0000ff"
214   </DEF>
215   <DEF>
216     DSName "write"
217     Legend "Write"
218     Color "00bf00"
219   </DEF>
220 </Graph>
221
222 <Graph>
223   Host "/any/"
224   Plugin "disk"
225   PluginInstance "/any/"
226   Type "disk_ops"
227   TypeInstance ""
228
229   Title "Disk operations"
230
231   <DEF>
232     DSName "read"
233     Legend "Read "
234     Color "0000ff"
235   </DEF>
236   <DEF>
237     DSName "write"
238     Legend "Write"
239     Color "00bf00"
240   </DEF>
241 </Graph>
242
243 <Graph>
244   Host "/any/"
245   Plugin "disk"
246   PluginInstance "/any/"
247   Type "disk_time"
248   TypeInstance ""
249
250   Title "Disk time per op"
251
252   <DEF>
253     DSName "read"
254     Legend "Read "
255     Color "0000ff"
256   </DEF>
257   <DEF>
258     DSName "write"
259     Legend "Write"
260     Color "00bf00"
261   </DEF>
262 </Graph>
263
264 <Graph>
265   Host "/any/"
266   Plugin "memory"
267   PluginInstance ""
268   Type "memory"
269   TypeInstance "/all/"
270
271   Title "Memory utilization"
272   VerticalLabel "Bytes"
273 </Graph>
274
275 <Graph>
276   Host "/any/"
277   Plugin "processes"
278   PluginInstance ""
279   Type "ps_state"
280   TypeInstance "/all/"
281
282   Title "Processes"
283   VerticalLabel "Processes"
284
285   <DEF>
286     TypeInstance "paging"
287     DSName "value"
288     Legend "Paging  "
289     Color "ffb000"
290   </DEF>
291   <DEF>
292     TypeInstance "blocked"
293     DSName "value"
294     Legend "Blocked "
295     Color "ff00ff"
296   </DEF>
297   <DEF>
298     TypeInstance "zombies"
299     DSName "value"
300     Legend "Zombies "
301     Color "ff0000"
302   </DEF>
303   <DEF>
304     TypeInstance "stopped"
305     DSName "value"
306     Legend "Stopped "
307     Color "a000a0"
308   </DEF>
309   <DEF>
310     TypeInstance "running"
311     DSName "value"
312     Legend "Running "
313     Color "00e000"
314   </DEF>
315   <DEF>
316     TypeInstance "sleeping"
317     DSName "value"
318     Legend "Sleeping"
319     Color "0000ff"
320   </DEF>
321 </Graph>
322
323 <Graph>
324   Host "/any/"
325   Plugin "swap"
326   PluginInstance ""
327   Type "swap"
328   TypeInstance "/all/"
329
330   Title "Swap utilization"
331   VerticalLabel "Bytes"
332 </Graph>
333