From 6021c01cc8bd05d8dfb0d25af35389eeb1737a80 Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Sat, 19 May 2007 15:21:10 +0200 Subject: [PATCH] collectd.conf(5): Documented `PluginDir' and `TypesDB'. --- src/collectd.conf.in | 1 + src/collectd.conf.pod | 10 +++++++++- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 2986edf3..94c60ee1 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -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 diff --git a/src/collectd.conf.pod b/src/collectd.conf.pod index 5ea00ab5..5531a124 100644 --- a/src/collectd.conf.pod +++ b/src/collectd.conf.pod @@ -45,7 +45,7 @@ directory for the daemon. =item B I Loads the plugin I. There must be at least one such line or B -will be mostly useless. The names of the plugins are listed in L. +will be mostly useless. =item B I @@ -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 I + +Path to the plugins (shared objects) of collectd. + +=item B I + +Set the file that contains the data-set descriptions. + =item B I Configures the interval in which to query the read plugins. Obviously smaller -- 2.11.0