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!