summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1603d1e)
raw | patch | inline | side by side (parent: 1603d1e)
author | Florian Forster <octo@huhu.verplant.org> | |
Tue, 8 Jan 2008 10:08:41 +0000 (11:08 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 8 Jan 2008 10:08:41 +0000 (11:08 +0100) |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod
index 942140d62b7948ec54f953a20d55aabca85f90e4..bab709ba8473f9eb542cee6bff7bfdaefe72e6d9 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
B<false>. String containing of only alphanumeric characters and underscores do
not need to be quoted.
-Plugins are loaded in the order listed in this config file. It is a good idea
-to load any logging plugins first in order to catch messages from plugins
-during configuration.
+The configuration is read and processed in order, i.E<nbsp>e. from top to
+bottom. So the plugins are loaded in the order listed in this config file. It
+is a good idea to load any logging plugins first in order to catch messages
+from plugins during configuration. Also, the C<LoadPlugin> option B<must> occur
+B<before> the C<E<lt>Plugin ...E<gt>> block.
=head1 GLOBAL OPTIONS