Merge branch 'search'
[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 "%6.2lf"
19   </DEF>
20   <DEF>
21     TypeInstance "nice"
22     DSName "value"
23     Legend "Nice   "
24     Color "00e000"
25     Area true
26     Stack true
27     Format "%6.2lf"
28   </DEF>
29   <DEF>
30     TypeInstance "user"
31     DSName "value"
32     Legend "User   "
33     Color "0000ff"
34     Area true
35     Stack true
36     Format "%6.2lf"
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 "%6.2lf"
46   </DEF>
47   <DEF>
48     TypeInstance "system"
49     DSName "value"
50     Legend "System "
51     Color "ff0000"
52     Area true
53     Stack true
54     Format "%6.2lf"
55   </DEF>
56   <DEF>
57     TypeInstance "softirq"
58     DSName "value"
59     Legend "SoftIRQ"
60     Color "ff00ff"
61     Area true
62     Stack true
63     Format "%6.2lf"
64   </DEF>
65   <DEF>
66     TypeInstance "interrupt"
67     DSName "value"
68     Legend "IRQ    "
69     Color "a000a0"
70     Area true
71     Stack true
72     Format "%6.2lf"
73   </DEF>
74   <DEF>
75     TypeInstance "steal"
76     DSName "value"
77     Legend "Steal  "
78     Color "000000"
79     Area true
80     Stack true
81     Format "%6.2lf"
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   VerticalLabel "Bytes"
94   ShowZero true
95
96   <DEF>
97     TypeInstance "used"
98     DSName "value"
99     Legend "Used    "
100     Color "ff0000"
101     Area true
102     #Stack true
103     Format "%5.1lf%s"
104   </DEF>
105   <DEF>
106     TypeInstance "reserved"
107     DSName "value"
108     Legend "Reserved"
109     Color "ffb000"
110     Area true
111     Stack true
112     Format "%5.1lf%s"
113   </DEF>
114   <DEF>
115     TypeInstance "free"
116     DSName "value"
117     Legend "Free    "
118     Color "00bf00"
119     Area true
120     Stack true
121     Format "%5.1lf%s"
122   </DEF>
123 </Graph>
124
125 <Graph>
126   Host "/any/"
127   Plugin "df"
128   PluginInstance "/any/"
129   Type "df_inodes"
130   TypeInstance "/all/"
131
132   Title "Diskspace (Inodes)"
133   VerticalLabel "Inodes"
134   ShowZero true
135
136   <DEF>
137     TypeInstance "used"
138     DSName "value"
139     Legend "Used    "
140     Color "ff0000"
141     Area true
142     #Stack true
143   </DEF>
144   <DEF>
145     TypeInstance "reserved"
146     DSName "value"
147     Legend "Reserved"
148     Color "ffb000"
149     Area true
150     Stack true
151   </DEF>
152   <DEF>
153     TypeInstance "free"
154     DSName "value"
155     Legend "Free    "
156     Color "00bf00"
157     Area true
158     Stack true
159   </DEF>
160 </Graph>
161
162 <Graph>
163   Host "/any/"
164   Plugin "df"
165   PluginInstance ""
166   Type "df"
167   TypeInstance "/any/"
168
169   Title "Diskspace (legacy)"
170   VerticalLabel "Bytes"
171   ShowZero true
172
173   <DEF>
174     DSName "used"
175     Legend "Used"
176     Color "ff0000"
177     Area true
178     #Stack true
179     Format "%5.1lf%s"
180   </DEF>
181   <DEF>
182     DSName "free"
183     Legend "Free"
184     Color "00bf00"
185     Area true
186     Stack true
187     Format "%5.1lf%s"
188   </DEF>
189 </Graph>
190
191 <Graph>
192   Host "/any/"
193   Plugin "disk"
194   PluginInstance "/any/"
195   Type "disk_merged"
196   TypeInstance ""
197
198   Title "Disk merged operations"
199
200   <DEF>
201     DSName "read"
202     Legend "Read "
203     Color "0000ff"
204   </DEF>
205   <DEF>
206     DSName "write"
207     Legend "Write"
208     Color "00bf00"
209   </DEF>
210 </Graph>
211
212 <Graph>
213   Host "/any/"
214   Plugin "disk"
215   PluginInstance "/any/"
216   Type "disk_octets"
217   TypeInstance ""
218
219   Title "Disk octets"
220
221   <DEF>
222     DSName "read"
223     Legend "Read "
224     Color "0000ff"
225   </DEF>
226   <DEF>
227     DSName "write"
228     Legend "Write"
229     Color "00bf00"
230   </DEF>
231 </Graph>
232
233 <Graph>
234   Host "/any/"
235   Plugin "disk"
236   PluginInstance "/any/"
237   Type "disk_ops"
238   TypeInstance ""
239
240   Title "Disk operations"
241
242   <DEF>
243     DSName "read"
244     Legend "Read "
245     Color "0000ff"
246   </DEF>
247   <DEF>
248     DSName "write"
249     Legend "Write"
250     Color "00bf00"
251   </DEF>
252 </Graph>
253
254 <Graph>
255   Host "/any/"
256   Plugin "disk"
257   PluginInstance "/any/"
258   Type "disk_time"
259   TypeInstance ""
260
261   Title "Disk time per op"
262
263   <DEF>
264     DSName "read"
265     Legend "Read "
266     Color "0000ff"
267   </DEF>
268   <DEF>
269     DSName "write"
270     Legend "Write"
271     Color "00bf00"
272   </DEF>
273 </Graph>
274
275 <Graph>
276   Host "/any/"
277   Plugin "memory"
278   PluginInstance ""
279   Type "memory"
280   TypeInstance "/all/"
281
282   Title "Memory utilization"
283   VerticalLabel "Bytes"
284   ShowZero true
285
286   <DEF>
287     TypeInstance "free"
288     DSName "value"
289     Legend "Free    "
290     Color "00e000"
291     Area true
292     Stack true
293     Format "%5.1lf%s"
294   </DEF>
295   <DEF>
296     TypeInstance "cached"
297     DSName "value"
298     Legend "Cached  "
299     Color "0000ff"
300     Area true
301     Stack true
302     Format "%5.1lf%s"
303   </DEF>
304   <DEF>
305     TypeInstance "buffered"
306     DSName "value"
307     Legend "Buffered"
308     Color "ffb000"
309     Area true
310     Stack true
311     Format "%5.1lf%s"
312   </DEF>
313   <DEF>
314     TypeInstance "locked"
315     DSName "value"
316     Legend "Locked  "
317     Color "ff00ff"
318     Area true
319     Stack true
320     Format "%5.1lf%s"
321   </DEF>
322   <DEF>
323     TypeInstance "used"
324     DSName "value"
325     Legend "Used    "
326     Color "ff0000"
327     Area true
328     Stack true
329     Format "%5.1lf%s"
330   </DEF>
331 </Graph>
332
333 <Graph>
334   Host "/any/"
335   Plugin "processes"
336   PluginInstance ""
337   Type "ps_state"
338   TypeInstance "/all/"
339
340   Title "Processes"
341   VerticalLabel "Processes"
342
343   <DEF>
344     TypeInstance "paging"
345     DSName "value"
346     Legend "Paging  "
347     Color "ffb000"
348   </DEF>
349   <DEF>
350     TypeInstance "blocked"
351     DSName "value"
352     Legend "Blocked "
353     Color "ff00ff"
354   </DEF>
355   <DEF>
356     TypeInstance "zombies"
357     DSName "value"
358     Legend "Zombies "
359     Color "ff0000"
360   </DEF>
361   <DEF>
362     TypeInstance "stopped"
363     DSName "value"
364     Legend "Stopped "
365     Color "a000a0"
366   </DEF>
367   <DEF>
368     TypeInstance "running"
369     DSName "value"
370     Legend "Running "
371     Color "00e000"
372   </DEF>
373   <DEF>
374     TypeInstance "sleeping"
375     DSName "value"
376     Legend "Sleeping"
377     Color "0000ff"
378   </DEF>
379 </Graph>
380
381 <Graph>
382   Host "/any/"
383   Plugin "swap"
384   PluginInstance ""
385   Type "swap"
386   TypeInstance "/all/"
387
388   Title "Swap utilization"
389   VerticalLabel "Bytes"
390 </Graph>
391