Hello, we are having issue with our proxy server. It started 2 weeks ago one of the zabbix_proxy tread hangs and take 100% of the cpu. The tread will stay open until we kill it.
This cause issue because all of the host that proxy is monitoring start showing down in our main console.
I looked at the log and nothing only showing other zabbix_proxy tread doing there job. Any one have any idea to give us a hand.
using strace this is what i get:
select(1, [0], NULL, NULL, {0, 0}) = 1 (in [0], left {0, 0})
recvmsg(0, 0x7fff1a32ef30, 0) = -1 ENOTSOCK (Socket operation on non-socket)
select(1, [0], NULL, NULL, {0, 0}) = 1 (in [0], left {0, 0})
recvmsg(0, 0x7fff1a32ef30, 0) = -1 ENOTSOCK (Socket operation on non-socket)
select(1, [0], NULL, NULL, {0, 0}) = 1 (in [0], left {0, 0})
I get this non stop.
Thanks
This cause issue because all of the host that proxy is monitoring start showing down in our main console.
I looked at the log and nothing only showing other zabbix_proxy tread doing there job. Any one have any idea to give us a hand.
using strace this is what i get:
select(1, [0], NULL, NULL, {0, 0}) = 1 (in [0], left {0, 0})
recvmsg(0, 0x7fff1a32ef30, 0) = -1 ENOTSOCK (Socket operation on non-socket)
select(1, [0], NULL, NULL, {0, 0}) = 1 (in [0], left {0, 0})
recvmsg(0, 0x7fff1a32ef30, 0) = -1 ENOTSOCK (Socket operation on non-socket)
select(1, [0], NULL, NULL, {0, 0}) = 1 (in [0], left {0, 0})
I get this non stop.
Thanks
Comment