@cryptotaxi247 / netdata-1 / commits / 4f867a58e

health/web_log: remove `crit` from unmatched alarms (#10280)

Ilya Mashchenko committed Nov 26, 2020 at 19:05 UTC 4f867a58e5287e54aa5ecae023868615cafb9f93
1 file changed -2
health/health.d/web_log.conf
-2
@@ -111,7 +111,6 @@ families: *
111 units: %
112 every: 10s
113 warn: ($1m_total_requests > 120) ? ($this > 1) : ( 0 )
114 - crit: ($1m_total_requests > 120) ? ($this > 5) : ( 0 )
114 delay: up 1m down 5m multiplier 1.5 max 1h
115 info: the ratio of unmatched lines, over the last minute
116 to: webmaster
@@ -235,7 +234,6 @@ families: *
234 units: %
235 every: 10s
236 warn: ($web_log_1m_total_requests > 120) ? ($this > 1) : ( 0 )
238 - crit: ($web_log_1m_total_requests > 120) ? ($this > 5) : ( 0 )
237 delay: up 1m down 5m multiplier 1.5 max 1h
238 info: the ratio of unmatched lines, over the last minute
239 to: webmaster