From db5578f08c98818b4ea4c7aa518918b99f7be5c1 Mon Sep 17 00:00:00 2001 From: Brian Brazil Date: Wed, 9 Sep 2015 17:32:14 +0100 Subject: [PATCH] Fix more url parameters --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c2fdec5..bc66888 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ HTTP, HTTPS and TCP. make ./blackbox_exporter -Visiting [http://localhost:9115/probe?address=google.com&module=http2xx](http://localhost:9115/probe?address=google.com&module=http2xx) +Visiting [http://localhost:9115/probe?target=google.com&module=http2xx](http://localhost:9115/probe?target=google.com&module=http2xx) will return metrics for a HTTP probe against google.com. ## Configuration -- 2.25.1