summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2020-11-26 19:05:51 +0300
committerGitHub <noreply@github.com>2020-11-26 19:05:51 +0300
commit4f867a58e5287e54aa5ecae023868615cafb9f93 (patch)
treef5f77c98000c983346cd0f92db4752d3728ce889 /health
parentf8f4aed80d34967ba61de14463e9520829edcdc2 (diff)
health/web_log: remove `crit` from unmatched alarms (#10280)
Diffstat (limited to 'health')
-rw-r--r--health/health.d/web_log.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/health/health.d/web_log.conf b/health/health.d/web_log.conf
index 1aefd7b002..44de38a48e 100644
--- a/health/health.d/web_log.conf
+++ b/health/health.d/web_log.conf
@@ -111,7 +111,6 @@ families: *
units: %
every: 10s
warn: ($1m_total_requests > 120) ? ($this > 1) : ( 0 )
- crit: ($1m_total_requests > 120) ? ($this > 5) : ( 0 )
delay: up 1m down 5m multiplier 1.5 max 1h
info: the ratio of unmatched lines, over the last minute
to: webmaster
@@ -235,7 +234,6 @@ families: *
units: %
every: 10s
warn: ($web_log_1m_total_requests > 120) ? ($this > 1) : ( 0 )
- crit: ($web_log_1m_total_requests > 120) ? ($this > 5) : ( 0 )
delay: up 1m down 5m multiplier 1.5 max 1h
info: the ratio of unmatched lines, over the last minute
to: webmaster