X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=checkcommands.cfg;h=c103bb3f3f59aa075a3fc34cabdb1f3601659af4;hb=b79a0211d0a0031612d999e5982d2ea3e29273d5;hp=25dcd76f1f7b9e6f0f4933e30cd01093710a402c;hpb=98601c7575f220424c4c5f60056b6e1c9de8ea83;p=mirror%2Fdsa-nagios.git diff --git a/checkcommands.cfg b/checkcommands.cfg index 25dcd76..c103bb3 100644 --- a/checkcommands.cfg +++ b/checkcommands.cfg @@ -2,3 +2,7 @@ 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 +}