charm-nrpe:stable/20.10

Last commit made on 2020-10-15
Get this branch:
git clone -b stable/20.10 https://git.launchpad.net/charm-nrpe
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
stable/20.10
Repository:
lp:charm-nrpe

Recent commits

bdaf268... by Alvaro Uria

Merge branch 'blacken-20.10'

Reviewed-on: https://code.launchpad.net/~aluria/charm-nrpe/+git/nrpe-charm/+merge/392305
Reviewed-by: Drew Freiberger <email address hidden>

28e9f56... by Alvaro Uria

Fix linting by running black

ccbc86d... by Paul Collins

use separate lock file for external-nagios

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

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>