Code

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 594c3bdc324977434cffed83ee5679c317bc8da3..86258f2845c24ce88345c89af95d71f2c8ed04f3 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 c777fac1555985e5849d9dba62356b351c2eef8a..7c23a357cdf13e99df1a0112f2c021ec03cbbfc4 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$"