-
Incident report
-
Resolution: Won't fix
-
Trivial
-
None
-
2.0.2
re: compound OR 2. png
===
Look at attachment 'compound OR 2.png' and you will not item (B) Host template <> "Template_Netscaler" nullified the effectiveness of the following compound OR statement:
(B if pretty aggress in the compound OR statement)
(B or C or D or E or F or G)
We actually want B to be outside of the compound OR statement, like so:
B and (C or D or E or F or G)
Can this be accomplished at all within Zabbix?
re: compound OR 1. png
===
Also, you will see something similiar in (I or J) in 'compound OR 1.png' in that they will always return true.
It should be:
(I) and (J)
but we do want to retain or in (B or C or D or E or F).
Basically the 'Type of calculation' 'AND/OR' is not really flexible.
I was wonder if there is some tips involving branching what we want to do into multiple actions.
Thanks.
- duplicates
-
ZBXNEXT-1133 Improve flexibility for action conditions
- Closed