mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-26 03:17:07 +08:00
Update rules.yml
This commit is contained in:
parent
68d45a0856
commit
58beec8a27
1 changed files with 1 additions and 1 deletions
|
|
@ -742,7 +742,7 @@ groups:
|
|||
severity: critical
|
||||
- name: Redis disconnected slaves
|
||||
description: Redis not replicating for all slaves. Consider reviewing the redis replication status.
|
||||
query: 'count without (instance, job) (redis_connected_slaves) - sum without (instance, job) (redis_connected_slaves) - 1 > 1'
|
||||
query: 'count without (instance, job) (redis_connected_slaves) - sum without (instance, job) (redis_connected_slaves) - 1 > 0'
|
||||
severity: critical
|
||||
- name: Redis replication broken
|
||||
description: Redis instance lost a slave
|
||||
|
|
|
|||
Loading…
Reference in a new issue