Update Configuration.md

This commit is contained in:
Andreser
2016-08-17 12:58:50 -03:00
committed by GitHub
parent fe784aec83
commit 2c3da4c3cb

View File

@@ -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/';
```