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