From e25e9699bc5cde6e928266bbb946ddfd1168d356 Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Sat, 9 Apr 2011 14:46:01 +0000 Subject: [PATCH] use config variable for rrdtool for collectd git-svn-id: http://www.observium.org/svn/observer/trunk@2045 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/includes/collectd/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/includes/collectd/config.php b/html/includes/collectd/config.php index fb724db33..f65db26e8 100644 --- a/html/includes/collectd/config.php +++ b/html/includes/collectd/config.php @@ -63,6 +63,6 @@ $config['error_font'] = '/usr/share/fonts/corefonts/arial.ttf'; /* * Constant defining full path to rrdtool */ -define('RRDTOOL', '/usr/bin/rrdtool'); +define('RRDTOOL', $config['rrdtool']); ?>