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

New release with the platform_family fix #163

Closed idelsink closed 4 years ago

idelsink commented 4 years ago

The latest release, v5.1.1, does not contain the correct platform_family filters in the bonsai.yml. This causes the assets to not download? When i'm using the fork of https://github.com/jspaleta/sensu-plugins-http it works fine.

The only diff between the fork and this repo is the bonsai filters and some readme updates. (See: https://github.com/sensu-plugins/sensu-plugins-http/compare/master...jspaleta:feature/metrics-libcurl)

I see that this commit has already been made, see: https://github.com/sensu-plugins/sensu-plugins-http/commit/90c37c26b13eafe6956729b3e67c286d5070817a, but no release.

idelsink commented 4 years ago

This got solved by the v6.0.0 release of https://github.com/sensu-plugins/sensu-plugins-http/releases/tag/6.0.0 Thanks!