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:
Gmer4Lfe
2026-05-24 16:56:32 -04:00
parent 359b051e64
commit f85493cf35
2 changed files with 1 additions and 4 deletions
-1
View File
@@ -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