summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--flora/services/monit.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/flora/services/monit.nix b/flora/services/monit.nix
index 0b7ee7c..9d290a9 100644
--- a/flora/services/monit.nix
+++ b/flora/services/monit.nix
@@ -41,6 +41,10 @@
check host hacc-mattermost with address mattermost.infra4future.de
if failed port 443 with protocol https
then alert
+
+ check host nobelium with address no.colorspace.club
+ if failed port 22 with protocol ssh
+ then alert
'';
};