[project @ peter@palfrader.org-20080414132531-r2mnip032t600f8n]
[mirror/dsa-nagios.git] / checkcommands.cfg
index 33d6b89..3265a7c 100644 (file)
@@ -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$
+}