diff options
-rw-r--r-- | flora/services/monit.nix | 4 |
1 files changed, 2 insertions, 2 deletions
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 ''; }; |