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

Escalations via custom media types within the same step are not sent in parallel

XMLWordPrintable

    • Icon: Incident report Incident report
    • Resolution: Duplicate
    • Icon: Major Major
    • None
    • None
    • Server (S)
    • None

      I have a trigger based action which is configured to send a message to two different users via two different media types (Python scripts):

      What I want is to execute both scripts at the same time, 2 minutes after the alert has been active.

      • Step duration: 60 seconds
      • from step 3 to 3: send message to user 1 via media type 1
      • from step 3 to 3: send message to user 2 via media type 2

      Audit log:

      I have logging for both scripts assigned to media type 1 and 2 and I can verify that the script for media type 2 is only executed after the script for media type 1 is finished.

      (actually the 2nd script is being executed first so the actual order doesn't match what is in the GUI, but I don't think it matters for this issue)

      2015-03-30 10:30:16,041 PRIFMONMSTR01 ZabbixIRT.py[23995]: severity=INFO IRT requested
      .
      <bunch of other stuff>
      .
      2015-03-30 10:30:43,562 PRIFMONMSTR01 ZabbixIRT.py[23995]: severity=INFO Successfully sent event
      2015-03-30 10:30:45,447 PRIFMONMSTR01 ZabbixJIRA.py[24107]: severity=INFO Starting 
      .
      <bunch of other stuff>
      .
      2015-03-30 10:30:50,546 PRIFMONMSTR01 ZabbixJIRA.py[24107]: severity=INFO Finished

      I would expect both scripts to be executed in parallel.

            Unassigned Unassigned
            gmichels Gustavo Michels
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: