graph.[ch]: Implement "graph_get_rrdargs".
[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   VerticalLabel "Bytes"
94
95   <DEF>
96     TypeInstance "used"
97     DSName "value"
98     Legend "Used    "
99     Color "ff0000"
100     Area true
101     #Stack true
102   </DEF>
103   <DEF>
104     TypeInstance "reserved"
105     DSName "value"
106     Legend "Reserved"
107     Color "ffb000"
108     Area true
109     Stack true
110   </DEF>
111   <DEF>
112     TypeInstance "free"
113     DSName "value"
114     Legend "Free    "
115     Color "00bf00"
116     Area true
117     Stack true
118   </DEF>
119 </Graph>
120
121 <Graph>
122   Host "/any/"
123   Plugin "df"
124   PluginInstance "/any/"
125   Type "df_inodes"
126   TypeInstance "/all/"
127
128   Title "Diskspace (Inodes)"
129
130   <DEF>
131     TypeInstance "used"
132     DSName "value"
133     Legend "Used    "
134     Color "ff0000"
135     Area true
136     #Stack true
137   </DEF>
138   <DEF>
139     TypeInstance "reserved"
140     DSName "value"
141     Legend "Reserved"
142     Color "ffb000"
143     Area true
144     Stack true
145   </DEF>
146   <DEF>
147     TypeInstance "free"
148     DSName "value"
149     Legend "Free    "
150     Color "00bf00"
151     Area true
152     Stack true
153   </DEF>
154 </Graph>
155
156 <Graph>
157   Host "/any/"
158   Plugin "df"
159   PluginInstance ""
160   Type "df"
161   TypeInstance "/any/"
162
163   Title "Diskspace (legacy)"
164
165   <DEF>
166     DSName "used"
167     Legend "Used "
168     Color "ff0000"
169     Area true
170     #Stack true
171   </DEF>
172   <DEF>
173     DSName "free"
174     Legend "Free"
175     Color "00bf00"
176     Area true
177     Stack true
178   </DEF>
179 </Graph>
180
181 <Graph>
182   Host "/any/"
183   Plugin "disk"
184   PluginInstance "/any/"
185   Type "disk_merged"
186   TypeInstance ""
187
188   Title "Disk merged operations"
189
190   <DEF>
191     DSName "read"
192     Legend "Read "
193     Color "0000ff"
194   </DEF>
195   <DEF>
196     DSName "write"
197     Legend "Write"
198     Color "00bf00"
199   </DEF>
200 </Graph>
201
202 <Graph>
203   Host "/any/"
204   Plugin "disk"
205   PluginInstance "/any/"
206   Type "disk_octets"
207   TypeInstance ""
208
209   Title "Disk octets"
210
211   <DEF>
212     DSName "read"
213     Legend "Read "
214     Color "0000ff"
215   </DEF>
216   <DEF>
217     DSName "write"
218     Legend "Write"
219     Color "00bf00"
220   </DEF>
221 </Graph>
222
223 <Graph>
224   Host "/any/"
225   Plugin "disk"
226   PluginInstance "/any/"
227   Type "disk_ops"
228   TypeInstance ""
229
230   Title "Disk operations"
231
232   <DEF>
233     DSName "read"
234     Legend "Read "
235     Color "0000ff"
236   </DEF>
237   <DEF>
238     DSName "write"
239     Legend "Write"
240     Color "00bf00"
241   </DEF>
242 </Graph>
243
244 <Graph>
245   Host "/any/"
246   Plugin "disk"
247   PluginInstance "/any/"
248   Type "disk_time"
249   TypeInstance ""
250
251   Title "Disk time per op"
252
253   <DEF>
254     DSName "read"
255     Legend "Read "
256     Color "0000ff"
257   </DEF>
258   <DEF>
259     DSName "write"
260     Legend "Write"
261     Color "00bf00"
262   </DEF>
263 </Graph>
264
265 <Graph>
266   Host "/any/"
267   Plugin "memory"
268   PluginInstance ""
269   Type "memory"
270   TypeInstance "/all/"
271
272   Title "Memory utilization"
273   VerticalLabel "Bytes"
274 </Graph>
275
276 <Graph>
277   Host "/any/"
278   Plugin "processes"
279   PluginInstance ""
280   Type "ps_state"
281   TypeInstance "/all/"
282
283   Title "Processes"
284   VerticalLabel "Processes"
285
286   <DEF>
287     TypeInstance "paging"
288     DSName "value"
289     Legend "Paging  "
290     Color "ffb000"
291   </DEF>
292   <DEF>
293     TypeInstance "blocked"
294     DSName "value"
295     Legend "Blocked "
296     Color "ff00ff"
297   </DEF>
298   <DEF>
299     TypeInstance "zombies"
300     DSName "value"
301     Legend "Zombies "
302     Color "ff0000"
303   </DEF>
304   <DEF>
305     TypeInstance "stopped"
306     DSName "value"
307     Legend "Stopped "
308     Color "a000a0"
309   </DEF>
310   <DEF>
311     TypeInstance "running"
312     DSName "value"
313     Legend "Running "
314     Color "00e000"
315   </DEF>
316   <DEF>
317     TypeInstance "sleeping"
318     DSName "value"
319     Legend "Sleeping"
320     Color "0000ff"
321   </DEF>
322 </Graph>
323
324 <Graph>
325   Host "/any/"
326   Plugin "swap"
327   PluginInstance ""
328   Type "swap"
329   TypeInstance "/all/"
330
331   Title "Swap utilization"
332   VerticalLabel "Bytes"
333 </Graph>
334