mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-22 01:17:19 +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'
|
||||
severity: warning
|
||||
for: 2m
|
||||
- name: Rabbitmq too much unack
|
||||
description: Too much unacknowledged messages
|
||||
- name: Rabbitmq too many unack messages
|
||||
description: Too many unacknowledged messages
|
||||
query: 'sum(rabbitmq_queue_messages_unacked) BY (queue) > 1000'
|
||||
severity: warning
|
||||
for: 1m
|
||||
- name: Rabbitmq too much connections
|
||||
- name: Rabbitmq too many connections
|
||||
description: The total connections of a node is too high
|
||||
query: 'rabbitmq_connections > 1000'
|
||||
severity: warning
|
||||
|
|
|
|||
Loading…
Reference in a new issue