~xavpaice/charm-nrpe:xfs_checks

Last commit made on 2019-05-16
Get this branch:
git clone -b xfs_checks 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:
xfs_checks
Repository:
lp:~xavpaice/charm-nrpe

Recent commits

2ac9b4d... by Xav Paice

Fix check_xfs_errors

There was a bug in check_xfs_errors where the time comparison failed,
and so any xfs errors in dmesg would alert regardless of how old.

fdc3cda... by Jill Rouleau

Add nrpe check for xfs errors, from dmesg output

1f94905... by Haw Loeung

[xavpaice] Fix LP: #1730567 and updated config.yaml docs

5cded63... by Xav Paice

Fix LP: #1730567 and updated config.yaml docs

0f4ddd9... by Paul Gear

[trivial] flake8 run over tests

bc69af0... by Paul Gear

[hloeung] Don't pass disabled checks via monitors relation

Fixes: lp:1729056
[paulgear] Added minor README fix

21bae80... by Laurent Sesquès

[paulgear,r=sajoupa] Minor fix for nrpe.d cleanup

f95b8f9... by Paul Gear

Don't clean up non-existent files

3750567... by Paul Gear

[mthaddon] Remove nrpe.d files before rendering

In case we've changed sub_postfix or are no longer generating a check
due to empty command parameters. Fixes lp:1629127, lp:1687348

07d1aa8... by Paul Gear

[hloeung] Don't append '_sub' to checks by default

This seems to have mostly been added to avoid the nagios nrpe charm
stomping on checks shipped out by the nagios charm (on the same unit).
This changes the default to not append _sub to checks and detect if this
nrpe subordinate charm is also running on a nagios unit.