X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=checkcommands.cfg;h=806a2bc6f7977a58901be4a9c433655162dab322;hb=d8a59e17c5269c5abad251a0e71ebc93dfda6317;hp=c103bb3f3f59aa075a3fc34cabdb1f3601659af4;hpb=958b2004f982373ce7c3638a19960726d3b83ff2;p=mirror%2Fdsa-nagios.git diff --git a/checkcommands.cfg b/checkcommands.cfg index c103bb3..806a2bc 100644 --- a/checkcommands.cfg +++ b/checkcommands.cfg @@ -6,3 +6,7 @@ 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$ +}