Merge branch 'collectd-4.1' into collectd-4.2
authorFlorian Forster <octo@huhu.verplant.org>
Tue, 8 Jan 2008 10:23:28 +0000 (11:23 +0100)
committerFlorian Forster <octo@huhu.verplant.org>
Tue, 8 Jan 2008 10:23:28 +0000 (11:23 +0100)
Conflicts:

src/collectd.conf.pod

1  2 
src/collectd.conf.pod
src/configfile.c

@@@ -32,10 -32,12 +32,16 @@@ ignored. Values are either string, encl
  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
Simple merge