From 5fa0bf3a424badc440742e95465513844ee57a3a Mon Sep 17 00:00:00 2001 From: Florian Forster Date: Thu, 1 Mar 2007 12:15:14 +0100 Subject: [PATCH] src/collectd.conf.in: Added default entries for the `csv' and `rrdtool' plugins .. and their options. --- src/collectd.conf.in | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/src/collectd.conf.in b/src/collectd.conf.in index 9b6f8bf5..69b59621 100644 --- a/src/collectd.conf.in +++ b/src/collectd.conf.in @@ -59,6 +59,10 @@ # Port "3551" # +# +# DataDir "/var/lib/collectd/csv" +# + # # Interface "eth0" # IgnoreSource "192.168.0.1" @@ -110,9 +114,13 @@ # # +# DataDir "/var/lib/collectd/rrd" +# StepSize 10 +# HeartBeat 20 +# RRARows 1200 +# XFF 0.1 # CacheTimeout 120 # CacheFlush 900 -# DataDir "/opt/collectd/var/lib/collectd" # ## There are two different naming schemes for the sensors plugin, to preserver -- 2.11.0