summaryrefslogtreecommitdiff
path: root/flora/services/monit.nix (unfollow)
Commit message (Collapse)AuthorFilesLines
2024-03-04monit: extra catch-all check via systemctl is-system-runningstuebinm1-0/+3
2024-03-04monit: some kinda reasonable checksstuebinm1-4/+35
2024-02-29flora: monit via ntfy shstuebinm1-0/+32
so it turns out ntfy can run a little smtp server, which monit can send its alerts to, resulting in a halfway okayish monitoring setup. It doesn't even require mucking about with `sendmail'! Downside: this is still monit. Upside: from what I've heard, the other monitoring tools don't actually seem to be all that much better? Now I only have to come up with reasonable checks for the stuff I want to actually keep an eye on …