I have a trigger expression with 2 conditions in which first is a simple one but second is very expensive on CPU as it does some heavy calculation of averages:
(Condition A) AND (Condition B)
I am trying to use condition A to skip evaluation of condition B. But even when condition A results in false, zabbix still evaluates condition B. Anyway to prevent that?