From eb0ca66c4f3d66c58105635876d958a43499f5e3 Mon Sep 17 00:00:00 2001 From: Luke Heberling Date: Thu, 13 Dec 2007 08:03:03 +0100 Subject: [PATCH] collectd.conf(5): Added a note about plugin loading order. --- src/collectd.conf.pod | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index da12f863..6c600f04 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -32,6 +32,10 @@ ignored. Values are either string, enclosed in double-quotes, B. 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. + =head1 GLOBAL OPTIONS =over 4 @@ -229,7 +233,7 @@ Sets the socket-file which is to be created. =item B I -If running as root change the group of the UNIX-socket after it has been +If running as root change the group of the UNIX-socket after it has been created. Defaults to B. =item B I @@ -858,7 +862,7 @@ Sets the socket-file which is to be created. =item B I -If running as root change the group of the UNIX-socket after it has been +If running as root change the group of the UNIX-socket after it has been created. Defaults to B. =item B I -- 2.11.0