Hi @ all,
first the configuration:
# Zabbix Server
- Version 4.0.12
- OS Debian
# Zabbix Proxy
- Version 4.0.12
- Passive mode
- same network as server, but other VLAN (firewall in between). Server has access to proxy with port 10051/TCP
- OS Debian
# Host
- Agent Version 4.0.4
- OS Debian
- same VLAN as proxy, no firewall in between
In the host config for Server and ServerActive the proxy DNS Name is configured.
My problem is that the passive checks arrive at the server and work, but the data of the active checks doesn't. There is also no error message in the web frontend. Also not with the Host Item.
This applies to all hosts behind the proxy. For hosts that communicate directly with the server, the active checks also work.
There is nothing in the logs of server, proxy and host (even in debug level 5). The only thing I found is in the host log, which didn't help me either:
Does anyone have an idea what I can try out, or where the error is located?
first the configuration:
# Zabbix Server
- Version 4.0.12
- OS Debian
# Zabbix Proxy
- Version 4.0.12
- Passive mode
- same network as server, but other VLAN (firewall in between). Server has access to proxy with port 10051/TCP
- OS Debian
# Host
- Agent Version 4.0.4
- OS Debian
- same VLAN as proxy, no firewall in between
In the host config for Server and ServerActive the proxy DNS Name is configured.
My problem is that the passive checks arrive at the server and work, but the data of the active checks doesn't. There is also no error message in the web frontend. Also not with the Host Item.
This applies to all hosts behind the proxy. For hosts that communicate directly with the server, the active checks also work.
There is nothing in the logs of server, proxy and host (even in debug level 5). The only thing I found is in the host log, which didn't help me either:
Code:
active check configuration update from [zabbix.proxy.address:10051] started to fail (ZBX_TCP_READ() timed out)
Comment