Re: 5.5 SSL certificate check issue
Posted: Fri Jul 06, 2018 7:55 pm
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.
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
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!
Code: Select all
./negate -w OK -s /usr/local/nagios/libexec/check_http -H site.domain.comEdit: 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"Thank you!