mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Merge pull request #1833 from laf/laf-patch-1
Update fping millisec option to 200 default
This commit is contained in:
@@ -50,7 +50,7 @@ $config['fping6'] = "/usr/bin/fping6";
|
||||
$config['fping_options']['retries'] = 3;
|
||||
$config['fping_options']['timeout'] = 500;
|
||||
$config['fping_options']['count'] = 3;
|
||||
$config['fping_options']['millisec'] = 5;
|
||||
$config['fping_options']['millisec'] = 200;
|
||||
```
|
||||
fping configuration options, this includes setting the timeout and retry options.
|
||||
|
||||
|
||||
@@ -55,7 +55,7 @@ $config['fping'] = '/usr/bin/fping';
|
||||
$config['fping_options']['retries'] = 3;
|
||||
$config['fping_options']['timeout'] = 500;
|
||||
$config['fping_options']['count'] = 3;
|
||||
$config['fping_options']['millisec'] = 20;
|
||||
$config['fping_options']['millisec'] = 200;
|
||||
$config['snmpwalk'] = '/usr/bin/snmpwalk';
|
||||
$config['snmpget'] = '/usr/bin/snmpget';
|
||||
$config['snmpbulkwalk'] = '/usr/bin/snmpbulkwalk';
|
||||
|
||||
Reference in New Issue
Block a user