Added ability to disable icmp check on devices

This commit is contained in:
laf
2015-10-07 21:19:27 +00:00
parent 795297e908
commit e21ee0d8d8
2 changed files with 31 additions and 22 deletions

View File

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