use config variable for rrdtool for collectd

git-svn-id: http://www.observium.org/svn/observer/trunk@2045 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
Adam Amstrong
2011-04-09 14:46:01 +00:00
parent dc148bde7f
commit e25e9699bc

View File

@@ -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']);
?>