~xavpaice/charm-nrpe:bug/1824882

Last commit made on 2020-03-11
Get this branch:
git clone -b bug/1824882 https://git.launchpad.net/~xavpaice/charm-nrpe
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch merges

Branch information

Name:
bug/1824882
Repository:
lp:~xavpaice/charm-nrpe

Recent commits

16929cb... by Xav Paice

Add NRPE check for readonly filesystems

Adds check_ro_filesystem check, looping all filesystems and alerting
CRITICAL if they're readonly. Only applies to non-container units.

Closes-Bug: #1824882

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>