mirror of
https://github.com/stylersnico/librenms.git
synced 2026-08-02 00:32:09 +02: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
|
* Constant defining full path to rrdtool
|
||||||
*/
|
*/
|
||||||
define('RRDTOOL', '/usr/bin/rrdtool');
|
define('RRDTOOL', $config['rrdtool']);
|
||||||
|
|
||||||
?>
|
?>
|
||||||
|
|||||||
Reference in New Issue
Block a user