Hello,
I would like to set up an alert that fires when an and condition is met between two queries. So, let’s say;
Query A: software_uptime
Query B: hardware_uptime
If A < 1 and B > 1, I want to let the alert fire. The queries A and B both contain the same keys.I am using a Zabbix datasource.
The desired format:
Thanks for your help in advance!