diff options
| -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 ''; |
