<div>Hi guys, I'm about go nuts here with this plugin. I'm running Fedora 8 with Nagios <a href="http://3.0.1.">3.0.1.</a></div>
<div> </div>
<div>I've installed the plugin I tested it via the CLI as follows:<br></div>
<div>./check_ssl_certificate -H <a href="http://192.168.1.120">192.168.1.120</a> -c 7 -w 30</div>
<div> </div>
<div>I get the following response:<br><br>m=Nov, d=6, h=20, m=25, s=34, y=2009, z=GMT</div>
<div> </div>
<div>However when Nagios runs it, all I get is a big fat (null) on the interface with a critical state.</div>
<div> </div>
<div>I've changed my command file to look the following ways:<br></div>
<div>define command{<br>        command_name    check_ssl<br>        command_line    $USER1$/check_ssl_certificate -H $HOSTADDRESS$ -c $ARG1$ -w $ARG2$<br>        }</div>
<div> </div>
<div>define command{<br>        command_name    check_ssl<br>        command_line    $USER1$/check_ssl_certificate -H $HOSTADDRESS$ -c 7 -w 30<br>        }</div>
<div> </div>
<div>define command{<br>        command_name    check_ssl<br>        command_line    $USER1$/check_ssl_certificate -H <a href="http://192.168.1.120">192.168.1.120</a> -c 7 -w 30<br>        }</div>
<div> </div>
<div>None of which has worked, any way I put it, I still get a (null) output in the Nagios interface. It works in the CLI under both the root and nagios user. I really preferred this plugin because it allows me to specifiy a warning and critical criteria. Has anyone had any luck using it or has some insight into what I may be doing wrong?<br>
<br>-- <br>Thanks in Advance,<br><br>Victor Lanza<br></div>