summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: beab0a5)
raw | patch | inline | side by side (parent: beab0a5)
author | Sebastian Harl <sh@tokkee.org> | |
Sun, 19 Apr 2009 15:56:55 +0000 (17:56 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Sun, 19 Apr 2009 15:56:55 +0000 (17:56 +0200) |
debian/changelog | patch | blob | history | |
debian/collectd.conf | patch | blob | history | |
debian/collectd.install | patch | blob | history | |
debian/filters.conf | [new file with mode: 0644] | patch | blob |
diff --git a/debian/changelog b/debian/changelog
index c60df686e31c4c542100f10b496cfdb00db29b4b..d5e2836f7748f773c873efed6a2be4f1c1841a38 100644 (file)
--- a/debian/changelog
+++ b/debian/changelog
- 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 <sh@tokkee.org> Tue, 14 Apr 2009 15:30:35 +0200
+ -- Sebastian Harl <sh@tokkee.org> 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 d49ec293e331fcbe2b8f9e1e4066d02f8cb697e6..31ac1cdb8220a0fcc555cf4fc62fabe592387db9 100644 (file)
--- a/debian/collectd.conf
+++ b/debian/collectd.conf
# Verbose false
#</Plugin>
+Include "/etc/collectd/filters.conf"
Include "/etc/collectd/thresholds.conf"
index e668fe717c60b24e5e36ae96782f70a6ca9ba7ba..390f812fe063a16dd8a45b6e61d6782e32541490 100644 (file)
--- a/debian/collectd.install
+++ b/debian/collectd.install
../../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
--- /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"
+
+#<Chain "PreCache">
+# <Rule "no_fqdn">
+# <Match "regex">
+# Host "^[^\.]*$"
+# </Match>
+# Target "stop"
+# </Rule>
+#</Chain>
+
+#<Chain "PostCache">
+# Target "write"
+#</Chain>
+