[Nagiosplug-help] check_http -C : send an HTTP request when checking the certificate

Jim Cheetham jim.cheetham at otago.ac.nz
Mon Apr 8 05:13:03 CEST 2013


> +      // PROPOSED:
> +      // if (check_cert_sendrequest == TRUE) {
This is of course a typo, I guess this is sort of pseudo-code at this stage! Of course that should be
        if (check_cert_sendrequest != TRUE) {

check_cert_sendrequest would default to FALSE, to keep the current behaviour as the default.

-jim


More information about the Help mailing list