diff options
| author | stuebinm | 2026-04-10 13:14:30 +0200 |
|---|---|---|
| committer | stuebinm | 2026-04-10 13:14:30 +0200 |
| commit | ff8c2689c15ddf7fbc4f2aa4e0b000ade9db8da0 (patch) | |
| tree | f3a7fd95aa18291e91304a24fdd57312cc09c809 /flora/services/monit.nix | |
| parent | 87482aeb22b5cfca8291f6ae4a12c5dcad235819 (diff) | |
Diffstat (limited to 'flora/services/monit.nix')
| -rw-r--r-- | flora/services/monit.nix | 16 |
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 ''; |
