From: Brian Brazil Date: Mon, 7 Sep 2015 12:17:13 +0000 (+0100) Subject: Fix module name in example X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=9cd2a214aa5983147b60218cd656dc5482849988;p=blackbox_exporter.git Fix module name in example --- diff --git a/README.md b/README.md index 61960db..f39a0a1 100644 --- a/README.md +++ b/README.md @@ -48,7 +48,7 @@ scrape_config: - job_name: 'blackbox' metrics_path: /probe params: - module: [http2xx] # Look for a HTTP 200 response. + module: [http_2xx] # Look for a HTTP 200 response. target_groups: - targets: - http://mywebsite.com # Target to probe