806a2bc6f7977a58901be4a9c433655162dab322
[mirror/dsa-nagios.git] / checkcommands.cfg
1 define command {
2         command_name    dsa_check_nrpe
3         command_line    /usr/lib/nagios/plugins/check_nrpe --no-ssl -H $HOSTADDRESS$ -t 50 -c $ARG1$
4 }
5 define command{
6         command_name    dsa_check_cert
7         command_line    /usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -p $ARG1$ -S -C 14
8 }
9 define command{
10         command_name    dsa_check_http_port
11         command_line    /usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -I $HOSTADDRESS$ -p $ARG1$
12 }