docs: update watchdog headers — single-pass cron model, correct caller refs, stability vs system watchdog

This commit is contained in:
Gmer4Lfe
2026-06-01 19:31:16 -04:00
parent ee26eebc6b
commit d3454a3dab
6 changed files with 20 additions and 26 deletions
+3 -3
View File
@@ -6,9 +6,9 @@
# PURPOSE
# ─────────────────────────────────────────────────────────────────────────────
# Pool and storage health monitoring — catches runaway data growth before it
# fills a pool. Runs as a single-pass script called by watchdog_orchestrator.sh
# every cycle. Sits between docker_watchdog.sh (container health) and
# system_watchdog.sh (last line of defense). Never reboots — detects, alerts,
# fills a pool. Runs as a single-pass script called by system_watchdog.sh each
# cycle. Sits between docker_watchdog.sh (container health) and
# stability_watchdog.sh (last line of defense). Never reboots — detects, alerts,
# and optionally remediates.
#
# ==============================================================================================