mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
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:
@@ -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`.
|
||||
|
Reference in New Issue
Block a user