From: Christoph Hack Date: Thu, 31 Mar 2016 09:59:51 +0000 (+0200) Subject: added http headers example to the README.md X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=b7de58ff2c471ccba4fcc256de0f4758b1d79edd;p=blackbox_exporter.git added http headers example to the README.md --- diff --git a/README.md b/README.md index 5bd0278..041ff29 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,9 @@ modules: http: valid_status_codes: [] # Defaults to 2xx method: GET + headers: + Host: vhost.example.com + Accept-Language: en-US no_follow_redirects: false fail_if_ssl: false fail_if_not_ssl: false