Hello,
This isn't alpha/beta version feedback, but I couldn't see a better section to post this thread in. While reading the changelog for Zabbix 2.4.0 I've noticed an unsettling statement:
(source) https://www.zabbix.com/documentation...gger_operators
Does this mean that all triggers using # / & / | in their expressions will become unsupported upon updating to 2.4.0?
Are you planning to include some sort of conversion in the database update script?
Or maybe I have misunderstood that sentence?
This isn't alpha/beta version feedback, but I couldn't see a better section to post this thread in. While reading the changelog for Zabbix 2.4.0 I've noticed an unsettling statement:
In additional development, the syntax of three existing operators has been changed with the aim of making trigger expressions easier to read. Thus:
Note that the old operators are no longer supported, so the new ones have to be used instead.
- # (not equal) is now expressed with <>
- & (logical AND) is now expressed with and
- | (logical OR) is now expressed with or
Note that the old operators are no longer supported, so the new ones have to be used instead.
Does this mean that all triggers using # / & / | in their expressions will become unsupported upon updating to 2.4.0?
Are you planning to include some sort of conversion in the database update script?
Or maybe I have misunderstood that sentence?
Comment