mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
tweak alerting rule to include that it is about authentication rate limiting
This commit is contained in:
parent
c1753b369d
commit
70ab9a7d4c
1 changed files with 2 additions and 2 deletions
|
@ -62,7 +62,7 @@ groups:
|
|||
summary: dmarc reports about rejects/quarantines due to failing dmarc check
|
||||
|
||||
# may be noisy
|
||||
- alert: mox-ratelimited
|
||||
- alert: mox-auth-ratelimited
|
||||
expr: increase(mox_authentication_ratelimited_total[1h]) > 0
|
||||
annotations:
|
||||
summary: connections/requests were rate limited
|
||||
summary: authentication connections/requests were rate limited
|
||||
|
|
Loading…
Reference in a new issue