A home server needs one dashboard for many health checks
A small home lab can quickly become hard to watch. The setup has three machines at home and two outside VPS servers, and the goal is to monitor health, whether important addresses can be reached, whether systemd services are running, and how much hardware is being used.
Grafana and AlertManager can cover hardware usage and alerts. The harder part is finding one clean dashboard that also brings together container status, reachability checks, and systemd service checks.
is an option, but it may fit simple uptime checks better than a large set of detailed metrics. Building a private tool is possible, but the real need is a ready-made setup that puts in one place.
Key points
- The environment has three local machines and two VPS servers.
- The needed checks include Docker health, reachable , systemd services, and hardware usage.
- Grafana and AlertManager can handle metrics and alerts.
- may be better for uptime checks than deep metric tracking.
- The desired result is one clean dashboard for the whole home lab.