charm-nagios:stable/21.01

Last commit made on 2021-02-01
Get this branch:
git clone -b stable/21.01 https://git.launchpad.net/charm-nagios
Members of Llama (LMA) Charmers can upload to this branch. Log in for directions.

Branch merges

Branch information

Name:
stable/21.01
Repository:
lp:charm-nagios

Recent commits

a023e2f... by Drew Freiberger

Resolve issue with max_check_attempts: null in nrpe relation data

cd7f72c... by Celia Wang

Lint fix

0dc905c... by Xav Paice

Add max_check_attempts support for checks

When max_check_attempts is sent across the monitors relation as part of
the relation data, it is added to the service configuration.

0a14c13... by Alvaro Uria

Merge branch 'rebase/bug/1894912'

Reviewed-on: https://code.launchpad.net/~canonical-is-bootstack/charm-nagios/+git/charm-nagios/+merge/393600
Reviewed-by: Xiyue Wang <email address hidden>
Reviewed-by: Alvaro Uria <email address hidden>

5821d37... by Jose Guedez

Add notification options to the SNMP traps configuration

Closes-Bug: LP1894912

a715bfe... by Xav Paice

fix livestatus package install syntax error

afd51b3... by Xav Paice

Add restart after livestatus installation

Restarts Nagios after installing mklivestatus so that the socket gets
created.

Fixes-bug: LP: #1819537

8d258b4... by Alvaro Uria

Merge remote-tracking branch 'drew/blacken-20.10'

Reviewed-on: https://code.launchpad.net/~afreiberger/charm-nagios/+git/nagios-charm/+merge/392352
Reviewed-by: Alvaro Uria <email address hidden>

2692b61... by Drew Freiberger

Fix docstring that wasn't passing black/lint

a8e9291... by Peter Sabaini

Fix: missing enum lib

Install python-enum34 on charm upgrade early in the upgrade hook as
otherwise charmhelpers import fails

Closes-Bug: #1893434