blob: 124be5c439ef52a49634bd0cca44d1ff5484f61f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#
# NRPE commands used by sitesummary generated Nagios checks.
#
command[check_apt]=/usr/lib/nagios/plugins/check_apt
command[check_dhcp]=/usr/lib/nagios/plugins/check_dhcp
command[check_disk]=/usr/lib/nagios/plugins/check_disk -w $ARG1$ -c $ARG2$ -p $ARG3$
command[check_linux_raid]=/usr/lib/nagios/plugins/check_linux_raid
command[check_nfs]=/usr/lib/nagios/plugins/check_rpc -H localhost -C nfs -c2,3
command[check_ntp]=/usr/lib/nagios/plugins/check_ntp -H localhost
command[check_procs]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$
command[check_procs_cron]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -C cron
command[check_procs_zombie]=/usr/lib/nagios/plugins/check_procs -w $ARG1$ -c $ARG2$ -s Z
command[check_swap]=/usr/lib/nagios/plugins/check_swap -w $ARG1 -c $ARG2$
|