summaryrefslogtreecommitdiffstats
path: root/misc
diff options
context:
space:
mode:
authorhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-20 08:08:14 +0000
committerhugetoad <hugetoad@97f52cf1-0a1b-0410-bd0e-c28be96e8082>2006-04-20 08:08:14 +0000
commitf92697290715e7df252b182ca54086d49195b832 (patch)
treea88fecbd5e575fdcbb273ba54ade4e7ad6c69b11 /misc
parenta6ec7d25390e40ce9a2ad2b07e1d406ebca1441a (diff)
downloadzabbix-f92697290715e7df252b182ca54086d49195b832.tar.gz
zabbix-f92697290715e7df252b182ca54086d49195b832.tar.xz
zabbix-f92697290715e7df252b182ca54086d49195b832.zip
- dropped support of experimental parameter NoTimeWait (Alexei)
git-svn-id: svn://svn.zabbix.com/trunk@2748 97f52cf1-0a1b-0410-bd0e-c28be96e8082
Diffstat (limited to 'misc')
-rw-r--r--misc/conf/zabbix_agentd.conf9
-rw-r--r--misc/conf/zabbix_server.conf6
2 files changed, 0 insertions, 15 deletions
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=<key>,<shell command>
# 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