service/sshd: update alert desc

This commit is contained in:
Felix Buehler 2023-06-18 22:52:24 +02:00
parent 728cf13897
commit d8167a55ab

View file

@ -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";
};
};
};