summaryrefslogtreecommitdiffstats
path: root/health/health.d/portcheck.conf
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:23 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-07-24 09:54:44 +0000
commit836b47cb7e99a977c5a23b059ca1d0b5065d310e (patch)
tree1604da8f482d02effa033c94a84be42bc0c848c3 /health/health.d/portcheck.conf
parentReleasing debian version 1.44.3-2. (diff)
downloadnetdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.tar.xz
netdata-836b47cb7e99a977c5a23b059ca1d0b5065d310e.zip
Merging upstream version 1.46.3.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'health/health.d/portcheck.conf')
-rw-r--r--health/health.d/portcheck.conf44
1 files changed, 0 insertions, 44 deletions
diff --git a/health/health.d/portcheck.conf b/health/health.d/portcheck.conf
deleted file mode 100644
index 281731c86..000000000
--- a/health/health.d/portcheck.conf
+++ /dev/null
@@ -1,44 +0,0 @@
-
-# This is a fast-reacting no-notification alarm ideal for custom dashboards or badges
- template: portcheck_service_reachable
- on: portcheck.status
- class: Workload
- type: Other
-component: TCP endpoint
- lookup: average -1m unaligned percentage of success
- calc: ($this < 75) ? (0) : ($this)
- every: 5s
- units: up/down
- summary: Portcheck status for ${label:host}:${label:port}
- info: TCP host ${label:host} port ${label:port} liveness status
- to: silent
-
- template: portcheck_connection_timeouts
- on: portcheck.status
- class: Errors
- type: Other
-component: TCP endpoint
- lookup: average -5m unaligned percentage of timeout
- every: 10s
- units: %
- warn: $this >= 10 AND $this < 40
- crit: $this >= 40
- delay: down 5m multiplier 1.5 max 1h
- summary: Portcheck timeouts for ${label:host}:${label:port}
- info: Percentage of timed-out TCP connections to host ${label:host} port ${label:port} in the last 5 minutes
- to: sysadmin
-
- template: portcheck_connection_fails
- on: portcheck.status
- class: Errors
- type: Other
-component: TCP endpoint
- lookup: average -5m unaligned percentage of no_connection,failed
- every: 10s
- units: %
- warn: $this >= 10 AND $this < 40
- crit: $this >= 40
- delay: down 5m multiplier 1.5 max 1h
- summary: Portcheck fails for ${label:host}:${label:port}
- info: Percentage of failed TCP connections to host ${label:host} port ${label:port} in the last 5 minutes
- to: sysadmin