Hello!
I have a lot of servers worldwide.
Currently I have 1 Zabbix Server and Zabbix Agent installed on each servers.
What is happening are some false positive. A determinate host is online, but the network route to Zabbix Server is very bad, so it fails many time during agent.ping and it triggers unreachable host.
I know that I can to install Zabbix Proxy, but the same issue will occurs if connection between Zabbix Agent and Zabbix Proxy fail.
What I want to do?
I want to have N servers monitoring a host and it call the trigger only if fail in N servers.
If all the agent.ping for the 3 ZP are 0, ZS call the trigger.
I have a lot of servers worldwide.
Currently I have 1 Zabbix Server and Zabbix Agent installed on each servers.
What is happening are some false positive. A determinate host is online, but the network route to Zabbix Server is very bad, so it fails many time during agent.ping and it triggers unreachable host.
I know that I can to install Zabbix Proxy, but the same issue will occurs if connection between Zabbix Agent and Zabbix Proxy fail.
What I want to do?
I want to have N servers monitoring a host and it call the trigger only if fail in N servers.
Code:
Example: ZA = Zabbix Agent; ZP = Zabbix Proxy; ZS = Zabbix Server. ZP1 requests to ZA1 the key agent.ping ZP2 requests to ZA1 the key agent.ping ZP3 requests to ZA1 the key agent.ping
it would be very useful!
Comment