Update Poller Support.md (#9769)

Updated the correct way to disable a module in a device from webui.
This commit is contained in:
TheGreatDoc
2019-02-01 14:22:53 +01:00
committed by Tony Murray
parent 431b645303
commit 57aec11aad

View File

@ -46,7 +46,7 @@ If you need to debug the output of poller-wrapper.py then you can add `-d` to th
#### Poller config
These are the default poller config items. You can globally disable a module by setting it to 0. If you just want to
disable it for one device then you can do this within the WebUI -> Settings -> Modules.
disable it for one device then you can do this within the WebUI Device -> Edit -> Modules.
```php
$config['poller_modules']['unix-agent'] = false;