#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
=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