watchdogs: fix Tailscale error propagation and docker watchdog output order
- network_watchdog: remove ISSUES++ for Tailscale — it's notify-only by design, no restart possible; cascading to system watchdog exit 1 was noise - docker_watchdog: move banner to top of cycle so body errors appear under the correct section header, not visually inside Resource Manager output
This commit is contained in:
@@ -258,7 +258,6 @@ if [[ "${NETWORK_WATCHDOG_CHECK_TAILSCALE:-true}" == "true" ]]; then
|
||||
log "$ICON_SUCCESS Tailscale running"
|
||||
else
|
||||
warn "$ICON_ERROR Tailscale not in Running state"
|
||||
(( ISSUES++ ))
|
||||
notify "Tailscale not running on $(hostname) ($MY_ID) — manual check needed" \
|
||||
"Network Watchdog" "warning"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user