My team and I have a Zabbix server configured for a client with 3 sites connected together in a VPN. One of the sites has really poor internet and so our gateway monitoring tools sometimes flag it as being down when it really isn't due to slow responses (as a consequence of a QOS setup that prioritizes other traffic). My boss had the idea that we could set things up so that for each firewall gateway IP, we ping it not from just that firewall, but from each of the other firewalls or zabbix proxies at the other two sites. Conceptually this isn't that hard, but what we'd like to do is make it to where when we get a trigger notification from one, it includes data from the other two sites.
Is there a way to have Operational Data in a trigger include information collected from another other hosts' items without being a dependency in the key expression itself?
One thing I'm looking at is using External Checks and creating a script that correlates this data somehow, but I wanted to see what the other options are.
Is there a way to have Operational Data in a trigger include information collected from another other hosts' items without being a dependency in the key expression itself?
One thing I'm looking at is using External Checks and creating a script that correlates this data somehow, but I wanted to see what the other options are.
They say, monitor, what matters... If this is what you need, you need to build your monitoring accordingly..
Comment