From deec59d985b53371caac1a1b364cfee63ecbf3bd Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 25 May 2013 09:58:46 +0200 Subject: [PATCH] collectd.conf(5): Document the new "LoadPlugin" behavior. Github: #333 --- src/collectd.conf.pod | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 96c60ea7..326944f1 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -80,6 +80,14 @@ options are allowed inside a B block: Interval 10 +Only the first B statement or block for a given plugin name has any +effect. This is useful when you want to split up the configuration into smaller +files and want each file to be "self contained", i.e. it contains a B +block I then appropriate B statement. The downside is that if +you have multiple conflicting B blocks, e.g. when they specify +different intervals, only one of them (the first one encountered) will take +effect and all others will be silently ignored. + =over 4 =item B B -- 2.11.0