~afreiberger/charm-nagios:master

Last commit made on 2020-10-29
Get this branch:
git clone -b master https://git.launchpad.net/~afreiberger/charm-nagios
Only Drew Freiberger can upload to this branch. If you are Drew Freiberger please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~afreiberger/charm-nagios

Recent commits

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

6ca454a... by Drew Freiberger

Update makefile to enforce charm proof

b27a20a... by Alvaro Uria

Merge branch 'xavpaice/lint-20.08'

 * Update Makefile and tox.ini
 * Reformat code using black
 * Fix linting after applying advanced checks

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

357b0fb... by Xav Paice

Extra Linting completed for 20.08 charm release

5a1b94b... by Xav Paice

fix Black lint errors

3ad0052... by Xav Paice

Fix tox file to allow lint test to pass