Code

collectd.conf(5): Documented `PluginDir' and `TypesDB'.
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 19 May 2007 13:21:10 +0000 (15:21 +0200)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Sat, 19 May 2007 13:21:10 +0000 (15:21 +0200)
src/collectd.conf.in
src/collectd.conf.pod

index 2986edf3769e5eb78acf195446b2c40b93bcd036..94c60ee1f86ff971f669c28063d69a055cc5b99b 100644 (file)
@@ -8,6 +8,7 @@
 #BaseDir     "@prefix@/var/lib/@PACKAGE_NAME@"
 #PIDFile     "@prefix@/var/run/@PACKAGE_NAME@.pid"
 #PluginDir   "@prefix@/lib/@PACKAGE_NAME@"
+#TypesDB     "@prefix@/lib/@PACKAGE_NAME@/types.db"
 #Interval     10
 #ReadThreads  5
 
index 5ea00ab535c5231e36521fcf8b69c6711890be28..5531a124d55a5f107539e3792aa68e80b50f111f 100644 (file)
@@ -45,7 +45,7 @@ directory for the daemon.
 =item B<LoadPlugin> I<Plugin>
 
 Loads the plugin I<Plugin>. There must be at least one such line or B<collectd>
-will be mostly useless. The names of the plugins are listed in L<collectd(1)>.
+will be mostly useless.
 
 =item B<PIDFile> I<File>
 
@@ -53,6 +53,14 @@ Sets where to write the PID file to. This file is overwritten when it exists
 and deleted when the program ist stopped. Some init-scripts might override this
 setting using the B<-P> commandline option.
 
+=item B<PluginDir> I<Directory>
+
+Path to the plugins (shared objects) of collectd.
+
+=item B<TypesDB> I<File>
+
+Set the file that contains the data-set descriptions.
+
 =item B<Interval> I<Seconds>
 
 Configures the interval in which to query the read plugins. Obviously smaller