- template our nrpe.cfg
- setup vars for nrpe_procs_crit and nrpe_procs_warn - set the value for crit and warn higher for mirrorlists to stop their whining
This commit is contained in:
parent
3575d0e55f
commit
5053d35c18
4 changed files with 9 additions and 4 deletions
|
@ -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 175 -c 200
|
||||
command[check_total_procs]=/usr/lib64/nagios/plugins/check_procs -w {{ nrpe_procs_warn }} -c {{ nrpe_procs_crit }}
|
||||
|
||||
|
||||
# The following examples allow user-supplied arguments and can
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue