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

{EVENT.TAGS.<tag name>} has no value for recovery in webhook

XMLWordPrintable

      Hi,
      When problem and recovery event happen quickly, the recovery event doesn't have a value for

      {EVENT.TAGS.<tag name>}

      , which causes the action/webhook to fail.

      1) the trigger raises a problem event
      2) the action opens a Jira/JSM ticket via the mediatype/webhook
      3) while the action is still executing (API call to Jira), a recovery event happens
      4) the action fails because {EVENT.TAGS.<tag name>} value is not known.

       

       

      Select *
      from ZABBIXADM.EVENTS events, ZABBIXADM.ALERTS alerts
      where ALERTS.EVENTID = EVENTS.EVENTID and mediatypeid = 6 and parameters like '%246903462%' --and parameters like '%recovery%'
      order by alerts.clock desc
      

        1. image-2023-10-12-10-21-43-184.png
          161 kB
          itcbsops
        2. image-2023-10-12-10-22-06-690.png
          483 kB
          itcbsops
        3. image-2024-05-17-10-16-53-697.png
          62 kB
          Evgenii Gordymov
        4. image-2024-05-17-10-17-09-366.png
          69 kB
          Evgenii Gordymov

            zit Zabbix Integration Team
            it.sdm itcbsops
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: