From: Brian Brazil Date: Mon, 7 Sep 2015 12:30:12 +0000 (+0100) Subject: Can't have ' in target X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=c37e76cc1100b129d08d0179e6c5c5de3a03d6f9;p=blackbox_exporter.git Can't have ' in target --- 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