~xavpaice/charm-nrpe:arp_cache

Last commit made on 2019-03-13
Get this branch:
git clone -b arp_cache 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:
arp_cache
Repository:
lp:~xavpaice/charm-nrpe

Recent commits

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

6fc41f9... by Andrea Ieri

[check_mem] add support for (ignoring) hugepages

Imports: https://github.com/justintime/nagios-plugins/commit/299ac975a66d480c828da6d20fc05baf110574b0

4e375c6... by Peter Sabaini

Tolerate open_port conflicts

Don't error out on open port conflicts, only log an informative
message. This is to support running several nrpe subordinates running
alongside on a hyperconverged node. This is useful so each subord can
be related to a separate application and consequently harvest checks
from each one.

Closes-Bug: 1750490