mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Fix Dispatcher service not discovering poller groups (#13377)
The discovery workers were not monitoring non-default poller group queues
This commit is contained in:
@@ -527,7 +527,7 @@ class DiscoveryQueueManager(TimedQueueManager):
|
||||
:param lock_manager: the single instance of lock manager
|
||||
"""
|
||||
TimedQueueManager.__init__(
|
||||
self, config, lock_manager, "discovery", False, config.discovery.enabled
|
||||
self, config, lock_manager, "discovery", True, config.discovery.enabled
|
||||
)
|
||||
self._db = LibreNMS.DB(self.config)
|
||||
|
||||
|
Reference in New Issue
Block a user