Content:
We have two separate Zabbix installations running in different security domains:
Our goal is to make monitoring data from both domains available in Domain A, but with the following requirements:
Question:
What is the best way to achieve this? Does Zabbix have built-in functionality to export and send aggregated data between two separate installations?
Our zabbix infrastructure is configured with agentless metrics from Vcenters and no agents.
We have two separate Zabbix installations running in different security domains:
- Domain A: Lowest security zone
- Domain B: Highest security zone
Our goal is to make monitoring data from both domains available in Domain A, but with the following requirements:
- We do not want to use Zabbix Proxy as a solution because the proxy in Domain B could theoretically be configured or influenced from Domain A, which violates our security policies.
- We only want to send aggregated data (e.g., SLA, availability, summarized metrics) from Zabbix in Domain B to Zabbix in Domain A.
- The solution should require minimal customization or scripting.
- Communication must be strictly one-way from Domain B to Domain A, with no possibility of changing configuration in Domain B from Domain A.
Question:
What is the best way to achieve this? Does Zabbix have built-in functionality to export and send aggregated data between two separate installations?
Our zabbix infrastructure is configured with agentless metrics from Vcenters and no agents.
Comment