diff --git a/modules/services/ssh-server/default.nix b/modules/services/ssh-server/default.nix index c8834e1..36de274 100644 --- a/modules/services/ssh-server/default.nix +++ b/modules/services/ssh-server/default.nix @@ -31,7 +31,7 @@ in my.services.loki.rules = { sshd_closed = { condition = ''count_over_time({unit="sshd.service"} |~ "Connection closed by authenticating user" [15m]) > 25''; - description = "More then 25 users have tried loggin in without success"; + description = "More then 25 users have tried loggin in the last 15 min without success"; }; }; };