From 537f35ee29cc9ac44f6d94151d7f1126b0c1cc8a Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Tue, 24 Apr 2007 23:18:29 +0200 Subject: [PATCH] Uncommented DataDir setting of the rrdtool plugin. --- debian/collectd.conf | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/debian/collectd.conf b/debian/collectd.conf index c35ffd3..386e31f 100644 --- a/debian/collectd.conf +++ b/debian/collectd.conf @@ -163,15 +163,15 @@ LoadPlugin users # Process "name" # -# -# DataDir "/usr/var/lib/collectd/rrd" + + DataDir "/var/lib/collectd/rrd" # StepSize 10 # HeartBeat 20 # RRARows 1200 # XFF 0.1 # CacheTimeout 120 # CacheFlush 900 -# + # # Sensor "it8712-isa-0290/temperature-temp1" @@ -185,7 +185,7 @@ LoadPlugin users # # -# SocketFile "/usr/var/run/collectd-unixsock" +# SocketFile "/var/run/collectd-unixsock" # SocketGroup "collectd" # SocketPerms "0660" # -- 2.30.2