X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=checkcommands.cfg;h=806a2bc6f7977a58901be4a9c433655162dab322;hb=8209b55fdf8e05e2e32a7df0436d7c3220a18174;hp=25dcd76f1f7b9e6f0f4933e30cd01093710a402c;hpb=98601c7575f220424c4c5f60056b6e1c9de8ea83;p=mirror%2Fdsa-nagios.git diff --git a/checkcommands.cfg b/checkcommands.cfg index 25dcd76..806a2bc 100644 --- a/checkcommands.cfg +++ b/checkcommands.cfg @@ -2,3 +2,11 @@ define command { command_name dsa_check_nrpe command_line /usr/lib/nagios/plugins/check_nrpe --no-ssl -H $HOSTADDRESS$ -t 50 -c $ARG1$ } +define command{ + command_name dsa_check_cert + command_line /usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -p $ARG1$ -S -C 14 +} +define command{ + command_name dsa_check_http_port + command_line /usr/lib/nagios/plugins/check_http -H $HOSTADDRESS$ -I $HOSTADDRESS$ -p $ARG1$ +}