summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 94f2ff2)
raw | patch | inline | side by side (parent: 94f2ff2)
author | Sebastian Harl <sh@tokkee.org> | |
Tue, 18 Aug 2009 07:55:42 +0000 (09:55 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Tue, 18 Aug 2009 07:55:42 +0000 (09:55 +0200) |
The chains are called "PreCache" and "PostCache" now.
src/collectd.conf.in | patch | blob | history | |
src/filter_chain.c | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 594c3bdc324977434cffed83ee5679c317bc8da3..86258f2845c24ce88345c89af95d71f2c8ed04f3 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
# The following block demonstrates the default behavior if no filtering is
# configured at all: All values will be sent to all available write plugins.
-#<Chain "Main">
+#<Chain "PostCache">
# Target "write"
#</Chain>
diff --git a/src/filter_chain.c b/src/filter_chain.c
index c777fac1555985e5849d9dba62356b351c2eef8a..7c23a357cdf13e99df1a0112f2c021ec03cbbfc4 100644 (file)
--- a/src/filter_chain.c
+++ b/src/filter_chain.c
*
* The configuration looks somewhat like this:
*
- * <Chain "main">
+ * <Chain "PreCache">
* <Rule>
* <Match "regex">
* Plugin "^mysql$"