~xavpaice/charm-nrpe:lp1822901

Last commit made on 2019-04-10
Get this branch:
git clone -b lp1822901 https://git.launchpad.net/~xavpaice/charm-nrpe
Only Xav Paice can upload to this branch. If you are Xav Paice please log in for upload directions.

Branch merges

Branch information

Name:
lp1822901
Repository:
lp:~xavpaice/charm-nrpe

Recent commits

70e4313... by Xav Paice

Change defaults for check_swap_activity

The check_swap_activity alert was paging for just about any use of swap,
but Linux is supposed to use swap at least sometimes. This change
increases the default to be more likely to page only when swap is
thrashing.

Closes-bug: #1822901

aa6722d... by Xav Paice

Add check_arp_cache

Reviewed-on: https://code.launchpad.net/~xavpaice/nrpe-charm/+git/nrpe-charm/+merge/364280
Reviewed-by: James Hebden <email address hidden>
Reviewed-by: Joel Sing <email address hidden>

d01f831... by Xav Paice

Add check_arp_cache

Adds a new default check for non-container units that compares the
number of arp entries against the kernel limits configured, and alerts
if >80%.

e236141... by Andrea Ieri

[trivial] clarify that swap_activity only checks swapouts (not swapins)

3745c05... by Tom Haddon

Update readme for some typos and juju config vs. juju set

Reviewed-on: https://code.launchpad.net/~mthaddon/nrpe-charm/+git/nrpe-charm/+merge/359043
Reviewed-by: Junien Fridrick <email address hidden>

48c4e79... by Tom Haddon

Update readme for some typos and juju config vs. juju set

4ff81ff... by Tom Haddon

Update docs in config.yaml for load to reflect reality

Reviewed-on: https://code.launchpad.net/~mthaddon/nrpe-charm/+git/nrpe-charm/+merge/359040
Reviewed-by: Junien Fridrick <email address hidden>

af42870... by Tom Haddon

Update docs in config.yaml for load to reflect reality

d609bbe... by Andrea Ieri

bump plugin version and turn on ignoring hugepages by default

Reviewed-on: https://code.launchpad.net/~aieri/nrpe-charm/+git/nrpe-charm/+merge/358629
Reviewed-by: Peter Sabaini <email address hidden>

7f22223... by Andrea Ieri

[check_mem] Ignore hugepages by default

When using preallocated hugepages, the memory available to the OS is
lower than the total. The -h switch makes thresholds apply to the
non-hugepages portion of the RAM.

Closes-Bug: 1802887