Add poller_group docs on auto-discovered devices (#12646)

* Add poller_group docs on auto-discovered devices

I needed to check the source code to figure to which poller_group auto-discovered devices were assigned. So to avoid people having to figure that out again, let's add it to the docs.

* Add notice about global setting

Using `lnms config:set`
This commit is contained in:
Erik Lamers
2021-03-27 04:07:03 +01:00
committed by GitHub
parent 24e98ecad2
commit ebc146e0a9

View File

@@ -183,3 +183,8 @@ optional arguments:
verbosity.
```
# Discovered devices
Newly discovered devices will be added to the `default_poller_group`, this value defaults to 0 if unset.
When using distributed polling, this value can be changed locally by setting `$config['default_poller_group`]` in config.php or globally by using `lnms config:set`.