~xavpaice/charm-nrpe:master-check-lacpdu

Last commit made on 2020-07-27
Get this branch:
git clone -b master-check-lacpdu https://git.launchpad.net/~xavpaice/charm-nrpe
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch merges

Branch information

Name:
master-check-lacpdu
Repository:
lp:~xavpaice/charm-nrpe

Recent commits

5d9c0f7... by Xav Paice

Lint and rebase fixes for LACPDU check

16c4760... by Andrea Ieri

[trivial] fix check_xfs_errors output typo (CRITCAL -> CRITICAL)

16a49f3... by Giuseppe Petralia

Fix linting. I had to disable black check for tests. Black wanted to reformat nrpe_tests converting some line to one line with length > 88 and
then flake8 was complaining as it is configured to check for max line length = 88. I had also disable syntax check for some older variants used in some nagios plugins as I didn't want to update code that has been in use for years with no issues.
I had also to increase flake8 max complexity to 14 because of:

./hooks/nrpe_helpers.py:370:5: C901 'SubordinateCheckDefinitions.__init__' is too complex (14)
./hooks/nrpe_utils.py:193:5: C901 'TolerantPortManagerCallback.__call__' is too complex (11)
./files/plugins/check_netlinks.py:26:1: C901 'check_iface' is too complex (13)

Reviewed-on: https://code.launchpad.net/~peppepetra86/charm-nrpe/+git/charm-nrpe/+merge/387825
Reviewed-by: Paul Goins <email address hidden>

14df450... by Giuseppe Petralia

Merge splitted string and fix some wrong indented lines

866cb62... by Giuseppe Petralia

Update Makefile to latest version.

d0af0ad... by Giuseppe Petralia

Fix linting

469e251... by Giuseppe Petralia

Add zaza functional tests

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

73df82c... by Giuseppe Petralia

Convert charmhelpers to git submodule

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

2d81fe2... by Giuseppe Petralia

Update git submodule command to pull latest changes from remote repos.
Remove lint from test target until linting is fixed.

3416670... by Giuseppe Petralia

Update build path to ./builds