Skip to content

Commit

Permalink
Merge pull request #4625 from zenoss/bugfix/ZEN-35182.7x
Browse files Browse the repository at this point in the history
PBDaemon should always setup the event client.
  • Loading branch information
jpeacock-zenoss authored Dec 9, 2024
2 parents 85aa79e + fcc6dbc commit 4a86eb2
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 4a86eb2

Please sign in to comment.