From: Florian Forster Date: Mon, 16 Feb 2009 11:33:23 +0000 (+0100) Subject: collectd.conf(5): Removed references to the `main' chain. X-Git-Tag: collectd-4.6.0~20 X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=453d1a73480b2422ce83cdbdf1c8e5fc5037e3ce;p=collectd.git collectd.conf(5): Removed references to the `main' chain. The chains are now called `PreCache' and `PostCache'. --- 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 "^[^\.]*$"