~aieri/charm-nagios:bug/1864192

Last commit made on 2020-06-29
Get this branch:
git clone -b bug/1864192 https://git.launchpad.net/~aieri/charm-nagios
Only Andrea Ieri can upload to this branch. If you are Andrea Ieri please log in for upload directions.

Branch merges

Branch information

Name:
bug/1864192
Repository:
lp:~aieri/charm-nagios

Recent commits

e4bb62e... by Andrea Ieri

Gracefully handle incorrect relation data sent over the nagios relation

Closes-Bug: 1864192

cc67cb4... by Andrea Ieri

Charmhelpers sync

Install enum for python2 as this is needed by hookenv

3a6dc7c... by Andrea Ieri

Revert "Fully switch to the network-get primitives"

This reverts commit 66b8e0577d7f7f5761da4ff7dd50a0d01e04029c.
The fix was completely wrong, because network-get can only retrieve
local data; learning the ingress-address of a remote unit must be done
via relation-get.

110e2ac... by Andrea Ieri

Indentation cleanup

72e6b85... by Andrea Ieri

Remove unused imports

83ed16e... by Andrea Ieri

Remove old python2-isms

8367ae6... by Andrea Ieri

Fix obtaining private-address in pre-Juju 2.x environments

66b8e05... by Andrea Ieri

Fully switch to the network-get primitives

Function get_local_ingress_address was introduced in commit
6f4b86e8d94d03a634282ade3db685f1b2379d23, but was only being used in
*-relation-joined hooks; this commit makes monitors-relation-changed use
it as well, and retires its older counterpart

Closes-Bug: 1864192

73961bb... by Alvaro Uria

Merge remote-tracking branch 'sandor/bug/1864968'

Reviewed-on: https://code.launchpad.net/~szeestraten/charm-nagios/+git/nagios-charm/+merge/379943
Reviewed-by: Alvaro Uria <email address hidden>
Signed-off-by: Alvaro Uria <email address hidden>

0a9f9c8... by Sandor Zeestraten

Add config options for default contact definition

Add the following config options for the default contact definition:
* service_notification_period
* host_notification_period
* service_notification_options
* host_notification_options
* service_notification_commands
* host_notification_commands

LP: 1864968