Hi,
I have a trigger expression with 2 conditions in which first is a simple one where as second one is pretty heavy as it calculates averages:
(Condition A) AND (Condition B)
I am trying to use condition A to do evaluation of condition B only for a subset of items as it puts load on the server. But even when condition A results in false, zabbix still evaluates condition B. Anyway to prevent that?
Secondly, is value cache used for trendavg() too like its done for avg() ?
Thanks,
Sandy
I have a trigger expression with 2 conditions in which first is a simple one where as second one is pretty heavy as it calculates averages:
(Condition A) AND (Condition B)
I am trying to use condition A to do evaluation of condition B only for a subset of items as it puts load on the server. But even when condition A results in false, zabbix still evaluates condition B. Anyway to prevent that?
Secondly, is value cache used for trendavg() too like its done for avg() ?
Thanks,
Sandy