X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;f=checkcommands.cfg;h=33d6b89b58db4e19f3078144357da77902ff7524;hb=4accde3f20899b6196b08dcc22bcff9cd9c1b726;hp=2edbeb5092ae496c88855fba771aa72293c5fd7c;hpb=d8c5d6904d8caaa22010740d6df2994c170af665;p=mirror%2Fdsa-nagios.git diff --git a/checkcommands.cfg b/checkcommands.cfg index 2edbeb5..33d6b89 100644 --- a/checkcommands.cfg +++ b/checkcommands.cfg @@ -20,3 +20,7 @@ define command{ command_name dsa_check_smtp command_line /usr/lib/nagios/plugins/check_smtp -t 40 -H $HOSTADDRESS$ } +define command{ + command_name dsa_check_smtp_port + command_line /usr/lib/nagios/plugins/check_smtp -t 40 -H $HOSTADDRESS$ -p $ARG1$ +}