Raise threshold for reallocated sectors alert
Change-Id: Ia17d879e7a7efd7c5acb9590cc7d1cff01942b25
PROD-related: PROD-33864
diff --git a/linux/meta/prometheus.yml b/linux/meta/prometheus.yml
index 2fe7036..ba92ed0 100644
--- a/linux/meta/prometheus.yml
+++ b/linux/meta/prometheus.yml
@@ -177,9 +177,9 @@
description: "The {{ $labels.device }} disk on the {{ $labels.host }} node has a temperature of {{ $value }}C for 5 minutes."
SystemSMARTDiskReallocatedSectorsCount:
if: >-
- smart_attribute_raw_value{name="Reallocated_Sector_Ct"} > 0
+ smart_attribute_raw_value{name="Reallocated_Sector_Ct"} > 10
labels:
- severity: major
+ severity: warning
service: system
annotations:
summary: "The {{ $labels.device }} disk has reallocated sectors"