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

fix for local development environment where docker is not installed. #164

Closed jspaleta closed 4 years ago

jspaleta commented 4 years ago

Pull Request Checklist

Ran into this on new Fedora 31 install.

Don't want to make a docker runtime as needed by Kitchen a hard requirement for quick rake tests Wrap the Kitchen task definitions a targeted begin to make it possible to rake quick without docker.