docs: update watchdog headers — single-pass cron model, correct caller refs, stability vs system watchdog
This commit is contained in:
@@ -4,11 +4,11 @@
|
||||
# ==============================================================================================
|
||||
# Thin orchestrator — runs SYSTEM_WATCHDOG_SCRIPTS from master.conf sequentially.
|
||||
# Called by watchdog_orchestrator.sh each cycle. Covers system component health:
|
||||
# storage pool growth, runaway logs, and WebGUI availability.
|
||||
# storage pool growth, runaway logs, WebGUI availability, and network connectivity.
|
||||
#
|
||||
# ── EXECUTION ORDER ───────────────────────────────────────────────────────────────────────────
|
||||
# Driven by SYSTEM_WATCHDOG_SCRIPTS in master.conf — add, remove, or reorder there.
|
||||
# Default: storage_watchdog → webgui_watchdog
|
||||
# Default: storage_watchdog → webgui_watchdog → network_watchdog
|
||||
#
|
||||
# ── SEQUENTIAL EXECUTION ─────────────────────────────────────────────────────────────────────
|
||||
# All scripts run in the foreground. Each must complete before the next starts.
|
||||
|
||||
Reference in New Issue
Block a user