From 453d1a73480b2422ce83cdbdf1c8e5fc5037e3ce Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Mon, 16 Feb 2009 12:33:23 +0100 Subject: [PATCH] collectd.conf(5): Removed references to the `main' chain. The chains are now called `PreCache' and `PostCache'. --- src/collectd.conf.pod | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 605ba147..d461f9d2 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -2983,8 +2983,8 @@ The following shows the resulting structure: The configuration reflects this structure directly: - PostCacheChain "main" - + PostCacheChain "PostCache" + Plugin "^mysql$" @@ -3483,22 +3483,20 @@ If you use collectd with an old configuration, i.Ee. one without a B block, it will behave as it used to. This is equivalent to the following configuration: - + Target "write" -If you specify a B block anywhere, the B target will not be added +If you specify a B, the B target will not be added anywhere and you will have to make sure that it is called where appropriate. We -suggest to add the above snippet as default target to your main chain. - -TODO: Notifications will be implemented using chains, too. Describe that here! +suggest to add the above snippet as default target to your "PostCache" chain. =head2 Examples Ignore all values, where the hostname does not contain a dot, i.Ee. can't be an FQDN. - + Host "^[^\.]*$" -- 2.11.0