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

Media type PagerDuty doesn't handle params.event_source to 4 (Service actions)

XMLWordPrintable

    • Icon: Problem report Problem report
    • Resolution: Unresolved
    • Icon: Major Major
    • None
    • None
    • Frontend (F), Server (S)
    • None

      PagerDuty doens't handle params.event_source to 4 (Service actions)

      https://git.zabbix.com/projects/ZBX/repos/zabbix/browse/templates/media/pagerduty/media_pagerduty.yaml

      branch: master

      line: 99

                  if ([0, 1, 2, 3].indexOf(parseInt(params.event_source)) === -1) {
                      throw 'Incorrect "event_source" parameter given: "' + params.event_source + '".\nMust be 0-3.';
                  } 

      It would be nice that PagerDuty Media type could handle Service actions.

            zabbix.dev Zabbix Development Team
            bagni Lorenzo Bagni
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: