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

Actions ignored in escalation with trigger dependencies

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Trivial Trivial
    • None
    • 3.0.13, 3.4.4
    • Server (S)
    • None

      Please see attached xml file and screenshots.

      • Steps to reproduce:
        Set to 1 item and 2 triggers with "TEST" host. (Attached: zbx_export_hosts_test.xml)
      - Severity Average
        {TEST:sender.regexp("Average")}=1
      - Severity High
        {TEST:sender.regexp("High")}=1 -- Depends on: Severity Average
      

      If there is enough interval with two triggers, their action is no problem.
      (2 problem events -> 2 actions.)

      # zabbix_sender -z 127.0.0.1 -s "TEST" -k sender -vv -o "High"
         (Executed after *3 sec*)
      # zabbix_sender -z 127.0.0.1 -s "TEST" -k sender -vv -o "Average"
      

      Problem case:
      If two triggers occur at the same time -> 1 action / 1 ignored

      # zabbix_sender -z 127.0.0.1 -s "TEST" -k sender -vv -o "High";zabbix_sender -z 127.0.0.1 -s "TEST" -k sender -vv -o "Average"
      

      And this ignored action will occur in the future...

       (Executed after *1-2 minutes*)
      # zabbix_sender -z 127.0.0.1 -s "TEST" -k sender -vv -o "High"
      

      This is a past event but will be sent at this time.
      Events that were ignored in the past may be notified in the future, which may cause confusion.

        1. 1_normal.png
          28 kB
          Kim Jongkwon
        2. 2_problem.png
          27 kB
          Kim Jongkwon
        3. 3_after.png
          115 kB
          Kim Jongkwon
        4. zbx_export_hosts_test.xml
          4 kB
          Kim Jongkwon

            palivoda Rostislav Palivoda
            JKKim Kim Jongkwon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: