mirror of
https://github.com/Stunkymonkey/nixos.git
synced 2025-05-24 18:04:41 +02:00
service/sshd: update alert desc
This commit is contained in:
parent
728cf13897
commit
d8167a55ab
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ in
|
||||||
my.services.loki.rules = {
|
my.services.loki.rules = {
|
||||||
sshd_closed = {
|
sshd_closed = {
|
||||||
condition = ''count_over_time({unit="sshd.service"} |~ "Connection closed by authenticating user" [15m]) > 25'';
|
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";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue