Skip to content

Releases: sonic-com/pagerduty2zabbix

v1.4.0 - Configurable PD priority to Zabbix severity mapping

06 Feb 21:57
Compare
Choose a tag to compare

Made it configurable whether or not to update Zabbix event Severity when PagerDuty incident Priority is changed, and made the mapping of priorities to severities configurable.

Configurable mapping is needed if PD is configured with priorities other than P1-P5. Our setup has PD priorities that are very similar to our Zabbix severities.

Full Changelog: v1.3.0...v1.4.0

v1.3.0

28 Jul 23:15
01c3955
Compare
Choose a tag to compare

What's Changed

  • Change to trying multiple zabbix urls in order by @eric-eisenhart in #9
  • Add support for handling multi-alert incidents, more ways to find the eventid, and for pagerduty incident merging by @eric-eisenhart in #10

Full Changelog: v1.2.1...v1.3.0

v1.2.1

07 Jun 01:50
Compare
Choose a tag to compare
  • Change close from "send close and message" to "send ack and message; then send separate close".
    This way, non-closable Zabbix events still get ACK'd with a "resolved" comment in Zabbix.
  • Try a couple backup options for getting the zabbix event id from the pager duty incident details.
  • Also additional debugging stuff, especially around retrying talking to zabbix API

Full Changelog: v1.1.2....v1.2.1

v1.1.2

26 May 19:46
0c07b05
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.1...v1.1.2

1.1.1: Debug output cleanup

24 May 21:26
c1ce901
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.1.0...v1.1.1

1.1: Validate auth token (security)

24 May 20:03
67a3f01
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.0.0...v1.1.0

1.0.0: it works

24 May 01:30
Compare
Choose a tag to compare

This is working for me in a dev environment, and I think instructions are adequate for getting it set up...