Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update Poller Support.md #9769

Merged
merged 1 commit into from Feb 1, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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