~freyes/charm-nrpe:add-jammy-support

Last commit made on 2022-07-22
Get this branch:
git clone -b add-jammy-support https://git.launchpad.net/~freyes/charm-nrpe
Only Felipe Reyes can upload to this branch. If you are Felipe Reyes please log in for upload directions.

Branch merges

Branch information

Name:
add-jammy-support
Repository:
lp:~freyes/charm-nrpe

Recent commits

dcbb810... by Felipe Reyes

Add Jammy support.

- Add a bundle to test jammy
- Add jammy to metadata.yaml
- Add 22.04 to run-on in charmcraft.yaml

67c10fb... by Felipe Reyes

Update get_partitions_check to handle jammy.

The version of lsblk available in jammy gives a different output than
the one in earlier ubuntu versions, now the mount point is a list
available in the "mountpoints" key, while in the past it was a single
string in the "mountpoint" key.

f4663b4... by Przemyslaw Lal

Update charmhelpers

Reviewed-on: https://code.launchpad.net/~przemeklal/charm-nrpe/+git/charm-nrpe/+merge/426910
Reviewed-by: Giuseppe Petralia <email address hidden>

763c4de... by Przemyslaw Lal

Update charmhelpers

b85a542... by Linda Guo

MemAvailable count includes free Swap space, and now gets added to the total size of Cache memory. This can result in a cache value that is way too large, and in the rest of the calculation can then yield a negative used-memory result, and/or a free-memory result that is higher than the total amount of physical memory.

Reviewed-on: https://code.launchpad.net/~lihuiguo/charm-nrpe/+git/charm-nrpe/+merge/423497
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: Andrea Ieri <email address hidden>

94e1768... by Linda Guo

MemAvailable should not be added to Cache memory.

MemAvailable includes MemFree, SReclaimable,
the size of the file LRU lists, and now gets added
to the total size of Cache memory. This can result
in a cache value that is way too large, and in the
rest of the calculation can then yield a negative
used-memory result, and/or a free-memory result that
is higher than the total amount of physical memory.

abcd0a1... by Xav Paice

update run-nrpe-check action for quoted args

Reviewed-on: https://code.launchpad.net/~xavpaice/charm-nrpe/+git/nrpe-charm/+merge/421129
Reviewed-by: Alvaro Uria <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>

4d79db4... by Xav Paice

update run-nrpe-check action for quoted args

1a70801... by Xav Paice

ensure permissions on plugins are correct

9511faa... by Xav Paice

add functest to check plugins are copied