mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Allow the hostname to resolve to the sysName, ie Dynamic DNS (#8810)
This commit is contained in:
committed by
Neil Lathwood
parent
8c610326e3
commit
ab5d17d715
@@ -845,7 +845,8 @@ $config['dateformat']['mysql']['time'] = '%H:%i:%s';
|
||||
|
||||
$config['enable_clear_discovery'] = 1;
|
||||
// Set this to 0 if you want to disable the web option to rediscover devices
|
||||
$config['force_ip_to_sysname'] = false;// Set to true if you want to use sysName in place of IPs
|
||||
$config['force_ip_to_sysname'] = false;// Set to true if you want to use sysName in place of IPs
|
||||
$config['force_hostname_to_sysname'] = false;// Set to true if you want to use sysNAme in place of a hostname, ie Dynamic DNS
|
||||
|
||||
// Allow duplicate devices by sysName
|
||||
$config['allow_duplicate_sysName'] = false;// Set to true if you want to allow duplicate sysName's
|
||||
|
||||
Reference in New Issue
Block a user