mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-26 19:42:55 +08:00
Fix typo
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user