Skip to content

This plugin provides native SSL instrumentation for monitoring, including: hostname and chain verification, cert expiry, and Qualys SSL Labs reporting

License

Notifications You must be signed in to change notification settings

rs-mrichmond/sensu-plugins-ssl

 
 

Repository files navigation

Sensu-Plugins-SSL

Build Status Gem Version Code Climate Test Coverage Dependency Status

Functionality

Files

  • bin/check-java-keystore-cert.rb
  • bin/check-ssl-crl.rb
  • bin/check-ssl-cert.rb
  • bin/check-ssl-host.rb
  • bin/check-ssl-qualys.rb

Usage

bin/check-ssl-crl.rb

Checks a CRL has not or is not expiring by inspecting it's next update value.

You can check against a CRL file on disk:

./bin/check-ssl-crl -c 300 -w 600 -u /path/to/crl

or an online CRL:

./bin/check-ssl-crl -c 300 -w 600 -u http://www.website.com/file.crl

Critical and Warning thresholds are specified in minutes.

Installation

Installation and Setup

Notes

About

This plugin provides native SSL instrumentation for monitoring, including: hostname and chain verification, cert expiry, and Qualys SSL Labs reporting

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Ruby 100.0%