Removed remaining traces of the "main" chain.
authorSebastian Harl <sh@tokkee.org>
Tue, 18 Aug 2009 07:55:42 +0000 (09:55 +0200)
committerSebastian 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
src/filter_chain.c

index 594c3bd..86258f2 100644 (file)
@@ -557,6 +557,6 @@ FQDNLookup   true
 # 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>
index c777fac..7c23a35 100644 (file)
@@ -173,7 +173,7 @@ static char *fc_strdup (const char *orig) /* {{{ */
  *
  * The configuration looks somewhat like this:
  *
- *  <Chain "main">
+ *  <Chain "PreCache">
  *    <Rule>
  *      <Match "regex">
  *        Plugin "^mysql$"