mirror of
https://github.com/samber/awesome-prometheus-alerts.git
synced 2026-06-21 00:47:18 +08:00
Update rules.yml
This commit is contained in:
parent
8759c50440
commit
1e4ea0b3e7
1 changed files with 1 additions and 1 deletions
|
|
@ -2421,7 +2421,7 @@ groups:
|
|||
rules:
|
||||
- name: Minio cluster disk offline
|
||||
description: "Minio cluster disk is offline"
|
||||
query: "minio_cluster_disk_offline_total > 0"
|
||||
query: "minio_cluster_drive_offline_total > 0"
|
||||
severity: critical
|
||||
- name: Minio node disk offline
|
||||
description: "Minio cluster node disk is offline"
|
||||
|
|
|
|||
Loading…
Reference in a new issue