Skip to content

healthcheck: Provide HCMonitor implementation

Vgutierrez requested to merge healthcheck-monitor into main

HCMonitor is the base of the incoming healthcheck daemon. It's able to spawn workers that run healthchecks and reports its results to subscribers. Implemented using channels as sync mechanism to avoid explicit synchronization using mutex(es)

Merge request reports