From 758cdbc9af9bb73d11285f3e7f3fea5a2bcc44df Mon Sep 17 00:00:00 2001 From: stuebinm Date: Mon, 1 Jul 2024 22:30:50 +0200 Subject: monitoring: check nobelium via https openssh starts to deny recurring connections that don't try to authenticate after a while, which seems to be what monit is doing for the ssh check. --- flora/services/monit.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'flora') diff --git a/flora/services/monit.nix b/flora/services/monit.nix index 9d290a9..a769045 100644 --- a/flora/services/monit.nix +++ b/flora/services/monit.nix @@ -42,8 +42,8 @@ if failed port 443 with protocol https then alert - check host nobelium with address no.colorspace.club - if failed port 22 with protocol ssh + check host nobelium with address colorspace.club + if failed port 443 with protocol https then alert ''; }; -- cgit v1.2.3