Page 2 of 2

Re: 5.5 SSL certificate check issue

Posted: Fri Jul 06, 2018 7:55 pm
by itadmins
Scott I got it working well with the negate plugin. A different question remains for a different check; I'm trying to get rid of the text that says "Unauthorized". This is what I'm getting with the negate plugin.

Code: Select all

 ./negate -w OK -s /usr/local/nagios/libexec/check_http -H site.domain.com
HTTP OK: HTTP/1.1 401 Unauthorized - 522 bytes in 0.011 second response time

Edit: Got it working, just added this to the end of the command

Code: Select all

./negate -w OK -s /usr/local/nagios/libexec/check_http -H erni.ibts.org -e "HTTP/1.1"
Thread can be closed, we did revert to 5.4.13 to get the SSL check to work properly though. Negate and the check_http -e did help with another issue though.

Thank you!

Re: 5.5 SSL certificate check issue

Posted: Mon Jul 09, 2018 9:06 am
by scottwilkerson
great, closing