summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: d0ffa86)
raw | patch | inline | side by side (parent: d0ffa86)
author | Florian Forster <octo@collectd.org> | |
Fri, 29 Aug 2014 05:00:33 +0000 (07:00 +0200) | ||
committer | Florian Forster <octo@collectd.org> | |
Fri, 29 Aug 2014 05:00:33 +0000 (07:00 +0200) |
Make it clear that plugins without a <Plugin /> block will still need a
LoadPlugin line.
References: #715
LoadPlugin line.
References: #715
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 5f4373164c6f36fcf96d45ec50454e20bebf7b4d..77d7e2c51e98e07e24cb710a5e264f86ccfee0da 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
B<collectd> behaves. The most significant option is B<LoadPlugin>, which
controls which plugins to load. These plugins ultimately define collectd's
behavior. If the B<AutoLoadPlugin> option has been enabled, the explicit
-B<LoadPlugin> lines may be omitted.
+B<LoadPlugin> lines may be omitted for all plugins with a configuration block,
+i.e. a C<E<lt>PluginE<nbsp>...E<gt>> block.
The syntax of this config file is similar to the config file of the famous
I<Apache> webserver. Each line contains either an option (a key and a list of