summaryrefslogtreecommitdiffstats
path: root/health
diff options
context:
space:
mode:
authorIlya Mashchenko <ilya@netdata.cloud>2020-04-22 04:32:07 +0300
committerGitHub <noreply@github.com>2020-04-22 11:32:07 +1000
commit4c3c7865d97dece4d2ffbaee19849388be6655c7 (patch)
tree27aee6003c1f4234142e9c6a249528d534a23b83 /health
parent4113d8264c3d2173d6fdd93eac8cc1016f771c40 (diff)
health/portcheck: remove no-clear-notification (#8748)
Diffstat (limited to 'health')
-rw-r--r--health/health.d/portcheck.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/health/health.d/portcheck.conf b/health/health.d/portcheck.conf
index f42b63d307..8ffdbdd642 100644
--- a/health/health.d/portcheck.conf
+++ b/health/health.d/portcheck.conf
@@ -31,7 +31,6 @@ families: *
crit: $this >= 40
delay: down 5m multiplier 1.5 max 1h
info: average of timeouts during the last 5 minutes
- options: no-clear-notification
to: sysadmin
template: connection_fails
@@ -44,5 +43,4 @@ families: *
crit: $this >= 40
delay: down 5m multiplier 1.5 max 1h
info: average of failed connections during the last 5 minutes
- options: no-clear-notification
to: sysadmin