~xavpaice/charm-nrpe:nrpe-address

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

Recent commits

7a45b98... by Xav Paice

add config param for Nagios hosts we cannot specify via relation

ff235d5... by Xav Paice

Fix check_xfs_errors

Reviewed-on: https://code.launchpad.net/~xavpaice/nrpe-charm/+git/nrpe-charm/+merge/367495
Reviewed-by: Wouter van Bommel <email address hidden>

2ac9b4d... by Xav Paice

Fix check_xfs_errors

There was a bug in check_xfs_errors where the time comparison failed,
and so any xfs errors in dmesg would alert regardless of how old.

3e7db36... by Wouter van Bommel

Bond mismatch should not be critical

Reviewed-on: https://code.launchpad.net/~woutervb/nrpe-charm/+git/nrpe-charm/+merge/367444
Reviewed-by: Xav Paice <email address hidden>

a220d1f... by Wouter van Bommel

Fix exit status

170944a... by Wouter van Bommel

Bond mismatch should not be critical

If we can report bond mismatches then it's degredation (Warning) and not
critical

aadcfbb... by Xav Paice

Change defaults for check_swap_activity

Reviewed-on: https://code.launchpad.net/~xavpaice/nrpe-charm/+git/nrpe-charm/+merge/365771
Reviewed-by: Wouter van Bommel <email address hidden>

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%.