mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added support for rrdtool 1.5
This commit is contained in:
@@ -51,6 +51,7 @@ $config['own_hostname'] = 'localhost';
|
||||
|
||||
// Location of executables
|
||||
$config['rrdtool'] = '/usr/bin/rrdtool';
|
||||
$config['rrdtool_version'] = 1.4; // Doesn't need to contain minor numbers.
|
||||
$config['fping'] = '/usr/bin/fping';
|
||||
$config['fping_options']['retries'] = 3;
|
||||
$config['fping_options']['timeout'] = 500;
|
||||
|
Reference in New Issue
Block a user