sensu-plugins-http
sensu-plugins-http copied to clipboard
This plugin provides native HTTP instrumentation for monitoring and metrics collection, including: response code, JSON response, HTTP last modified, SSL expiry, and metrics via `curl`.
Our checks using `check-http.rb` for docs.sensu.io and slack.sensu.io alerted with these errors: ``` docs.sensu.io/check-http-no-auth : CheckHttp CRITICAL: Request error: SSL_connect returned=1 errno=0 state=error: certificate verify failed ``` and ``` slack.sensu.io/check-http-no-auth...
See similar PR for sensu-plugins-ssl: https://github.com/sensu-plugins/sensu-plugins-ssl/pull/66 A flag to set "verify_depth" on the http instance would allow users to indicate they prefer checking parts of the certificate chain above just...
OS: CentOS Linux release 7.9.2009 (Core) gcc (GCC) 4.8.5 20150623 (Red Hat 4.8.5-44) ``` # /usr/bin/sensu-install --plugin http [SENSU-INSTALL] installing Sensu plugins ... [SENSU-INSTALL] determining if Sensu gem 'sensu-plugins-http' is...
_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...
Updates the requirements on [github-markup](https://github.com/github/markup) to permit the latest version. Changelog Sourced from github-markup's changelog. 4.0.0 - 2021-03-31 Drop support for Python 2 in RST rendering #1456 3.0.5 - 2020-11-12...
Updates the requirements on [aws-sdk](https://github.com/aws/aws-sdk-ruby) to permit the latest version. Changelog *Sourced from [aws-sdk's changelog](https://github.com/aws/aws-sdk-ruby/blob/master/gems/aws-sdk/CHANGELOG.md).* > 3.0.1 (2017-08-31) > ------------------ > > * Issue - Update `aws-sdk` gemspec metadata >...
allow to specify `--response-code` for 3xx codes without specifying `-r` or `--redirect-to` ## Pull Request Checklist #### General - [ x] Update Changelog following the conventions laid out [here](https://github.com/sensu-plugins/community/blob/master/HOW_WE_CHANGELOG.md) -...
Updates the requirements on [rubocop](https://github.com/rubocop-hq/rubocop) to permit the latest version. Release notes Sourced from rubocop's releases. RuboCop 0.81 New features #7299: Add new Lint/RaiseException cop. (@denys281) #7793: Prefer include? over...
I have a use case for this plugin where I need each agent to check multiple unique vhosts depending on their configuration. For example, server A needs an http check...
`CheckHttp CRITICAL: Request error: SSL_connect returned=1 errno=0 state=error: sslv3 alert bad record mac` Any one had this issue? I'm getting a lot of this in SensuGO - any idea how...