From 1e4ea0b3e75cdbf59a56c3e1cad94deaf2ab723f Mon Sep 17 00:00:00 2001 From: Samuel Berthe Date: Thu, 6 Jun 2024 22:53:29 +0200 Subject: [PATCH] Update rules.yml --- _data/rules.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_data/rules.yml b/_data/rules.yml index cd0123e73..9a08f71ab 100644 --- a/_data/rules.yml +++ b/_data/rules.yml @@ -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"