summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 90885f2)
raw | patch | inline | side by side (parent: 90885f2)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 19 May 2007 13:21:10 +0000 (15:21 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Sat, 19 May 2007 13:21:10 +0000 (15:21 +0200) |
src/collectd.conf.in | patch | blob | history | |
src/collectd.conf.pod | patch | blob | history |
diff --git a/src/collectd.conf.in b/src/collectd.conf.in
index 2986edf3769e5eb78acf195446b2c40b93bcd036..94c60ee1f86ff971f669c28063d69a055cc5b99b 100644 (file)
--- a/src/collectd.conf.in
+++ b/src/collectd.conf.in
#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 5ea00ab535c5231e36521fcf8b69c6711890be28..5531a124d55a5f107539e3792aa68e80b50f111f 100644 (file)
--- a/src/collectd.conf.pod
+++ b/src/collectd.conf.pod
=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>
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