From 9cd2a214aa5983147b60218cd656dc5482849988 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Mon, 7 Sep 2015 13:17:13 +0100 Subject: [PATCH] Fix module name in example --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.25.1