From c37e76cc1100b129d08d0179e6c5c5de3a03d6f9 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Mon, 7 Sep 2015 13:30:12 +0100 Subject: [PATCH] Can't have ' in target --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f39a0a1..9600ba1 100644 --- 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 -- 2.25.1