Code

collectd.conf(5): Improve AutoLoadPlugin documentation.
authorFlorian Forster <octo@collectd.org>
Fri, 29 Aug 2014 05:00:33 +0000 (07:00 +0200)
committerFlorian 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

src/collectd.conf.pod

index 5f4373164c6f36fcf96d45ec50454e20bebf7b4d..77d7e2c51e98e07e24cb710a5e264f86ccfee0da 100644 (file)
@@ -32,7 +32,8 @@ This config file controls how the system statistics collection daemon
 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