We have a big issue with check_http. We have a lot of checks for our application (tomcat behing
nginx reverse proxy / AKS with nginx ingress); I guess since 1.6.0p7 there was a change in
check_http (werk 10451).
I have configured check_http with check rules - we do not use “virtual host” there. But: since this
update we are getting 404 errors. If I do the same check on the CLI - the check and host is “OK 200”
So if I configure the virtual host in the check rule, all works fine again - but I cannot use
variables in “virtual host” right?
have you ran the exact command that’s shown on the web interface ? if so it’s strange, from cli I only see it working if you had a specified proxy on os, besides that yeah must be check related. Can you share your rule parameters ?
OK, got it fixed.
I defined in the check rule unter Virtual Host activated --> “$HOSTNAME$”
Not it works - but documentation mentioned that we should not use virtual host…
any suggestions?