~martin-kalcok/charm-nagios:pin-libjuju

Last commit made on 2023-04-03
Get this branch:
git clone -b pin-libjuju https://git.launchpad.net/~martin-kalcok/charm-nagios
Only Martin Kalcok can upload to this branch. If you are Martin Kalcok please log in for upload directions.

Branch merges

Branch information

Name:
pin-libjuju
Repository:
lp:~martin-kalcok/charm-nagios

Recent commits

f64fc12... by Martin Kalcok

Pin libjuju to make it compatible with controllers <3.0

b491a00... by Mert Kirpici

Close LP #1998094

Reviewed-on: https://code.launchpad.net/~mertkirpici/charm-nagios/+git/charm-nagios/+merge/433774
Reviewed-by: Ramesh Sattaru <email address hidden>
Reviewed-by: Eric Chen <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

8ed0811... by Mert Kirpici

tox: move flake8 config comments to new line

flake8 6.0.0 does not like it when the inline comments are on the same
line as the ignored rule.

Works-on: 1998094
Signed-off-by: Mert Kırpıcı <email address hidden>

793a155... by Mert Kirpici

tests/functional: adapt to new libjuju.unit.run()

Signed-off-by: Mert Kırpıcı <email address hidden>

7022c36... by Arif Ali

Add config option for nrpe packet version

When using ssl in nagios, we get error as shown below

Request packet version was invalid!

This is due to the fact it is usig v3 first, and then v2. This patch
ensures that we can change the behavior if needed. In this scenario
where this is an issue, we get the error below. The config to use
version 2 prevents this

nrpe[2383494]: Error: (use_ssl == true): Request packet version was invalid!
nrpe[2383494]: Could not read request from client 10.0.1.121, bailing out...
nrpe[2383494]: INFO: SSL Socket Shutdown.

Reviewed-on: https://code.launchpad.net/~arif-ali/charm-nagios/+git/charm-nagios/+merge/431150
Reviewed-by: Paul Goins <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>
Reviewed-by: Eric Chen <email address hidden>

9d54252... by Arif Ali

Add config option for nrpe packet version

When using ssl in nagios, we get error as shown below

Request packet version was invalid!

This is due to the fact it is usig v3 first, and then v2. This patch
ensures that we can change the behavior if needed. In this scenario
where this is an issue, we get the error below. The config to use
version 2 prevents this

nrpe[2383494]: Error: (use_ssl == true): Request packet version was invalid!
nrpe[2383494]: Could not read request from client 10.0.1.121, bailing out...
nrpe[2383494]: INFO: SSL Socket Shutdown.

b3cb031... by Chi Wai CHAN

Prepare for 22.10 release

Reviewed-on: https://code.launchpad.net/~raychan96/charm-nagios/+git/charm-nagios/+merge/429468
Reviewed-by: Eric Chen <email address hidden>

4f482d7... by Chi Wai CHAN

Fix up Makefile and .gitignore.

d85fb94... by Chi Wai CHAN

Fix lint: no newline at the end of file.

00a3c0f... by Chi Wai CHAN

Replace explict series defintion by empty array because series field is
no longer used.