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 2986edf..94c60ee 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 5ea00ab..5531a12 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