X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=checkcommands.cfg;h=58e93879a59571384a4b13d947a944ea5e380ffc;hb=cb179e1d909cc73960eca13fcda6e516aa14b2a1;hp=c103bb3f3f59aa075a3fc34cabdb1f3601659af4;hpb=958b2004f982373ce7c3638a19960726d3b83ff2;p=mirror%2Fdsa-nagios.git diff --git a/checkcommands.cfg b/checkcommands.cfg index c103bb3..58e9387 100644 --- a/checkcommands.cfg +++ b/checkcommands.cfg @@ -6,3 +6,11 @@ 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$ +} +define command{ + command_name dsa_check_smtp + command_line /usr/lib/nagios/plugins/check_smtp -t 40 -H $HOSTADDRESS$ +}