mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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']);
|
||||
|
||||
?>
|
||||
|
||||
Reference in New Issue
Block a user