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

XMLWordPrintable

    • Type: Problem report
    • Resolution: Unresolved
    • Priority: Major
    • None
    • Affects Version/s: None
    • Component/s: 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.

            Assignee:
            Zabbix Development Team
            Reporter:
            Lorenzo Bagni
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated: