mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-12 16:06:25 +02:00
change setting to dp_autocreate (with fallback to cdp_autocreate), allowing new device discovery through discovery protocols to be disabled
git-svn-id: http://www.observium.org/svn/observer/trunk@2464 61d68cd4-352d-0410-923a-c4978735b2b8
This commit is contained in:
@@ -71,7 +71,7 @@ $config['snmp']['transports'] = array('udp', 'udp6', 'tcp', 'tcp6');
|
||||
|
||||
### Autodiscovery Settings
|
||||
|
||||
$config['cdp_autocreate'] = false; ## Autodiscover unknown hosts seen via CDP
|
||||
$config['dp_autocreate'] = false; ## Autodiscover unknown hosts seen via discovery protocols
|
||||
$config['snmp_autodiscovery'] = false; ## Autodiscover hosts on new subnets
|
||||
$config['discover_services'] = false; ## Autodiscover services via SNMP on devices of type "server"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user