mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-23 18:06:58 +08:00
Publish
This commit is contained in:
parent
353ef1ed95
commit
8a220b1b8a
1 changed files with 1 additions and 1 deletions
2
dist/rules/rabbitmq/rabbitmq-exporter.yml
vendored
2
dist/rules/rabbitmq/rabbitmq-exporter.yml
vendored
|
|
@ -56,7 +56,7 @@ groups:
|
||||||
severity: warning
|
severity: warning
|
||||||
annotations:
|
annotations:
|
||||||
summary: RabbitMQ too many ready messages (instance {{ $labels.instance }})
|
summary: RabbitMQ too many ready messages (instance {{ $labels.instance }})
|
||||||
description: "Too many ready messages\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
description: "RabbitMQ too many ready messages on {{ $labels.instace }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}"
|
||||||
|
|
||||||
- alert: RabbitmqTooManyUnackMessages
|
- alert: RabbitmqTooManyUnackMessages
|
||||||
expr: 'sum(rabbitmq_queue_messages_unacked) BY (queue) > 1000'
|
expr: 'sum(rabbitmq_queue_messages_unacked) BY (queue) > 1000'
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue