mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Configuration.md
This commit is contained in:
@@ -190,6 +190,11 @@ $config['overview_show_sysDescr'] = TRUE;
|
||||
```
|
||||
Enable or disable the sysDescr output for a device.
|
||||
|
||||
```php
|
||||
$config['force_ip_to_sysname'] = false;
|
||||
```
|
||||
When using IP addresses as a hostname you can instead represent the devices on the WebUI by its SNMP sysName resulting in an easier to read overview of your network. This would apply on networks where you don't have DNS records for most of your devices.
|
||||
|
||||
```php
|
||||
$config['device_traffic_iftype'][] = '/loopback/';
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user