Hello,
I'm using zabbix 1.1beta 5 on FC4. I have problems with some Windows hosts with multiple connections on port 10050 in state TIME_WAIT, not only 1 or 5 set in the config but on one system (Win 2000 Server) 133 connections and on the second system (Win 2003 Server) 65+.
Here's my zabbix_agentd.conf:
Server=192.168.52.40
#ServerPort=10051
Hostname=win2k3server.domain.de
#ListenPort=10050
#ListenIP=192.168.52.229
StartAgents=1
#RefreshActiveChecks=120
DisableActive=1
DebugLevel=3
#PidFile=/var/tmp/zabbix_agentd.pid
#LogFile=/tmp/zabbix_agentd.log
Timeout=3
# NoTimeWait=1
Why exactly is there a comment
##### Experimental options. Use with care ! #####
before
# NoTimeWait=1
What can happen if I uncomment NoTimeWait? Does anybody have experience with this setting?
Thank you
I'm using zabbix 1.1beta 5 on FC4. I have problems with some Windows hosts with multiple connections on port 10050 in state TIME_WAIT, not only 1 or 5 set in the config but on one system (Win 2000 Server) 133 connections and on the second system (Win 2003 Server) 65+.
Here's my zabbix_agentd.conf:
Server=192.168.52.40
#ServerPort=10051
Hostname=win2k3server.domain.de
#ListenPort=10050
#ListenIP=192.168.52.229
StartAgents=1
#RefreshActiveChecks=120
DisableActive=1
DebugLevel=3
#PidFile=/var/tmp/zabbix_agentd.pid
#LogFile=/tmp/zabbix_agentd.log
Timeout=3
# NoTimeWait=1
Why exactly is there a comment
##### Experimental options. Use with care ! #####
before
# NoTimeWait=1
What can happen if I uncomment NoTimeWait? Does anybody have experience with this setting?
Thank you
Comment