[object Object]

← back to Exo Cluster Watchdog

watchdog: probe mac1/mac2 by .lan hostname instead of hardcoded IPs — DHCP moved Mac2 from .54 to .53 and the watchdog falsely reported it down since 2026-09-16 (TK-11874)

0461c76cf02846ad13e70b280a5ed80dff85a374 · 2026-09-16 18:56:46 -0700 · Steve Abrams

Files touched

Diff

commit 0461c76cf02846ad13e70b280a5ed80dff85a374
Author: Steve Abrams <steve@designerwallcoverings.com>
Date:   Wed Sep 16 18:56:46 2026 -0700

    watchdog: probe mac1/mac2 by .lan hostname instead of hardcoded IPs — DHCP moved Mac2 from .54 to .53 and the watchdog falsely reported it down since 2026-09-16 (TK-11874)
---
 watchdog.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/watchdog.sh b/watchdog.sh
index 80946b9..b0f9e4f 100755
--- a/watchdog.sh
+++ b/watchdog.sh
@@ -20,8 +20,8 @@ mkdir -p "$DATA"
 # NOAUTH = do NOT ssh this node (key not authorized / avoid touching it); probe+alert only.
 NODES=(
   "macstudio3|127.0.0.1|LOCAL"
-  "mac1|192.168.1.133|steve@192.168.1.133"
-  "mac2|192.168.1.54|NOAUTH"
+  "mac1|stevesmcstudio2.lan|steve@stevesmcstudio2.lan"
+  "mac2|stevestacstudio.lan|NOAUTH"
 )
 EXPECTED=${#NODES[@]}
 

← 7abe703 snapshot before TK-11874 watchdog host edit  ·  back to Exo Cluster Watchdog  ·  auto-data-snapshot: 2026-09-16T18:58:01 (1 data files) — dat 3bb1d17 →