Sha256: f0d8ea9ef0cbf8b628214b766d2200d725a9f01f3154852e0f6055f3357697f2
Contents?: true
Size: 1.36 KB
Versions: 1
Compression:
Stored size: 1.36 KB
Contents
#Change Log This project adheres to [Semantic Versioning](http://semver.org/). This CHANGELOG follows the format listed at [Keep A Changelog](http://keepachangelog.com/) ## Unreleased ## 0.2.1 - 2015-12-14 ### Added - Added validation check for proxy url option in check-http.rb ### Fixed - Fixed SSL verification error raised erroneously when using -e flag with check-http.rb ## 0.2.0 - 2015-11-17 ### Fixed - check-http.rb will no longer fail if the plugin timeout is longer than the net/http default timeout - check-http-json.rb will no longer fail when comparing strings ### Changed - updated Rubocop to `0.32.1` - put deps in alpha order - update documentation links ### Added - Added a check for last modified time in HTTP headers - POST mode for check-http-json.rb - Output a message when check-https-cert.rb cannot establish a connection - insecure option for check-https-cert.rb to skip SSL cert check ## [0.1.1] - 2015-07-14 ### Changed - updated sensu-plugin gem to 1.2.0 ## 0.1.0 - 2015-06-18 - A new non-breaking feature - the ability to print the whole response from the http call done in the check-http.rb check to the sensu alert. This can be done by specifying the ```-w``` or ```--whole-response``` parameters. - Gitignore was updated with more files from Intellij IDEA ## 0.0.2 - 2015-06-03 - Fix the build ## 0.0.1 - 2015-05-21 ### Added - Initial release
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
sensu-plugins-http-0.2.1 | CHANGELOG.md |