author | Florian Forster <octo@huhu.verplant.org> | |
Tue, 8 Jan 2008 10:23:28 +0000 (11:23 +0100) | ||
committer | Florian Forster <octo@huhu.verplant.org> | |
Tue, 8 Jan 2008 10:23:28 +0000 (11:23 +0100) |
Conflicts:
src/collectd.conf.pod
src/collectd.conf.pod
1 | 2 | |||
---|---|---|---|---|
src/collectd.conf.pod | patch | | diff1 | | diff2 | | blob | history |
src/configfile.c | patch | | diff1 | | diff2 | | blob | history |
diff --cc src/collectd.conf.pod
index 6c600f047936baea7ba94957b5280f1c84d55f03,bab709ba8473f9eb542cee6bff7bfdaefe72e6d9..56b258f9860a6f011c007c6f478a2d22a0388156
+++ 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
=over 4
diff --cc src/configfile.c
Simple merge