From 69dbd9d549b7a285ef3ffceee8e368680b756bf4 Mon Sep 17 00:00:00 2001 From: Edmondo Tommasina Date: Wed, 12 May 2010 14:39:03 +0200 Subject: Allow to define alternate options for rrdtool in config file Since I'm using a non standard installation of rrdtool, I always have to define the --font options when colling the rrdtool binary. I tried to implement this change in a general way to define locally rrdtool options in the config.local.php. Signed-off-by: Edmondo Tommasina --- conf/config.php | 3 +++ 1 file changed, 3 insertions(+) (limited to 'conf') diff --git a/conf/config.php b/conf/config.php index d31b129..a36c083 100644 --- a/conf/config.php +++ b/conf/config.php @@ -9,6 +9,9 @@ $CONFIG['datadir'] = '/var/lib/collectd/rrd'; # rrdtool executable $CONFIG['rrdtool'] = '/usr/bin/rrdtool'; +# rrdtool special options +$CONFIG['rrdtool_opts'] = ''; + # category of hosts to show on main page #$CONFIG['cat']['category1'] = array('host1', 'host2'); -- cgit v1.1