Migrate hourly health check from bash/systemd to n8n #1
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Prototype running as bash script on nuc via systemd timer (homelab-health.service, every 1h).
Checks: container status per host, HA VM, disk usage, key HTTP endpoints.
Auto-fix: docker start for stopped containers, docker prune for /tmp >80%.
Escalate via Gotify (token: Az9NpC-m1jjf571, url: http://192.168.1.40:10003).
Migrate to n8n using SSH node + HTTP Request nodes. Keep bash timer as fallback in case n8n is down.
See IDEAS.md for node-by-node design.