13 lines
822 B
INI
13 lines
822 B
INI
allowed_hosts={{ nagios_server }}
|
|
|
|
command[check_disk_root]=/usr/lib/nagios/plugins/check_disk -w 10% -c 5% -p /
|
|
command[check_disk_var]=/usr/lib/nagios/plugins/check_disk -w 10% -c 5% -p /var
|
|
command[check_disk_usr]=/usr/lib/nagios/plugins/check_disk -w 10% -c 5% -p /usr
|
|
command[check_disk_home]=/usr/lib/nagios/plugins/check_disk -w 10% -c 5% -p /home
|
|
command[check_disk_tmp]=/usr/lib/nagios/plugins/check_disk -w 10% -c 5% -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% -n OK
|
|
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
|
|
command[check_memory]=/usr/lib/nagios/plugins/check_memory --available -m -w 20%: -c 10%:
|