summaryrefslogtreecommitdiffstats
path: root/health/health.d/tcp_conn.conf
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2021-03-16 18:30:22 +0300
committerGitHub <noreply@github.com>2021-03-16 18:30:22 +0300
commite186b45a0159ee72e5a7075e53b53151f2bc8373 (patch)
tree106a78d7015c6e906d10748d9de58ac88cee7d97 /health/health.d/tcp_conn.conf
parentd9354c86b51bdeb9b6341660ad05a10b70a2640d (diff)
health/: fix various alarms critical and warning thresholds hysteresis (#10779)
Diffstat (limited to 'health/health.d/tcp_conn.conf')
-rw-r--r--health/health.d/tcp_conn.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.d/tcp_conn.conf b/health/health.d/tcp_conn.conf
index 7aa9a98001..7dee6aaf7f 100644
--- a/health/health.d/tcp_conn.conf
+++ b/health/health.d/tcp_conn.conf
@@ -13,7 +13,7 @@
units: %
every: 10s
warn: $this > (($status >= $WARNING ) ? ( 60 ) : ( 80 ))
- crit: $this > (($status >= $CRITICAL) ? ( 80 ) : ( 90 ))
+ crit: $this > (($status == $CRITICAL) ? ( 80 ) : ( 90 ))
delay: up 0 down 5m multiplier 1.5 max 1h
info: the percentage of IPv4 TCP connections over the max allowed
to: sysadmin