From 533c044da1a5acef3daab44f6202a71402c022cc Mon Sep 17 00:00:00 2001 From: Richard Hartmann Date: Tue, 24 Nov 2015 12:38:54 +0100 Subject: [PATCH] README.md: Point probe to prometheus.io --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7df08fb..63321cf 100644 --- a/README.md +++ b/README.md @@ -58,7 +58,7 @@ scrape_configs: module: [http_2xx] # Look for a HTTP 200 response. target_groups: - targets: - - mywebsite.com # Target to probe + - prometheus.io # Target to probe relabel_configs: - source_labels: [__address__] regex: (.*)(:80)? -- 2.25.1