summaryrefslogtreecommitdiffstats
path: root/health/health.d/tcp_orphans.conf
diff options
context:
space:
mode:
Diffstat (limited to 'health/health.d/tcp_orphans.conf')
-rw-r--r--health/health.d/tcp_orphans.conf5
1 files changed, 4 insertions, 1 deletions
diff --git a/health/health.d/tcp_orphans.conf b/health/health.d/tcp_orphans.conf
index cbd628da52..26a5911bb6 100644
--- a/health/health.d/tcp_orphans.conf
+++ b/health/health.d/tcp_orphans.conf
@@ -20,5 +20,8 @@ component: Network
warn: $this > (($status >= $WARNING ) ? ( 20 ) : ( 25 ))
crit: $this > (($status == $CRITICAL) ? ( 25 ) : ( 50 ))
delay: up 0 down 5m multiplier 1.5 max 1h
- info: orphan IPv4 TCP sockets utilization
+ info: Percentage of used orphan IPv4 TCP sockets. \
+ High orphan IPv4 TCP sockets utilization. \
+ When the limit is exceeded, orphaned connections (not attached to any user filehandle) are reset immediately. \
+ To increase the limit, adjust [net.ipv4.tcp_max_orphans].
to: sysadmin