Skip to content

Commit 650d90b

Browse files
Merge pull request #121 from Lyndon-prequel/rule_tweaks_0722
Rule tweaks 0722
2 parents 34ee3d0 + a275d75 commit 650d90b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

rules/cre-2024-0007/rabbitmq-mnesia-overloaded.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@ rules:
22
- cre:
33
id: CRE-2024-0007
44
severity: 0
5-
title: RabbitMQ Mnesia overloaded recovering persistent queues
5+
title: RabbitMQ Mnesia overloaded
66
category: message-queue-problem
77
author: Prequel
88
description: |
9-
The RabbitMQ cluster is processing a large number of persistent mirrored queues at boot. The underlying Erlang process, Mnesia, is overloaded (`** WARNING ** Mnesia is overloaded`).
9+
The underlying Erlang process, Mnesia, is overloaded (`** WARNING ** Mnesia is overloaded`).
1010
cause: |
11-
There are so many that the underlying Erlang process, Mnesia, is reporting that it is overloaded while recoving these queues on boot.
11+
One way this can happen is when a RabbitMQ cluster is processing a large number of persistent mirrored queues at boot. There are so many queues that the underlying Erlang process, Mnesia, reports that it is overloaded while recovering these queues.
1212
impact: |
1313
RabbitMQ is unable to process any new messages, which can lead to outages in consumers and producers.
1414
impactScore: 9

rules/cre-2025-0054/upstream-service-timeout.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
rules:
22
- cre:
33
id: CRE-2025-0054
4-
severity: 2
4+
severity: 3
55
title: NGINX upstream connection timeout
66
category: proxy-timeout-problem
77
author: Prequel

0 commit comments

Comments
 (0)