NULL Returned from check_ssl_certificate

Support forum for Nagios Core, Nagios Plugins, NCPA, NRPE, NSCA, NDOUtils and more. Engage with the community of users including those using the open source solutions.
Locked
pshankland
Posts: 15
Joined: Thu Mar 01, 2012 7:21 am

NULL Returned from check_ssl_certificate

Post by pshankland »

Hi, I am trying to use the check_ssl_certificate script from http://exchange.nagios.org/directory/Pl ... te/details

It appears to work fine from the command line:

Code: Select all

[root@rpl-jensen libexec]# perl check_ssl_certificate.pl -H 172.29.1.34 -p 443 -w 30 -c 10
m=Aug, d=29, h=12, m=00, s=00, y=2014, z=GMT
However, once I have added the command into Nagios I just check (null) returned:
Command
Command
Service
Service
Anyone using this script that could point me in the right direction?

Thanks.
Pete.
pshankland
Posts: 15
Joined: Thu Mar 01, 2012 7:21 am

Re: NULL Returned from check_ssl_certificate

Post by pshankland »

Used the following instead and worked first time http://exchange.nagios.org/directory/Pl ... rt/details
Locked