Search found 3 matches
- Wed Sep 15, 2010 1:29 pm
- Forum: Nagios XI
- Topic: Need to implement script for reporting "expiring SSL Certs".
- Replies: 5
- Views: 1413
Re: Need to implement script for reporting "expiring SSL Certs".
Ah. I see. Will find out how well we can configure this after the upgrade. You'll notice in the link I provided, the script that was created by someone else - uses PERL and openSSL to complete the process. Are your additions doing the same? Or using some type of other methods built into Nagios? Than...
- Tue Sep 14, 2010 7:00 pm
- Forum: Nagios XI
- Topic: Need to implement script for reporting "expiring SSL Certs".
- Replies: 5
- Views: 1413
Re: Need to implement script for reporting "expiring SSL Certs".
Great!
Now is this specific to HTTPS certs?
Or servername:port should work just find for various certificates? (LDAP over SSL (servername:636), HTTPS (servername:443), etc. etc.)?
Thanks!
Now is this specific to HTTPS certs?
Or servername:port should work just find for various certificates? (LDAP over SSL (servername:636), HTTPS (servername:443), etc. etc.)?
Thanks!
- Mon Sep 13, 2010 4:22 pm
- Forum: Nagios XI
- Topic: Need to implement script for reporting "expiring SSL Certs".
- Replies: 5
- Views: 1413
Need to implement script for reporting "expiring SSL Certs".
Hello, I'm looking for some information on how to implement the following script: http://exchange.nagios.org/components/com_mtree/attachment.php?link_id=1292&cf_id=24 for integrating with Nagios on alterting when an SSL cert is going to expire. Seems like the script should work ok, unless there ...