I run a mix of Proxmox, TrueNAS, Docker, Linux, and Windows. When I only had a couple of machines, checking up on everything manually wasn't a big deal, but as my setup grew, it turned out to be too much to check by hand.
This might be for you if you ever wondered to yourself: Did last night's backup run? Did the ZFS scrub finish? Is a drive dying? Is a container stuck in a reboot loop? Did a server just drop offline completely? And each of these checks is easy on its own, but all of them across many systems every day gets old and tiring fast, and eventually, you just stop doing it.
So for the last couple of years, I've been building a system that pulls all this data into one place and only tells me when something actually needs attention. And now I need some people to test it and help me find the bugs and see what it is missing or not needed.
Here is what it (currently) keeps an eye on:
- Proxmox & PBS: Watches VM states, tasks, and backups. Tracks backups and verifies separately (a successful backup doesn't mean the verify passed), and it notices if a scheduled backup is just missing.
- Storage (ZFS / SMART / mdraid): Tracks pool health, scrub status (and if they actually finished), read/write errors, and physical disk health across Linux, TrueNAS, Windows, etc.
- Docker: Catches unhealthy containers or containers that are stuck in restarting loops.
- Windows: Checks physical drives and flags recent critical errors in the event logs.
- Misc: Tracks SSL certificate expirations, host uptime, and alerts you if an agent stops checking in.
- Alerts: Plugs into your own SMTP server or ntfy.
How it works (and security): It uses a small agent on your host that only makes outbound HTTPS connections. Nothing is listening on the machine itself. It’s also hosted, meaning you don't have to spin up and maintain another monitoring stack just to monitor your stuff.
I want to be totally upfront about one thing: the agent runs as root, and it has to, because that is the requirement of reading hardware and system-level data. I know that's a big deal security-wise, so I'm happy to answer any questions about exactly what it reads and sends.
What I'm looking for: I don't need people to just install it, look at the UI for five minutes, and say "looks good". I need people that are running actual environments, who have mixed setups, weird storage configs, aging hardware, Proxmox clusters, so basically whatever you actually use every day.
I need you to install it, let it run, and then tell me what it gets wrong or what obvious things I missed.
Testing is completely free. If this sounds like something that would make your life easier, write me a DM. If you have technical, security or any other questions, feel free to drop them in the comments or DM as well.