~paulgear/charm-nrpe/+git/nrpe-charm:master

Last commit made on 2017-10-25
Get this branch:
git clone -b master https://git.launchpad.net/~paulgear/charm-nrpe/+git/nrpe-charm
Only Paul Gear can upload to this branch. If you are Paul Gear please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~paulgear/charm-nrpe/+git/nrpe-charm

Recent commits

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.

a07b751... by Xav Paice

[xavpaice] added machine_id to monitors relation data

628c991... by Tom Haddon

Clean up unused import

8bc64c6... by Tom Haddon

Pass matching filenames to the check context so we can delete them at the relevant point

0c4023f... by Tom Haddon

Only remove individual checks before we create them to avoid removing checks created by relations with primary charms

553278f... by Tom Haddon

Remove nrpe.d files each time before rendering them to ensure we have a clean directory lp#1629127

e6bf2b8... by Haw Loeung

[trivial] Minor code cleanup.

974307a... by Haw Loeung

Reworked to use existing hookenv functions instead of requiring a new.