From f681eb47ea19082ec25265b6b1622fe7f688c47c Mon Sep 17 00:00:00 2001 From: hugetoad Date: Wed, 27 Feb 2002 19:06:39 +0000 Subject: - support for experimental parameter NoTimeWait (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@326 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- misc/conf/zabbix_agentd.conf | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'misc/conf/zabbix_agentd.conf') diff --git a/misc/conf/zabbix_agentd.conf b/misc/conf/zabbix_agentd.conf index 1563d693..bc393f09 100644 --- a/misc/conf/zabbix_agentd.conf +++ b/misc/conf/zabbix_agentd.conf @@ -28,6 +28,15 @@ DebugLevel=2 PidFile=/var/tmp/zabbix_agentd.pid +##### Experimental options. Use with care ! ##### + +# Get rid of sockets in TIME_WAIT state +# This will set socket option SO_LINGER + +NoTimeWait=1 + +##### End of experimental options + ####### USER-DEFINED MONITORED PARAMETERS ####### # Format: UserParameter=, # Note that shell command should return numeric value -- cgit