healthcheck: Provide HCMonitor implementation
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)