Uploaded image for project: 'ZABBIX BUGS AND ISSUES'
  1. ZABBIX BUGS AND ISSUES
  2. ZBX-3673

Incorrect evaluating operators OR ('|') and AND ('&') in trigger expressions and calculated item expressions

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Fixed
    • Icon: Blocker Blocker
    • 1.8.5
    • None
    • Server (S)
    • None

      Example:
      expressions:

      {host:key1.last()}

      |

      {host:key2.last()}

      {host:key1.last()}

      &

      {host:key2.last()}

      values:

      {host:key1.last()}

      = 2.55

      {host:key2.last()}

      = 5
      result:
      2.55 | 5 = PROBLEM; 2.55 & 5 = PROBLEM, but trigger remains in state OK

            Unassigned Unassigned
            sasha Alexander Vladishev
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved: