New rule for unhealthy disks
This commit is contained in:
parent
cca10e7cc9
commit
e6b6790f63
1 changed files with 7 additions and 1 deletions
|
@ -149,5 +149,11 @@ groups:
|
||||||
summary: >
|
summary: >
|
||||||
Charge à {{ raw('$value') }}
|
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…
Reference in a new issue