From 114bb15cde8d163db8bd6df76536f26065ae9589 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Sun, 19 Apr 2009 17:56:55 +0200 Subject: [PATCH] collectd.conf, filters.conf: Added a sample filter chain configuration. --- debian/changelog | 4 +++- debian/collectd.conf | 1 + debian/collectd.install | 3 ++- debian/filters.conf | 20 ++++++++++++++++++++ 4 files changed, 26 insertions(+), 2 deletions(-) create mode 100644 debian/filters.conf diff --git a/debian/changelog b/debian/changelog index c60df68..d5e2836 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,8 +4,10 @@ collectd (4.6.2-2) unstable; urgency=low - Added battery_acpi_complain.dpatch - upstream patch to fix excessive error messages in the battery plugin in case /proc/acpi/battery is not available. + * debian/collectd.conf, debian/filters.conf: + - Added a sample filter chain configuration. - -- Sebastian Harl Tue, 14 Apr 2009 15:30:35 +0200 + -- Sebastian Harl Sun, 19 Apr 2009 17:55:58 +0200 collectd (4.6.2-1) unstable; urgency=low diff --git a/debian/collectd.conf b/debian/collectd.conf index d49ec29..31ac1cd 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -496,5 +496,6 @@ LoadPlugin users # Verbose false # +Include "/etc/collectd/filters.conf" Include "/etc/collectd/thresholds.conf" diff --git a/debian/collectd.install b/debian/collectd.install index e668fe7..390f812 100644 --- a/debian/collectd.install +++ b/debian/collectd.install @@ -1,6 +1,7 @@ ../../contrib/migrate-3-4.px usr/lib/collectd/utils ../../contrib/rrd_filter.px usr/lib/collectd/utils -../collectd.conf ../collection.conf ../thresholds.conf etc/collectd/ +../collectd.conf ../collection.conf etc/collectd/ +../thresholds.conf ../filters.conf etc/collectd/ usr/lib/collectd/*.so usr/sbin usr/share/collectd diff --git a/debian/filters.conf b/debian/filters.conf new file mode 100644 index 0000000..cc63f69 --- /dev/null +++ b/debian/filters.conf @@ -0,0 +1,20 @@ +# Filter configuration for collectd(1). +# +# See the section "FILTER CONFIGURATION" in collectd.conf(5) for details. + +#PreCacheChain "PreCache" +#PostCacheChain "PostCache" + +# +# +# +# Host "^[^\.]*$" +# +# Target "stop" +# +# + +# +# Target "write" +# + -- 2.30.2