Can't have ' in target
authorBrian Brazil <brian-brazil@users.noreply.github.com>
Mon, 7 Sep 2015 12:30:12 +0000 (13:30 +0100)
committerBrian Brazil <brian-brazil@users.noreply.github.com>
Mon, 7 Sep 2015 12:30:12 +0000 (13:30 +0100)
README.md

index f39a0a1aff5c178d8bc955ab27c1441b448179f5..9600ba16c1f8f0d4e4f6324e59987dbf6626c3e4 100644 (file)
--- a/README.md
+++ b/README.md
@@ -51,7 +51,7 @@ scrape_config:
       module: [http_2xx]  # Look for a HTTP 200 response.
     target_groups:
       - targets:
-        - http://mywebsite.com  # Target to probe
+        - mywebsite.com   # Target to probe
     relabel_configs:
       - source_labels: [__address__]
         regex: (.*):80