sensu-plugins-ssl
sensu-plugins-ssl copied to clipboard
This plugin provides native SSL instrumentation for monitoring, including: hostname and chain verification, cert expiry, and Qualys SSL Labs...
## Pull Request Checklist **Is this in reference to an existing issue?** No #### General - [X] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Update README...
_Dependabot Preview will be shut down on August 3rd, 2021. In order to keep getting Dependabot updates, please merge this PR and migrate to GitHub-native Dependabot before then._ Dependabot has...
I am using the check definition below and it throws an openssl error. It is because the runtime includes openssl 1.1.0, but Ubuntu 20.04's openssl is 1.1.1. Since the runtime...
Updates the requirements on [rubocop](https://github.com/rubocop/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 1.12.1 Bug fixes #9649: Fix when highlights contain multibyte characters. (@osyo-manga) #9646: Fix...
Updates the requirements on [codeclimate-test-reporter](https://github.com/codeclimate/ruby-test-reporter) to permit the latest version. Changelog *Sourced from [codeclimate-test-reporter's changelog](https://github.com/codeclimate/ruby-test-reporter/blob/master/CHANGELOG.md).* > ### v1.0.9 (2018-10-08) > > * Add deprecation notice to post-install gem message. >...
## Pull Request Checklist Ugraded Rubocop to 1.9.1 and fix failing tests #### General - [x] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Update README with...
## Pull Request Checklist Fixes #31. #### General - [x] Changelog has been update in the [Unreleased] section - [x] Existing tests pass - [x] RuboCop #### Purpose Support for...
## Pull Request Checklist **Is this in reference to an existing issue?** https://github.com/sensu-plugins/sensu-plugins-ssl/issues/65 #### General - [x] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) - [ ] Binstubs are...
Due to the recent fire drill caused by an intermediate for Comodo/Sectigo certs expiring, expiry checking should cover not just the leaf cert, but the entire supplied chain. (I'll be...
We host our sensu monitoring behind a corporate proxy. Our CentOS servers all have `http_proxy `environment variables set correctly. We have used the check-ssl-qualys.rb in the past and it has...