maple.utils.health.HealthMonitor.start

HealthMonitor.start() None

Start the health monitoring background thread.

Launches a daemon thread that continuously monitors all registered containers at the configured check_interval. Safe to call multiple times - will not start duplicate threads.

The monitoring thread will automatically exit when the program terminates since it runs as a daemon.