SSO breaks all sorts of stuff
[mirror/dsa-nagios.git] / config / static / checkcommands.cfg
index b7cffad..91d55a4 100644 (file)
@@ -75,3 +75,7 @@ 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 '
+}