@cryptotaxi247 / netdata-1 / commits / e4fba76fb

fix(health): make ioping_disk_latency alarm less sensitive (#12351)

Ilya Mashchenko committed Mar 9, 2022 at 20:59 UTC e4fba76fb4eab5d64176ec357390f32829a4ae82
1 file changed +4 -4
health/health.d/ioping.conf
+4 -4
@@ -5,11 +5,11 @@
5 type: System
6 component: Disk
7 lookup: average -10s unaligned of latency
8 - units: ms
8 + units: microseconds
9 every: 10s
10 - green: 500
11 - red: 1000
12 - warn: $this > $green OR $max > $red
10 + green: 5000
11 + red: 10000
12 + warn: $this > $green
13 crit: $this > $red
14 delay: down 30m multiplier 1.5 max 2h
15 info: average I/O latency over the last 10 seconds