I've read about people asking how to install Zabbix Proxy on the same machine as the Zabbix Server service. Mostly the answer is like "That's not the use of a Proxy. Install it on a own machine between Zabbix Server and Zabbix Agent.".
But I designed a situation where I think Zabbix Proxy and Server on the same machine can be legit, but yum does not allow me to install both packages.
What do I want?
I have a datacenter with multiple clusters. I have one Zabbix Server. A Zabbix Proxy per cluster (10 in total) monitoring 1000+ hosts in total. All working fine.
But I want some more:
Therefor I created a brandnew Cloud VM in another datacenter. I installed an own instance of Zabbix Server. This server is monitoring my main Zabbix Server inside my own datacenter. Working OK.
But, now I like to monitor some items (connections, websites) from the outside perspective of my own datacenter. I could add them to my remote standalone Zabbix Server, which will work I guess. But wouldn't it be better to report that data back to my main Zabbix Server. That's what a Proxy does. That way I have all my templates, checks, escallations, authorizations, maps, screens, etc. in one place. My ideal situation.
The problem is, yum does not allow me to install both packages on the same server. I think that should be possible because:
And yes, I could install to different Cloud VMs, but that looks so much overhead for just some simple services.
Anybody an idea?
But I designed a situation where I think Zabbix Proxy and Server on the same machine can be legit, but yum does not allow me to install both packages.
What do I want?
I have a datacenter with multiple clusters. I have one Zabbix Server. A Zabbix Proxy per cluster (10 in total) monitoring 1000+ hosts in total. All working fine.
But I want some more:
- Monitoring and escalation of the Zabbix Server
- External check of connection to the datacenter
Therefor I created a brandnew Cloud VM in another datacenter. I installed an own instance of Zabbix Server. This server is monitoring my main Zabbix Server inside my own datacenter. Working OK.
But, now I like to monitor some items (connections, websites) from the outside perspective of my own datacenter. I could add them to my remote standalone Zabbix Server, which will work I guess. But wouldn't it be better to report that data back to my main Zabbix Server. That's what a Proxy does. That way I have all my templates, checks, escallations, authorizations, maps, screens, etc. in one place. My ideal situation.
The problem is, yum does not allow me to install both packages on the same server. I think that should be possible because:
- All services have different config locations
- All services can have different configure port numbers
And yes, I could install to different Cloud VMs, but that looks so much overhead for just some simple services.
Anybody an idea?
Comment