From 1ca000daf84d81941bce756b83efa07c9c7de62b Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 27 Jun 2024 17:50:48 +0200 Subject: monitoring: check that nobelium is running … might be good to also add a monit on nobelium itself, but in any case this isn't wrong either. --- flora/services/monit.nix | 4 ++++ 1 file changed, 4 insertions(+) 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 ''; }; -- cgit v1.2.3