~raychan96/charm-nagios:22.10/release

Last commit made on 2022-09-05
Get this branch:
git clone -b 22.10/release https://git.launchpad.net/~raychan96/charm-nagios
Only Chi Wai CHAN can upload to this branch. If you are Chi Wai CHAN please log in for upload directions.

Branch merges

Branch information

Name:
22.10/release
Repository:
lp:~raychan96/charm-nagios

Recent commits

4f482d7... by Chi Wai CHAN

Fix up Makefile and .gitignore.

d85fb94... by Chi Wai CHAN

Fix lint: no newline at the end of file.

00a3c0f... by Chi Wai CHAN

Replace explict series defintion by empty array because series field is
no longer used.

f40047b... by Chi Wai CHAN

Charm hub instead of charm store.

0d7722c... by Facundo Ciccioli

Add config support for a sender email.

Addresses bug 1938737 [0] by adding the "-r" flag for /usr/bin/mail
when an address is provided.

[0] https://bugs.launchpad.net/charm-nagios/+bug/1938737

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

f829cac... by Facundo Ciccioli

Move the '-r' flag depending on sender_email's logic to the template

Less python code is always better.

6698c88... 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

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

51390f6... by Giuseppe Petralia

Allow PD to accept pd_nagios_object=host events

Closes-Bug: 1987039

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

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

614541e... by Giuseppe Petralia

Fix linting