tweak alerting rule to include that it is about authentication rate limiting

This commit is contained in:
Mechiel Lukkien 2023-05-01 14:21:02 +02:00
parent c1753b369d
commit 70ab9a7d4c
No known key found for this signature in database

View file

@ -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