diff --git a/config/collectd/collectd.custom b/config/collectd/collectd.custom new file mode 100644 index 000000000..e69de29bb diff --git a/config/collectd/collectd.precache b/config/collectd/collectd.precache new file mode 100644 index 000000000..3acc12230 --- /dev/null +++ b/config/collectd/collectd.precache @@ -0,0 +1,76 @@ +PreCacheChain "PreCache" + + + + Plugin "^processes$" + Type "^ps_count$" + + Target "stop" + + + + Plugin "^processes$" + Type "^ps_pagefaults$" + + Target "stop" + + + + Plugin "^processes$" + Type "^ps_stacksize$" + + Target "stop" + + + + Plugin "^processes$" + Type "^ps_state$" + + Target "stop" + + + + Plugin "^processes$" + Type "^ps_vm$" + + Target "stop" + + + + Plugin "^interface$" + Type "^if_errors$" + + Target "stop" + + + + Plugin "^interface$" + Type "^if_packets$" + + Target "stop" + + + + Plugin "^disk$" + Type "^disk_merged$" + + Target "stop" + + + + Plugin "^disk$" + Type "^disk_ops$" + + Target "stop" + + + + Plugin "^disk$" + Type "^disk_time$" + + Target "stop" + + + Plugin "rrdtool" + + \ No newline at end of file