~lihuiguo/charm-nrpe:stable/20.02

Last commit made on 2020-02-28
Get this branch:
git clone -b stable/20.02 https://git.launchpad.net/~lihuiguo/charm-nrpe
Only Linda Guo can upload to this branch. If you are Linda Guo please log in for upload directions.

Branch merges

Branch information

Name:
stable/20.02
Repository:
lp:~lihuiguo/charm-nrpe

Recent commits

97854a7... by Alvaro Uria

Update metadata file

2219dd7... by Tom Haddon

Update charmhelpers, to support focal

Reviewed-on: https://code.launchpad.net/~mthaddon/nrpe-charm/+git/focal-1860441/+merge/377872
Reviewed-by: Benjamin Allot <email address hidden>

d05d0fa... by Tom Haddon

Sync latest charmhelpers

b4def2a... by Aurelien Lourot

Do not listen on all interfaces

Instead listen only to the interface to Nagios.

Closes-Bug: #1849800

Reviewed-on: https://code.launchpad.net/~aurelien-lourot/nrpe-charm/+git/nrpe-charm/+merge/378386
Reviewed-by: Xav Paice <email address hidden>

8078948... by Xav Paice

Revert "hooks/nrpe_helpers.py: fix yaml.load warning"

Reviewed-on: https://code.launchpad.net/~xavpaice/nrpe-charm/+git/nrpe-charm/+merge/379267
Reviewed-by: Xiyue Wang <email address hidden>

5d03594... by Xav Paice

Revert "hooks/nrpe_helpers.py: fix yaml.load warning"

This reverts commit 9edfedcf38d9507685097fb397986802193301ce.

7694630... by Joe Guo

use yaml.load without Loader param is unsafe and will show a warning in log:
    https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

Add Fullloader param to mute the warning.

Reviewed-on: https://code.launchpad.net/~guoqiao/nrpe-charm/+git/nrpe-charm/+merge/378287
Reviewed-by: Xav Paice <email address hidden>

798236b... by Aurelien Lourot

Do not listen on all interfaces

Instead listen only to the interface to Nagios.

Closes-Bug: #1849800

51c1bff... by Aurelien Lourot

Allow connections from Nagios' egress-subnets instead of from its ingress-address

If egress-subnets isn't available it will fall back to ingress-adress and finally private-address.

Closes-Bug: #1827703

Reviewed-on: https://code.launchpad.net/~aurelien-lourot/nrpe-charm/+git/nrpe-charm/+merge/378268
Reviewed-by: Jeremy Lounder <email address hidden>
Reviewed-by: Giuseppe Petralia <email address hidden>

9edfedc... by Joe Guo

hooks/nrpe_helpers.py: fix yaml.load warning

use yaml.load without Loader param is unsafe and will show a warning in log:
https://github.com/yaml/pyyaml/wiki/PyYAML-yaml.load(input)-Deprecation

Add Fullloader param to mute the warning.

Signed-off-by: Joe Guo <email address hidden>