claude-memory/graph/solutions/expanded-health-monitoring-to-6-servers-with-per-server-ssh-e32b20.md
2026-02-28 07:30:00 -06:00

1.5 KiB

id type title tags importance confidence created updated relations
e32b20ae-8861-4b7a-b14a-853377cf7cb9 solution Expanded health monitoring to 6 servers with per-server SSH user support
monitoring
claude-runner-monitoring
homelab
health-check
ssh
infrastructure
0.9 0.8 2026-02-20T15:37:17.793158+00:00 2026-02-28T13:30:00.531746+00:00
target type direction strength edge_id
5da4468e-4a1b-481b-bbae-a32108dab33e BUILDS_ON outgoing 0.8 20e8a32f-8d4e-4359-a85f-4119ed319415
target type direction strength edge_id
663f99a9-e31b-4a02-a678-9837345aebbb BUILDS_ON outgoing 0.8 88b53b9f-822d-431d-94b4-8d6deee57f88
target type direction strength edge_id
f0ea5a06-f906-4d29-944f-b8cba44eaa08 RELATED_TO incoming 0.8 15f7a0d9-cb59-4c1e-b8b8-6949e2521c05
target type direction strength edge_id
aab3d007-0cdf-4a4f-9b55-096ea4bdc168 RELATED_TO incoming 0.75 a6c3708b-3100-4163-a187-a05cb2ed0f40

Expanded CT 302 health check coverage from 3 to 6 monitored servers. Added per-server ssh_user override to health_check.py for servers using non-root SSH (cal@ubuntu-manticore, cal@strat-database). New servers: n8n (10.10.0.210), ubuntu-manticore (10.10.0.226), strat-database (10.10.0.42). Code change: ssh_exec() now accepts optional server_cfg param for per-server ssh_user override. Also fixed: IdentitiesOnly in SSH config, CT 302 host keys for new servers, termix Docker healthcheck (wget->node). Commit: 2b7df76 on cal/claude-runner-monitoring.