summaryrefslogtreecommitdiff
path: root/flora/configuration.nix
diff options
context:
space:
mode:
authorstuebinm2024-02-29 16:48:59 +0100
committerstuebinm2024-02-29 16:48:59 +0100
commitffa6d5eb82c3f71cfaf60c98dfc3d82276497ac5 (patch)
treea52b879ca2ea93578af3e7ada6e99397160ac95c /flora/configuration.nix
parent86ced9c8aa3afef3d6cefb38328ed03f38bdfbf0 (diff)
flora: monit via ntfy sh
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 …
Diffstat (limited to '')
-rw-r--r--flora/configuration.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/flora/configuration.nix b/flora/configuration.nix
index 9f2eb82..40cd3a5 100644
--- a/flora/configuration.nix
+++ b/flora/configuration.nix
@@ -12,6 +12,7 @@
./services/element.nix
./services/ntfy.nix
./services/murmur.nix
+ ./services/monit.nix
];
# Use the GRUB 2 boot loader.