memory plugin: Check for `HAVE_HOST_STATISTICS' rather than `HOST_VM_INFO'.
[collectd.git] / src / collectd.conf.in
index 3aa1306..94c60ee 100644 (file)
@@ -4,9 +4,11 @@
 # http://collectd.org/
 #
 
+#Hostname    "localhost"
 #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
 
 #</Plugin>
 
 #<Plugin perl>
+#      IncludeDir "/my/include/path"
+#      BaseName "Collectd::Plugin"
 #      LoadPlugin foo
 #</Plugin>