Hello!
We have a complex architecture with different network segments, where a Control Unit (CU) is responsible of receiving and processing data from multiple sensors.
The CU has one network interface in the 192.168.0.0/24 network, and another in the sensor network (172.10.0.0/24). The sensors themself can only communicate within the sensor network.
We are able to install agents on the sensors and the control unit, however the issue is moving the monitoring data from the sensor agent to the Zabbix proxy and eventually to the Zabbix server.
As of today we can not install Zabbix proxy on the CU, and the dedicated server for Zabbix proxy can not communicate with the sensor network directly.
Only option left is to relay the data through the CU in some way. My question is if this is possible natively using the Zabbix Agent2?
Agents on sensors and the CU can be both passive and active. The zabbix proxy needs to remain in active mode as the Zabbix server is on the outside of the infrastructure, and we can not initiate TCP connections from the outside.

Does anyone have experience with such setup or any ideas?
Many thanks!
We have a complex architecture with different network segments, where a Control Unit (CU) is responsible of receiving and processing data from multiple sensors.
The CU has one network interface in the 192.168.0.0/24 network, and another in the sensor network (172.10.0.0/24). The sensors themself can only communicate within the sensor network.
We are able to install agents on the sensors and the control unit, however the issue is moving the monitoring data from the sensor agent to the Zabbix proxy and eventually to the Zabbix server.
As of today we can not install Zabbix proxy on the CU, and the dedicated server for Zabbix proxy can not communicate with the sensor network directly.
Only option left is to relay the data through the CU in some way. My question is if this is possible natively using the Zabbix Agent2?
Agents on sensors and the CU can be both passive and active. The zabbix proxy needs to remain in active mode as the Zabbix server is on the outside of the infrastructure, and we can not initiate TCP connections from the outside.
Does anyone have experience with such setup or any ideas?
Many thanks!
Then it would be able to poll those agents in sensor network...
Comment