Hi all!
In our architecture we're running a Zabbix proxy in our production environment that phones back to our mothership central Zabbix server.
We're having some trouble periodically with the proxy server which leads to us missing some metrics coming in and the error message below showing up in the proxy logs:

We do run many hosts through this proxy, some active agents, but mostly passive ICMP pings.
A Netstat query while experiencing this issue reveals we have around 439 open http connections waiting for responses/timeouts.
Usually restarting the Zabbix proxy service is enough of a kick in the pants to resolve this, but in the most recent episode we had to restart the entire proxy service.
Googling this error message does not reveal much information or troubleshooting steps. Has any one seen this before or can any one help us better understand the message we're seeing?
Running Zabbix_proxy (Zabbix) 5.2.6 on Ubuntu 18.04.5 LTS - 8 CPU + 16GB RAM on Proxy +/- 300 Active Agents & 3500 ICMP monitored hosts
In our architecture we're running a Zabbix proxy in our production environment that phones back to our mothership central Zabbix server.
We're having some trouble periodically with the proxy server which leads to us missing some metrics coming in and the error message below showing up in the proxy logs:
Code:
failed to accept an incoming connection: connection rejected, getpeername() failed: [107] Transport endpoint is not connected
We do run many hosts through this proxy, some active agents, but mostly passive ICMP pings.
A Netstat query while experiencing this issue reveals we have around 439 open http connections waiting for responses/timeouts.
Usually restarting the Zabbix proxy service is enough of a kick in the pants to resolve this, but in the most recent episode we had to restart the entire proxy service.
Googling this error message does not reveal much information or troubleshooting steps. Has any one seen this before or can any one help us better understand the message we're seeing?
Running Zabbix_proxy (Zabbix) 5.2.6 on Ubuntu 18.04.5 LTS - 8 CPU + 16GB RAM on Proxy +/- 300 Active Agents & 3500 ICMP monitored hosts
Comment