mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-25 10:56:57 +08:00
fix typo (#228)
This commit is contained in:
parent
092d0f8bda
commit
0ba7c2a47e
1 changed files with 3 additions and 3 deletions
|
|
@ -836,12 +836,12 @@ groups:
|
||||||
query: 'rabbitmq_process_open_fds / rabbitmq_process_max_fds * 100 > 90'
|
query: 'rabbitmq_process_open_fds / rabbitmq_process_max_fds * 100 > 90'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 2m
|
for: 2m
|
||||||
- name: Rabbitmq too much unack
|
- name: Rabbitmq too many unack messages
|
||||||
description: Too much unacknowledged messages
|
description: Too many unacknowledged messages
|
||||||
query: 'sum(rabbitmq_queue_messages_unacked) BY (queue) > 1000'
|
query: 'sum(rabbitmq_queue_messages_unacked) BY (queue) > 1000'
|
||||||
severity: warning
|
severity: warning
|
||||||
for: 1m
|
for: 1m
|
||||||
- name: Rabbitmq too much connections
|
- name: Rabbitmq too many connections
|
||||||
description: The total connections of a node is too high
|
description: The total connections of a node is too high
|
||||||
query: 'rabbitmq_connections > 1000'
|
query: 'rabbitmq_connections > 1000'
|
||||||
severity: warning
|
severity: warning
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue