From 2c3da4c3cb0426b96b3ccff7e7c1547de5f37ab7 Mon Sep 17 00:00:00 2001 From: Andreser Date: Wed, 17 Aug 2016 12:58:50 -0300 Subject: [PATCH] Update Configuration.md --- doc/Support/Configuration.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/Support/Configuration.md b/doc/Support/Configuration.md index c44fc9e9cc..47aed8f5cb 100644 --- a/doc/Support/Configuration.md +++ b/doc/Support/Configuration.md @@ -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/'; ```