summaryrefslogtreecommitdiffstats
path: root/health/health.d/net.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/net.conf
parentd9354c86b51bdeb9b6341660ad05a10b70a2640d (diff)
health/: fix various alarms critical and warning thresholds hysteresis (#10779)
Diffstat (limited to 'health/health.d/net.conf')
-rw-r--r--health/health.d/net.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/health/health.d/net.conf b/health/health.d/net.conf
index 85e194bb98..29556befc8 100644
--- a/health/health.d/net.conf
+++ b/health/health.d/net.conf
@@ -179,7 +179,7 @@ families: *
every: 10s
units: %
warn: $this > (($status >= $WARNING)?(200):(5000))
- crit: $this > (($status >= $WARNING)?(5000):(6000))
+ crit: $this > (($status == $CRITICAL)?(5000):(6000))
options: no-clear-notification
info: the % of the rate of received packets in the last 10 seconds, compared to the rate of the last minute (clear notification for this alarm will not be sent)
to: sysadmin