mayer: decomission
[mirror/dsa-nagios.git] / config / static / checkcommands.cfg
index 1591f52..91d55a4 100644 (file)
@@ -71,3 +71,11 @@ define command{
        command_name    dsa_check_port_closed
        command_line    /usr/lib/nagios/plugins/dsa-check-port-closed -H '$HOSTADDRESS$' -p $ARG1$
 }
+define command{
+       command_name    dsa_check_https_want_auth
+       command_line    /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTADDRESS$' -I '$HOSTADDRESS$' -e 'HTTP/1.1 401'
+}
+define command{
+       command_name    dsa_check_https_any_status
+       command_line    /usr/lib/nagios/plugins/check_http --ssl -H '$HOSTADDRESS$' -I '$HOSTADDRESS$' -e 'HTTP/1.1 '
+}