Hello,
Installation: 2014R1.0
We just upgraded our web sites to use a SAN Certificate solution so that we can put multiple domains in the Sub Alternative naming of the certificate. Unfortunately, our "check_xi_service_http!" service to find text on the page is failing now because it appears Nagios is reaching a certificate untrusted page instead of the home page of the website. Our websites force rewrite to https. Does Nagios have a way to ignore the certificate untrusted warnings and get to the page?
Thanks!
Web Content check failure
Re: Web Content check failure
As a test, I would like to see what nagios is hitting when it does the check_http to see what page it is getting to. Any way to test what content it is seeing when doing the check_http?
Re: Web Content check failure
You can run a tcpdump and look for the HTTP reply.akepley wrote:Any way to test what content it is seeing when doing the check_http?
As far as the cert warning, I think it is more likely you are hitting a redirect. Does adding "-f follow" help at all?
Former Nagios employee
Re: Web Content check failure
Yes! Thank you!