fix: Ensure rrdtool web settings aren't overwrote by defaults (#6698)

* fix for web settings

* revert db config

* revert description

* ensure rrdtool path is set
This commit is contained in:
crcro
2017-05-30 21:44:40 +03:00
committed by Neil Lathwood
parent 48c5e50616
commit 5af3048a76
3 changed files with 8 additions and 3 deletions

View File

@@ -42,8 +42,6 @@ $config['db_socket'] = null;
$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['fping6'] = 'fping6';
$config['fping_options']['retries'] = 3;