~mertkirpici/charm-nagios:lp/1998094

Last commit made on 2022-11-29
Get this branch:
git clone -b lp/1998094 https://git.launchpad.net/~mertkirpici/charm-nagios
Only Mert Kirpici can upload to this branch. If you are Mert Kirpici please log in for upload directions.

Branch merges

Branch information

Name:
lp/1998094
Repository:
lp:~mertkirpici/charm-nagios

Recent commits

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.

f40047b... by Chi Wai CHAN

Charm hub instead of charm store.

0d7722c... by Facundo Ciccioli

Add config support for a sender email.

Addresses bug 1938737 [0] by adding the "-r" flag for /usr/bin/mail
when an address is provided.

[0] https://bugs.launchpad.net/charm-nagios/+bug/1938737

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