Code

collectd.conf: Marked advanced rrdtool plugin options as such.
authorSebastian Harl <sh@tokkee.org>
Sun, 18 Nov 2007 22:34:03 +0000 (23:34 +0100)
committerSebastian Harl <sh@tokkee.org>
Sun, 18 Nov 2007 22:34:03 +0000 (23:34 +0100)
debian/collectd.conf

index 556681169edfe853319fd8c15269f9292850cf1c..a8aa99318fcb1c0d674bac1f282a488b9c7b437b 100644 (file)
@@ -193,12 +193,15 @@ LoadPlugin users
 
 <Plugin rrdtool>
    DataDir "/var/lib/collectd/rrd"
+#   CacheTimeout 120
+#   CacheFlush 900
+#
+# The following settings are rather advanced
+# and should usually not be touched:
 #   StepSize 10
 #   HeartBeat 20
 #   RRARows 1200
 #   XFF 0.1
-#   CacheTimeout 120
-#   CacheFlush 900
 </Plugin>
 
 #<Plugin sensors>