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 <kevin@scrye.com>
This commit is contained in:
parent
4bfc46ce37
commit
5d727a0e05
1 changed files with 2 additions and 2 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue