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

Actions ignored in escalation with trigger dependencies

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

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

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated: