Hi,<br><br>First email to the list been a Nagios user for some time now and have never had any really trouble with it until today, I am using the check_http plugin to check for SSL certificate expiry. I can check the plug in manually and it results back in the correct expiry time but if I configure it in Nagios it returns a totally different date here is the configuration<br>
<br>command defined<br><br># Check SSL cert expiry  <br>define command{<br>        command_name    check_cert_expiry<br>        command_line    $USER1$/check_http -H $HOSTADDRESS$ --ssl -C 14<br>        }<br><br>service defined<br>
<br>define service{<br>        use                                    service         ; Name of service template to use<br>        hostgroup_name                 linux-sites <br>        service_description             Checks SSL Cert<br>
        contact_groups                  critical<br>        check_command                check_cert_expiry<br>        }<br><br><br>The hostgroup linux-sites is a collection of the URL's I manage, I am really not sure where to start with this one?<br>
<br>Any pointers would be great,<br><br>Thanks,<br>Will<br><br>