~pjdc/charm-nrpe/+git/nrpe-charm:separate-external-nagios-lock

Last commit made on 2020-08-11
Get this branch:
git clone -b separate-external-nagios-lock https://git.launchpad.net/~pjdc/charm-nrpe/+git/nrpe-charm
Only Paul Collins can upload to this branch. If you are Paul Collins please log in for upload directions.

Branch merges

Branch information

Name:
separate-external-nagios-lock
Repository:
lp:~pjdc/charm-nrpe/+git/nrpe-charm

Recent commits

4cda701... by Paul Collins

use separate lock file for external-nagios

This ensures that we won't compete with other modules for
connection slots, should "max connections" happen to be set.

d4b8d2c... by Paul Collins

allow direct includes from /etc/rsync-juju.d

Reviewed-on: https://code.launchpad.net/~pjdc/charm-nrpe/+git/nrpe-charm/+merge/388856
Reviewed-by: Tom Haddon <email address hidden>

3d2dddc... by Paul Collins

allow direct includes from /etc/rsync-juju.d

This allows *.inc files to be added that override global settings.

For example, the ubuntu-mirror charm wants to be able to set "motd file",
and currently it can only do this by overwriting /etc/rsyncd.conf.

The *.conf files processed by &include can set defaults at top-level
that affect the rest of the modules in that file, but they cannot
affect the rest of the configuration, or change global options.

6938936... by Giuseppe Petralia

Fix linting and apply latest Makefile updates.

Reviewed-on: https://code.launchpad.net/~peppepetra86/charm-nrpe/+git/charm-nrpe/+merge/388465
Reviewed-by: Alvaro Uria <email address hidden>

e15c56e... by Giuseppe Petralia

Address review comments.

9e7ba04... by Giuseppe Petralia

Fix linting and apply latest Makefile updates.

f7aa963... by Xav Paice

Sets the status to block when missing nagios config.

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-nrpe/+git/nrpe-charm/+merge/388103
Reviewed-by: James Troup <email address hidden>

f8a97ed... by Xav Paice

Add support for empty nagios_master config

The default setting for nagios_master is "None" (string). This adds
support for that to be the empty string and the (unlikely) event that
it's set to None.

700e56d... by Xav Paice

Update wording for lack of Nagios config

524182c... by Brett Milford

Modified the function name for clarity.