src/collectd.conf.in: Added default entries for the `csv' and `rrdtool' plugins
authorFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 1 Mar 2007 11:15:14 +0000 (12:15 +0100)
committerFlorian Forster <octo@leeloo.lan.home.verplant.org>
Thu, 1 Mar 2007 11:15:14 +0000 (12:15 +0100)
.. and their options.

src/collectd.conf.in

index 9b6f8bf..69b5962 100644 (file)
 #      Port "3551"
 #</Plugin>
 
+#<Plugin csv>
+#      DataDir "/var/lib/collectd/csv"
+#</Plugin>
+
 #<Plugin dns>
 #      Interface "eth0"
 #      IgnoreSource "192.168.0.1"
 #</Plugin>
 
 #<Plugin rrdtool>
+#      DataDir "/var/lib/collectd/rrd"
+#      StepSize      10
+#      HeartBeat     20
+#      RRARows     1200
+#      XFF            0.1
 #      CacheTimeout 120
 #      CacheFlush   900
-#      DataDir      "/opt/collectd/var/lib/collectd"
 #</Plugin>
 
 ## There are two different naming schemes for the sensors plugin, to preserver