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

support HEAD requests #152

Closed anne23 closed 4 years ago

anne23 commented 4 years ago

Pull Request Checklist

There's no open issue that I can find for this, but it's a feature that would be useful.

General

Purpose

To support HEAD requests in http checks for cases when it's not desirable to fetch the whole response (e.g. because it's very large).

jspaleta commented 4 years ago

LGTM