From c1276b3c0c467b07cc075cfa287c8cfc7dc55ac6 Mon Sep 17 00:00:00 2001 From: Kevin Fenzi Date: Mon, 17 Jun 2013 21:46:33 +0000 Subject: [PATCH] Set mirrorlist check back to 4h and tweak process check --- files/nagios/client/check_mirrorlist_cache.cfg | 2 +- files/nagios/client/nrpe.cfg | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/files/nagios/client/check_mirrorlist_cache.cfg b/files/nagios/client/check_mirrorlist_cache.cfg index 458184825d..bd4b171303 100644 --- a/files/nagios/client/check_mirrorlist_cache.cfg +++ b/files/nagios/client/check_mirrorlist_cache.cfg @@ -1 +1 @@ -command[check_mirrorlist_cache]=/usr/lib64/nagios/plugins/check_file_age -w 86400 -c 129600 -f /var/lib/mirrormanager/mirrorlist_cache.pkl +command[check_mirrorlist_cache]=/usr/lib64/nagios/plugins/check_file_age -w 14400 -c 129600 -f /var/lib/mirrormanager/mirrorlist_cache.pkl diff --git a/files/nagios/client/nrpe.cfg b/files/nagios/client/nrpe.cfg index e2ddc356fa..b2a868086d 100644 --- a/files/nagios/client/nrpe.cfg +++ b/files/nagios/client/nrpe.cfg @@ -202,7 +202,7 @@ command[check_users]=/usr/lib64/nagios/plugins/check_users -w 5 -c 10 command[check_load]=/usr/lib64/nagios/plugins/check_load -w 15,10,5 -c 30,25,20 command[check_hda1]=/usr/lib64/nagios/plugins/check_disk -w 20% -c 10% -p /dev/hda1 command[check_zombie_procs]=/usr/lib64/nagios/plugins/check_procs -w 5 -c 10 -s Z -command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 150 -c 200 +command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 175 -c 200 # The following examples allow user-supplied arguments and can @@ -220,4 +220,4 @@ command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w 150 -c 200 # NEVER ADD ANYTHING HERE - ANY ENTRIES TO NRPE SHOULD BE in .cfg files in /etc/nrpe.d/ # NEVER NEVER NEVER -# \ No newline at end of file +#