mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Update Distributed-Poller.md Discovery using dispatcher service (#12387)
* Update Distributed-Poller.md Clarify discovery when using dispatcher service. The limitation of running one discovery per server is only for cron based polling. * Update Distributed-Poller.md Co-authored-by: Neil Lathwood <gh+n@laf.io>
This commit is contained in:
@@ -174,9 +174,16 @@ need to have the same `APP_KEY` value set in the `.env` file.
|
||||
|
||||
### Discovery
|
||||
|
||||
It's not necessary to run discovery services on all pollers. In fact,
|
||||
you should only run one discovery process per poller group. Designate
|
||||
a single poller to run discovery (or a separate server if required).
|
||||
Depending on your setup will depend on how you configure your discovery processes.
|
||||
|
||||
**Cron based polling**
|
||||
|
||||
It's not necessary to run discovery services on all pollers. In fact, you should
|
||||
only run one discovery process per poller group.
|
||||
Designate a single poller to run discovery (or a separate server if required).
|
||||
|
||||
**Dispatcher service**
|
||||
When using the dispatcher service, discovery can run on all nodes.
|
||||
|
||||
### Configuration
|
||||
|
||||
|
||||
Reference in New Issue
Block a user