Hi.
While using Zabbix on several hosts, I've found a very annoing bug (?) in zabbix-agentd: it doesn't close the socket which it opens to listen for connections from the server. This means that after stopping the zabbix-agentd process I had to wait for the socket to timeout and get out of the TIME_WAIT state before I could start the agent again. Attached is a patch (which I would classify as a dirty-hack but it actually works) which fixes the problem.
Regards,
Marcin Goliszewski.
While using Zabbix on several hosts, I've found a very annoing bug (?) in zabbix-agentd: it doesn't close the socket which it opens to listen for connections from the server. This means that after stopping the zabbix-agentd process I had to wait for the socket to timeout and get out of the TIME_WAIT state before I could start the agent again. Attached is a patch (which I would classify as a dirty-hack but it actually works) which fixes the problem.
Regards,
Marcin Goliszewski.


Comment