Build precise queries to find exactly what you need
Press ESC to close
Join our next live webinar: “Advanced Nagios Monitoring Techniques” – Register Now
Your review has been submitted and is pending approval.
The check_ssl_cert_expiry nagios plugin send alert before date of expiration of SSL Certificate used in HTTPS websites. Even after the date of expiration it will remain continue showing alert as CRITICAL.
Contact us for further improvement and suggestion.
Current Version
v 1.0
Last Release Date
2014-12-10
Owner
sharad kumar chhetri
Website
http://sharadchhetri.com/2014/12/11/nagios-plugin-check-ssl-certificate-expiry-date/
Download URL
License
GPL
Compatible With
Usage Syntax Example: check_ssl_cert_expiry -h Domain-Name -w days -c days Here, -h = Give domain name with using https. For eg example.com or www.example.com . Manually check URL in web browser first,which is using HTTPS. -w = No. of days for Warning alert -c = No. of days for Critical alert Install the plugin directly into Nagios Server. In case if there is firewall rule in network, Allow https (443) port access from Nagios Server to Target Web server.
This is the most advanced & simple script to achieve the Nagios SSL Expiry Monitoring. Worked Well. Some Nagios Administrators, here is my configuration file. ========================== commands.cfg { define command command_name check_ssl_cert_expiry command_line $USER1$/check_ssl_cert_expiry -h $ARG1$ -w $ARG2$ -c $ARG3$ } ========================== { define service use generic-service check_interval 60 retry_interval 5 host_name central_nagios service_description Server SSL Certificate Expiry of YOUR DOMAIN NAME check_command check_ssl_cert_expiry!YOUR_DOMAIN_NAME!60!30 contacts nishithvyas notification_interval 60 notifications_enabled 1 } Done.
In a single SSL site it´s works fine. However, if we have more than one SSL site in the same server, this plugin only check one of them, and all the sites has the same expiry date. Thanks.
After trying a bunch of other ssl cert plugins, this one works right out of the box on a minimal install O.S. Thank you very much!
how does this differ from check_http --certificate ?
You must be logged in to submit a review.
To:
From: