summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstuebinm2026-04-10 13:14:30 +0200
committerstuebinm2026-04-10 13:14:30 +0200
commitff8c2689c15ddf7fbc4f2aa4e0b000ade9db8da0 (patch)
treef3a7fd95aa18291e91304a24fdd57312cc09c809
parent87482aeb22b5cfca8291f6ae4a12c5dcad235819 (diff)
flora/monit: add erpu, drop billy/nobeliumHEADmain
-rw-r--r--flora/services/monit.nix16
1 files changed, 14 insertions, 2 deletions
diff --git a/flora/services/monit.nix b/flora/services/monit.nix
index cc5f3c4..e67f424 100644
--- a/flora/services/monit.nix
+++ b/flora/services/monit.nix
@@ -30,11 +30,23 @@
if failed port 443 with protocol https
then alert
- check host nobelium with address colorspace.club
+ check host erpu.eu with address erpu.eu
if failed port 443 with protocol https
then alert
- check host billy with address preprint.books.exposed
+ check host erpu-zulip with address zulip.erpu.eu
+ if failed port 443 with protocol https
+ then alert
+
+ check host erpu-authentik with address login.erpu.eu
+ if failed port 443 with protocol https
+ then alert
+
+ check host erpu-nextcloud with address nextcloud.erpu.eu
+ if failed port 443 with protocol https
+ then alert
+
+ check host erpu-hedgedoc with address pad.erpu.eu
if failed port 443 with protocol https
then alert
'';