Random Project

Works great

Thanks for an excellent Nagios plugin! We use this to check certificate validity and expiration with the following command:

define command{
command_name check_ssl_cert
command_line /etc/nagios-plugins/local-bin/check_ssl_cert -H ‘$HOSTADDRESS$’ -c 60 -r /etc/ssl/certs/ -n ‘$HOSTADDRESS$’
}

Works great, even with wildcard SSL certs. Thanks!

Dane