mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-28 08:02:41 +02: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