Skip to content

Commit

Permalink
Update Poller Support.md (#9769)
Browse files Browse the repository at this point in the history
Updated the correct way to disable a module in a device from webui.
  • Loading branch information
TheGreatDoc authored and murrant committed Feb 1, 2019
1 parent 431b645 commit 57aec11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/Support/Poller Support.md
Expand Up @@ -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;
Expand Down

0 comments on commit 57aec11

Please sign in to comment.