Hi,
is it possible to monitor one host in two different ways at the same time? Meaning: The zabbix server will be running in a DMZ behind a firewall and...
- all agent active check items configured for this host will enable the agent running on the host to send data directly to the server through the firewall via an adequate firewall forwarding rule.
- all simple checks will be executed via zabbix proxy (equipped with an external WAN-IP), which relays the incoming data (ping and ssh) back to the zabbix server through the same firewall.
Reason is that machines to install the zabbix server on with redundancy and backup wil only be available in the DMZ, but simple checks require direct contact to the host.
This specific firewall breaks up connections into two separate ones, meaning a simple check from the server will always have a successful connect to the firewall no matter if the firewall can connect to the remote host on it's external side or not.
Running everything through the proxy on the other hand would turn the proxy into a single point of failure and must therefore be avoided.
From what I gather from the documentation and some posts here in the forum I think it should be possible: if a proxy X is configured as a host, linked with the template for the simple checks, and then the host to be monitored is configured with agent active, plus set to "Monitored by" proxy X.
Can anyone confirm my interpretation, or even has experience with such a setup and can maybe provide some useful hints for the configuration of it? That would be greatly appreciated
Zabbix 5.0, Upgrade to 6.0 is planned.
Regards
Max
is it possible to monitor one host in two different ways at the same time? Meaning: The zabbix server will be running in a DMZ behind a firewall and...
- all agent active check items configured for this host will enable the agent running on the host to send data directly to the server through the firewall via an adequate firewall forwarding rule.
- all simple checks will be executed via zabbix proxy (equipped with an external WAN-IP), which relays the incoming data (ping and ssh) back to the zabbix server through the same firewall.
Reason is that machines to install the zabbix server on with redundancy and backup wil only be available in the DMZ, but simple checks require direct contact to the host.
This specific firewall breaks up connections into two separate ones, meaning a simple check from the server will always have a successful connect to the firewall no matter if the firewall can connect to the remote host on it's external side or not.
Running everything through the proxy on the other hand would turn the proxy into a single point of failure and must therefore be avoided.
From what I gather from the documentation and some posts here in the forum I think it should be possible: if a proxy X is configured as a host, linked with the template for the simple checks, and then the host to be monitored is configured with agent active, plus set to "Monitored by" proxy X.
Can anyone confirm my interpretation, or even has experience with such a setup and can maybe provide some useful hints for the configuration of it? That would be greatly appreciated

Zabbix 5.0, Upgrade to 6.0 is planned.
Regards
Max
Comment