From f92697290715e7df252b182ca54086d49195b832 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Thu, 20 Apr 2006 08:08:14 +0000 Subject: - dropped support of experimental parameter NoTimeWait (Alexei) git-svn-id: svn://svn.zabbix.com/trunk@2748 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- misc/conf/zabbix_agentd.conf | 9 --------- misc/conf/zabbix_server.conf | 6 ------ 2 files changed, 15 deletions(-) (limited to 'misc') diff --git a/misc/conf/zabbix_agentd.conf b/misc/conf/zabbix_agentd.conf index 86ca1e80..e3761c89 100644 --- a/misc/conf/zabbix_agentd.conf +++ b/misc/conf/zabbix_agentd.conf @@ -68,15 +68,6 @@ LogFile=/tmp/zabbix_agentd.log Timeout=3 -##### 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 must not return empty string or EOL only diff --git a/misc/conf/zabbix_server.conf b/misc/conf/zabbix_server.conf index b8d37f96..62f635be 100644 --- a/misc/conf/zabbix_server.conf +++ b/misc/conf/zabbix_server.conf @@ -97,9 +97,3 @@ DBUser=root # Connect to MySQL using Unix socket? #DBSocket=/tmp/mysql.sock - -# Experimental options. Use with care ! - -# Get rid of sockets in TIME_WAIT state -# This will set socket option SO_LINGER -# NoTimeWait=1 -- cgit