New rule for unhealthy disks

pull/62/head
pz2891 3 years ago
parent cca10e7cc9
commit e6b6790f63

@ -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é !"
...

Loading…
Cancel
Save