~rgildein/charm-nagios:bug1987138

Last commit made on 2022-08-19
Get this branch:
git clone -b bug1987138 https://git.launchpad.net/~rgildein/charm-nagios
Only Robert Gildein can upload to this branch. If you are Robert Gildein please log in for upload directions.

Branch merges

Branch information

Name:
bug1987138
Repository:
lp:~rgildein/charm-nagios

Recent commits

f595175... by Robert Gildein

fix lint and unit tests

Dropped python2 as base python for unit tests, since only one test
was not working on python3. The transition from itervalues() to
values() is compatible (ie works the same) in python2.7.

fixes: #1987138

c40f9bd... by Tianqi Xiao

Update pytest fixture to fix bug LP#1983398

Reviewed-on: https://code.launchpad.net/~txiao/charm-nagios/+git/charm-nagios/+merge/427859
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: Robert Gildein <email address hidden>

f457887... by Tianqi Xiao

Update pytest fixture to fix bug LP#1983398

387bb4f... by Przemyslaw Lal

Improve PagerDuty integration

Reviewed-on: https://code.launchpad.net/~przemeklal/charm-nagios/+git/charm-nagios/+merge/422846
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

39de4e9... by Przemyslaw Lal

Fix the typo in pagerduty_nagios.py

Signed-off-by: Przemyslaw Lal <email address hidden>

8c2e7b6... by Przemyslaw Lal

Make quotation marks in config.yaml more consistent

Signed-off-by: Przemyslaw Lal <email address hidden>

1fc1f56... by Przemyslaw Lal

Fix lint errors in pagerduty_nagios.py

Signed-off-by: Przemyslaw Lal <email address hidden>

c110626... by Przemyslaw Lal

Replace pagerduty-nagios-pl with the Python 3 port

Co-authored-by: Paul Goins <email address hidden>
Signed-off-by: Przemyslaw Lal <email address hidden>

3f6e756... by Przemyslaw Lal

Fix comments

Signed-off-by: Przemyslaw Lal <email address hidden>

caeb5e0... by Przemyslaw Lal

Improve PagerDuty integration

* Send PD notifications on DT and flapping status changes.
* Introduce new notification_options config variable.

Co-authored-by: Paul Goins <email address hidden>
Signed-off-by: Przemyslaw Lal <email address hidden>