diff options
author | stuebinm | 2024-07-04 12:27:54 +0200 |
---|---|---|
committer | stuebinm | 2024-07-04 12:27:54 +0200 |
commit | 6bcb056479c6a611622dc1a3786c35f0a7a155f7 (patch) | |
tree | 54db7e4f4336a67471fc7f799f54c41321ae22eb | |
parent | 256edd3d5790f2ed4048d9624c5ef5fe55d8b645 (diff) |
monitoring: add cloud.infra4future.de via https
-rw-r--r-- | flora/services/monit.nix | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/flora/services/monit.nix b/flora/services/monit.nix index a769045..83436e7 100644 --- a/flora/services/monit.nix +++ b/flora/services/monit.nix @@ -42,6 +42,10 @@ if failed port 443 with protocol https then alert + check host hacc-nextcloud with address cloud.infra4future.de + if failed port 443 with protocol https + then alert + check host nobelium with address colorspace.club if failed port 443 with protocol https then alert |