sensu-plugins / sensu-plugins-http

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`.
http://sensu-plugins.io
MIT License
30 stars 97 forks source link

Enable Bonsai Asset Build #134

Closed jspaleta closed 5 years ago

jspaleta commented 5 years ago

Pull Request Checklist

General

Purpose

Enable Sensu Asset Building.

Because this plugin already depended on sensu-plugin 3.0, it looks like there are no breaking changes in this release and this could be merged and tagged as a minor release - 4.2.0.

Known Compatibility Issues

There is a pre-existing issue causing the kitchen test suite to fail in master branch. The debian based images being used for the kitchen test environment as defined in .ktichen.yml are no longer supported as official ruby docker images and have out of date apt sources list urls causing build to fail. May need to also update test-kitchen to newer version. I wasn't able to untangle the problem, so I've disabled the test for now.