~nkoltsov/charm-nrpe:stable/21.01

Last commit made on 2021-01-22
Get this branch:
git clone -b stable/21.01 https://git.launchpad.net/~nkoltsov/charm-nrpe
Only Nikita Koltsov can upload to this branch. If you are Nikita Koltsov please log in for upload directions.

Branch merges

Branch information

Name:
stable/21.01
Repository:
lp:~nkoltsov/charm-nrpe

Recent commits

8bbc270... by Celia Wang

Fix lint test

2d96021... by Drew Freiberger

Workaround lp#1897261 resulting in VIP configured in nagios

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.