From 70ab9a7d4c2ae31e5052b1eab02a652d0d96247c Mon Sep 17 00:00:00 2001 From: Mechiel Lukkien Date: Mon, 1 May 2023 14:21:02 +0200 Subject: [PATCH] tweak alerting rule to include that it is about authentication rate limiting --- prometheus.rules | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prometheus.rules b/prometheus.rules index f861833..89674b1 100644 --- a/prometheus.rules +++ b/prometheus.rules @@ -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