mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Added ability to disable icmp check on devices
This commit is contained in:
@@ -195,6 +195,8 @@ $config['snmp']['v3'][0]['cryptopass'] = '';
|
||||
$config['snmp']['v3'][0]['cryptoalgo'] = 'AES';
|
||||
// AES | DES
|
||||
|
||||
// Devices must respond to icmp by default
|
||||
$config['icmp_check'] = true;
|
||||
|
||||
// Autodiscovery Settings
|
||||
$config['autodiscovery']['xdp'] = true;
|
||||
|
Reference in New Issue
Block a user