New rule for unhealthy disks

This commit is contained in:
pz2891 2021-08-13 15:24:12 +02:00
parent cca10e7cc9
commit e6b6790f63

View file

@ -149,5 +149,11 @@ groups:
summary: >
Charge à {{ raw('$value') }}
- alert: UnhealthyDisk
expr: smartmon_device_smart_healthy < 1
for: 10m
labels:
severity: "critical"
annotations:
summary: "Le Disque {{ $labels.disk }} n'est pas en bonne santé !"
...