X-Git-Url: https://git.adam-barratt.org.uk/?a=blobdiff_plain;ds=sidebyside;f=checkcommands.cfg;h=3265a7c1ee25896a2a1db2187d63900fa1d107ed;hb=226f1762ac9c6b031ca7783749b32fda4a0731a5;hp=33d6b89b58db4e19f3078144357da77902ff7524;hpb=1dd1b851ae5287dba25ab9afdaa7349ccfd4255d;p=mirror%2Fdsa-nagios.git diff --git a/checkcommands.cfg b/checkcommands.cfg index 33d6b89..3265a7c 100644 --- a/checkcommands.cfg +++ b/checkcommands.cfg @@ -24,3 +24,11 @@ define command{ command_name dsa_check_smtp_port command_line /usr/lib/nagios/plugins/check_smtp -t 40 -H $HOSTADDRESS$ -p $ARG1$ } +define command{ + command_name dsa_check_ssh + command_line /usr/lib/nagios/plugins/check_ssh -t 40 -H $HOSTADDRESS$ +} +define command{ + command_name dsa_check_ssh_port + command_line /usr/lib/nagios/plugins/check_ssh -t 40 -H $HOSTADDRESS$ -p $ARG1$ +}