diff options
Diffstat (limited to '')
-rw-r--r-- | flora/services/monit.nix | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/flora/services/monit.nix b/flora/services/monit.nix index 0b7ee7c..83436e7 100644 --- a/flora/services/monit.nix +++ b/flora/services/monit.nix @@ -41,6 +41,14 @@ check host hacc-mattermost with address mattermost.infra4future.de 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 ''; }; |