From 5d727a0e05d461ffc5282452314515dd64975f97 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Thu, 11 Jan 2024 11:06:52 -0800 Subject: [PATCH] fmn: bump alert levels way way up FMN sometimes gets a lot of messages in it's backlog when it's refreshing it's cache or when there's just a ton of new messages. Since we don't do anything except be annoyed at the alert, lets bump these way up to alert less. Really the case we want to alert on is if there's no consumer or if it stays high for a long time without making any headway. Signed-off-by: Kevin Fenzi --- playbooks/openshift-apps/fmn.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playbooks/openshift-apps/fmn.yml b/playbooks/openshift-apps/fmn.yml index bf0872b0b7..00102f3d15 100644 --- a/playbooks/openshift-apps/fmn.yml +++ b/playbooks/openshift-apps/fmn.yml @@ -42,8 +42,8 @@ # The FMN queue is subscribed to everything - "#" thresholds: - warning: 50 - critical: 500 + warning: 20000 + critical: 25000 # FMN sends messages when a rule is changed, to invalidate its cache sent_topics: ^org\.fedoraproject\.{{ env_short }}\.fmn\..* tags: