Skip to content

Commit

Permalink
PBDaemon should always setup the event client.
Browse files Browse the repository at this point in the history
ZEN-35182
  • Loading branch information
jpeacock-zenoss committed Dec 9, 2024
1 parent 85aa79e commit fcc6dbc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Products/ZenHub/PBDaemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -407,10 +407,10 @@ def _started(self):
ready, self.__zenhub_ready = self.__zenhub_ready, None
yield ready

if self.options.cycle:
state = "eventclient"
self._setup_event_client()
state = "eventclient"
self._setup_event_client()

if self.options.cycle:
state = "stats"
self._start_statistics_task()

Expand Down

0 comments on commit fcc6dbc

Please sign in to comment.