Set mirrorlist check back to 4h and tweak process check
This commit is contained in:
parent
c2f1c5993c
commit
c1276b3c0c
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
#
|
||||
#
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue