From cd18d4be699a94949e4e5df351465326b8f6ca43 Mon Sep 17 00:00:00 2001 From: Christian Schmidt Date: Sun, 25 Apr 2010 12:52:13 +0200 Subject: [PATCH] Added the new config files, we may drop some more but the largest ones are done now. --- config/collectd/collectd.custom | 0 config/collectd/collectd.precache | 76 +++++++++++++++++++++++++++++++ 2 files changed, 76 insertions(+) create mode 100644 config/collectd/collectd.custom create mode 100644 config/collectd/collectd.precache 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 -- 2.39.5