Fix module name in example
authorBrian Brazil <brian-brazil@users.noreply.github.com>
Mon, 7 Sep 2015 12:17:13 +0000 (13:17 +0100)
committerBrian Brazil <brian-brazil@users.noreply.github.com>
Mon, 7 Sep 2015 12:17:13 +0000 (13:17 +0100)
README.md

index 61960db9efb88b980b1ea88d266628fd1cd128b9..f39a0a1aff5c178d8bc955ab27c1441b448179f5 100644 (file)
--- 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