From 924495bb2d732548083de9e54bf93eebe7f0d910 Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Tue, 12 Jan 2010 19:58:47 +0100 Subject: make rrdtool executable configurable --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index 149348a..d904751 100644 --- a/conf/config.php +++ b/conf/config.php @@ -6,6 +6,9 @@ $CONFIG['version'] = 4; # collectd's datadir $CONFIG['datadir'] = '/var/lib/collectd/rrd'; +# rrdtool executable +$CONFIG['rrdtool'] = '/usr/bin/rrdtool'; + # category of hosts to show on main page #$CONFIG['cat']['category1'] = array('host1', 'host2'); -- cgit v1.1