]> git.ipfire.org Git - people/pmueller/ipfire-2.x.git/blob - config/collectd/collectd.precache
core125: Ship JSON-C
[people/pmueller/ipfire-2.x.git] / config / collectd / collectd.precache
1 PreCacheChain "PreCache"
2 <Chain "PostCache">
3 <Rule "ignore_ps_count">
4 <Match "regex">
5 Plugin "^processes$"
6 Type "^ps_count$"
7 </Match>
8 Target "stop"
9 </Rule>
10 <Rule "ignore_ps_pagefaults">
11 <Match "regex">
12 Plugin "^processes$"
13 Type "^ps_pagefaults$"
14 </Match>
15 Target "stop"
16 </Rule>
17 <Rule "ignore_ps_stacksize">
18 <Match "regex">
19 Plugin "^processes$"
20 Type "^ps_stacksize$"
21 </Match>
22 Target "stop"
23 </Rule>
24 <Rule "ignore_ps_state">
25 <Match "regex">
26 Plugin "^processes$"
27 Type "^ps_state$"
28 </Match>
29 Target "stop"
30 </Rule>
31 <Rule "ignore_ps_vm">
32 <Match "regex">
33 Plugin "^processes$"
34 Type "^ps_vm$"
35 </Match>
36 Target "stop"
37 </Rule>
38 <Rule "ignore_if_errors">
39 <Match "regex">
40 Plugin "^interface$"
41 Type "^if_errors$"
42 </Match>
43 Target "stop"
44 </Rule>
45 <Rule "ignore_if_packets">
46 <Match "regex">
47 Plugin "^interface$"
48 Type "^if_packets$"
49 </Match>
50 Target "stop"
51 </Rule>
52 <Rule "ignore_disk_merged">
53 <Match "regex">
54 Plugin "^disk$"
55 Type "^disk_merged$"
56 </Match>
57 Target "stop"
58 </Rule>
59 <Rule "ignore_disk_ops">
60 <Match "regex">
61 Plugin "^disk$"
62 Type "^disk_ops$"
63 </Match>
64 Target "stop"
65 </Rule>
66 <Rule "ignore_disk_time">
67 <Match "regex">
68 Plugin "^disk$"
69 Type "^disk_time$"
70 </Match>
71 Target "stop"
72 </Rule>
73 <Target "write">
74 Plugin "rrdtool"
75 </Target>
76 </Chain>