From 5eb619c177b75597d2338bc56da65bf13e2d4b10 Mon Sep 17 00:00:00 2001 From: Mikhail Grigorev Date: Fri, 8 Oct 2021 11:19:00 +0500 Subject: [PATCH] Update zabbix source up to 5.0.16 --- conf/zabbix_agentd_dbmon.conf | 11 +++++++++++ conf/zabbix_agentd_dbmon.win.conf | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/conf/zabbix_agentd_dbmon.conf b/conf/zabbix_agentd_dbmon.conf index 2f5cca8a7..2c229e5d4 100644 --- a/conf/zabbix_agentd_dbmon.conf +++ b/conf/zabbix_agentd_dbmon.conf @@ -506,6 +506,17 @@ Alias=dbmon.agent.hostname[*]:agent.hostname # Default: # TLSCipherAll= +####### For advanced users - TCP-related fine-tuning parameters ####### + +## Option: ListenBacklog +# The maximum number of pending connections in the queue. This parameter is passed to +# listen() function as argument 'backlog' (see "man listen"). +# +# Mandatory: no +# Range: 0 - INT_MAX (depends on system, too large values may be silently truncated to implementation-specified maximum) +# Default: SOMAXCONN (hard-coded constant, depends on system) +# ListenBacklog= + ####### For advanced users - Database monitoring options ####### ### Option: DBTimeout diff --git a/conf/zabbix_agentd_dbmon.win.conf b/conf/zabbix_agentd_dbmon.win.conf index 6fac8ef68..e0b57185b 100644 --- a/conf/zabbix_agentd_dbmon.win.conf +++ b/conf/zabbix_agentd_dbmon.win.conf @@ -468,6 +468,17 @@ Alias=dbmon.agent.hostname[*]:agent.hostname # Default: # TLSCipherAll= +####### For advanced users - TCP-related fine-tuning parameters ####### + +## Option: ListenBacklog +# The maximum number of pending connections in the queue. This parameter is passed to +# listen() function as argument 'backlog' (see "man listen"). +# +# Mandatory: no +# Range: 0 - INT_MAX (depends on system, too large values may be silently truncated to implementation-specified maximum) +# Default: SOMAXCONN (hard-coded constant, depends on system) +# ListenBacklog= + ####### For advanced users - Database monitoring options ####### ### Option: DBTimeout