✦ Monitoring & Infrastructure

Nagios: The Health Layer of the Homelab

August 8, 2026 · NagiosMonitoringObservability

If a service in our lab goes down, we want to know about it before a user does. That's the job of Nagios — the open-source monitoring platform that acts as the health layer for everything we run.

Wazuh watches the security side of things, but Nagios solves a different problem: is each service actually up, responsive, and healthy? It's the first thing we check when something feels off, and the tool that tells us when to stop ignoring a problem.

What Nagios actually does

At its core, Nagios is a monitoring agent that checks the health of hosts and services on a schedule. It's a simple idea with a huge payoff: every service gets a check, every check runs on a timer, and the results roll up into a single status board.

It sounds basic, but that's the point. Monitoring is the mundane work that keeps a self-hosted fleet honest — and Nagios makes it set-and-forget.

Why we chose it

Nagios has been the standard for this kind of thing for decades, and for a homelab that's a feature, not a drawback:

What we use it for

Concretely, Nagios is our answer to the question that comes up constantly in a growing lab: "is everything up?" Instead of SSHing into each machine or poking each service by hand, we glance at one board:

How it fits into the lab

Nagios is the health layer, and each tool in the stack has a clear lane. Nagios handles up/down and responsiveness; Grafana and Prometheus handle metrics and trends; Loki handles log aggregation; and Wazuh covers the security layer. Together they mean we can answer "what's running, how is it performing, and is anything out of the ordinary" without digging through each host by hand.

The deployment was a straightforward open-source install on our own infrastructure, watching the fleet and alerting when things break. It's the kind of tool that quietly does its job for years — and that's exactly what we want from infrastructure.

A small note on transparency

Like everything else here, this is ordinary, well-documented open-source software deployed the straightforward way. We write it up because we believe in being open about how a self-hosted operation actually runs — and because monitoring well is part of shipping reliable games, music, and software.


Contact: [email protected]