health: fix mdstat `failed devices` alarm (#8794)
Ilya Mashchenko committed
Apr 22, 2020 at 09:51 UTC
51c44bb45fd6f4534fb3661f4d39093bb0386e18
1 file changed
+1
-1
health/health.d/mdstat.conf
+1
-1
@@ -12,7 +12,7 @@ template: mdstat_disks
12
on: md.disks
13
units: failed devices
14
every: 10s
15
- calc: $total - $inuse
15
+ calc: $down
16
crit: $this > 0
17
info: Array is degraded!
18
to: sysadmin