mirror of
https://github.com/stylersnico/librenms.git
synced 2026-07-30 16:14:21 +02:00
Merge pull request #1582 from laf/issue-1461-old
Updated network to support old style format, docs provided
This commit is contained in:
@@ -169,6 +169,11 @@ $config['enable_footer'] = 1;
|
||||
```
|
||||
Disable the footer of the WebUI by setting `enable_footer` to 0.
|
||||
|
||||
You can enable the old style network map (only available for individual devices with links discovered via xDP) by setting:
|
||||
```php
|
||||
$config['gui']['network-map']['style'] = 'old';
|
||||
````
|
||||
|
||||
#### Add host settings
|
||||
The following setting controls how hosts are added. If a host is added as an ip address it is checked to ensure the ip is not already present. If the ip is present the host is not added.
|
||||
If host is added by hostname this check is not performed. If the setting is true hostnames are resovled and the check is also performed. This helps prevents accidental duplicate hosts.
|
||||
|
||||
Reference in New Issue
Block a user