~nicholas-malacarne/charm-nrpe:master

Last commit made on 2022-06-02
Get this branch:
git clone -b master https://git.launchpad.net/~nicholas-malacarne/charm-nrpe
Only Nicholas Malacarne can upload to this branch. If you are Nicholas Malacarne please log in for upload directions.

Branch merges

Branch information

Name:
master
Repository:
lp:~nicholas-malacarne/charm-nrpe

Recent commits

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

602b11b... by Jose Guedez

cis-audit: update cronjob default max-age, to avoid race condition

Closes-Bug: #1967210

Reviewed-on: https://code.launchpad.net/~jfguedez/charm-nrpe/+git/charm-nrpe/+merge/418004
Reviewed-by: Xav Paice <email address hidden>
Reviewed-by: 🤖 prod-jenkaas-bootstack <email address hidden>