~przemeklal/charm-nrpe:update-charmhelpers

Last commit made on 2022-07-14
Get this branch:
git clone -b update-charmhelpers https://git.launchpad.net/~przemeklal/charm-nrpe
Only Przemyslaw Lal can upload to this branch. If you are Przemyslaw Lal please log in for upload directions.

Branch merges

Branch information

Name:
update-charmhelpers
Repository:
lp:~przemeklal/charm-nrpe

Recent commits

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

9506ee0... by Xav Paice

use os.path.join() more consistently

e8bc92d... by Xav Paice

Correct issue copying plugins to local dir

The commit to "Use rsync only if required" introduced LP: #1970775, this
corrects the syntax error.

Partial-fix: LP1970775

58db26e... by Xav Paice

update mode of nagios_plugin3.py