This commit is contained in:
Kevin Fenzi
2016-05-27 17:55:08 +00:00
parent 0c2d5a7444
commit 38c200766b

View File

@@ -201,7 +201,7 @@ include_dir=/etc/nrpe.d/
command[check_users]={{ libdir }}/nagios/plugins/check_users -w 5 -c 10
command[check_load]={{ libdir }}/nagios/plugins/check_load -w 15,10,5 -c 30,25,20
command[check_hda1]={{ libdir }}/nagios/plugins/check_disk -w 20% -c 10% -p /dev/hda1
{% if inventory_hostname not in groups['zombie-infested']
{% if inventory_hostname not in groups['zombie-infested'] %}
command[check_zombie_procs]={{ libdir }}/nagios/plugins/check_procs -w 5 -c 10 -s Z
{% else %}
# This host is prone to Zombies and we do not care or want to alert on it so we make the limits very high