Added support for rrdtool 1.5

This commit is contained in:
laf
2015-08-23 19:36:22 +00:00
parent a9b08fbaa0
commit c0125f28e4
4 changed files with 33 additions and 20 deletions

View File

@@ -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;