docs: document discovery and poller module enable/disable (#7505)

This commit is contained in:
Tony Murray
2017-10-21 17:51:28 -05:00
committed by Neil Lathwood
parent 0f8966a564
commit 1f7274d371
2 changed files with 20 additions and 0 deletions

View File

@@ -312,6 +312,14 @@ By default we allow hosts to be added with duplicate sysName's, you can disable
$config['allow_duplicate_sysName'] = false;
```
### Global poller and discovery modules
Generally, it is a better to set these [per OS](../Developing/os/Settings.md#poller-and-discovery-modules) or device.
```php
$config['discovery_modules]['arp-table'] = 1;
$config['poller_modules]['bgp-peers'] = 0;
```
### SNMP Settings
```php