library/roles/nagios/templates/common-nrpe.cfg.j2: Fix the command names.

This commit is contained in:
Andrea Dell'Amico 2016-07-28 13:18:00 +02:00
parent 80c6b54497
commit 3ca51211af
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ command[global_check_disk]={{ nagios_plugins_dir }}/check_disk -w {{ nagios_chec
command[global_check_load]={{ nagios_plugins_dir }}/check_load -w 20,15,10 -c 35,30,25
command[global_check_memory]={{ nagios_plugins_dir }}/check_memory -u G -w 5% -c 1%
command[global_check_load]={{ nagios_plugins_dir }}/check_swap -w 20% -c 5%
command[global_check_swap]={{ nagios_plugins_dir }}/check_swap -w 20% -c 5%
command[global_check_zombie_procs]={{ nagios_plugins_dir }}/check_procs -w 5 -c 10 -s Z
command[global_check_total_procs]={{ nagios_plugins_dir }}/check_procs -w 800 -c 1000