From: Christian Schmidt Date: Sun, 25 Apr 2010 10:52:13 +0000 (+0200) Subject: Added the new config files, we may drop some more but the largest X-Git-Tag: v2.9-beta1~356 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cd18d4be699a94949e4e5df351465326b8f6ca43;p=ipfire-2.x.git Added the new config files, we may drop some more but the largest ones are done now. --- diff --git a/config/collectd/collectd.custom b/config/collectd/collectd.custom new file mode 100644 index 0000000000..e69de29bb2 diff --git a/config/collectd/collectd.precache b/config/collectd/collectd.precache new file mode 100644 index 0000000000..3acc12230d --- /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