12 lines
732 B
INI
12 lines
732 B
INI
allowed_hosts=nagios.verdnatura.es
|
|
|
|
command[check_disk_root]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /
|
|
command[check_disk_var]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /var
|
|
command[check_disk_usr]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /usr
|
|
command[check_disk_home]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /home
|
|
command[check_disk_tmp]=/usr/lib/nagios/plugins/check_disk -w 20% -c 10% -p /tmp
|
|
command[check_dummy]=/usr/lib/nagios/plugins/check_dummy 0
|
|
command[check_swap]=/usr/lib/nagios/plugins/check_swap -w 40% -c 20%
|
|
command[check_load]=/usr/lib/nagios/plugins/check_load -r -w 3.5,3.25,3 -c 4.5,4.25,4
|
|
command[check_total_procs]=/usr/lib/nagios/plugins/check_procs -w 400 -c 500
|