@cryptotaxi247 / netdata-1 / commits / d8090314b

health: make mdstat_mismatch_cnt alarm less strict (#10488)

Ilya Mashchenko committed Jan 12, 2021 at 16:32 UTC d8090314b6f47e463335f81ee56c00cdf8091776
1 file changed +3 -2
health/health.d/mdstat.conf
+3 -2
@@ -21,8 +21,9 @@ template: mdstat_mismatch_cnt
21 on: md.mismatch_cnt
22 units: unsynchronized blocks
23 calc: $count
24 - every: 10s
25 - crit: $this > 0
24 + every: 60s
25 + warn: $this > 1024
26 + delay: up 30m
27 info: Mismatch count!
28 to: sysadmin
29