Update default timeout in README (#668)
authorPedro Araújo <phcrva@gmail.com>
Wed, 29 Jul 2020 16:07:30 +0000 (17:07 +0100)
committerGitHub <noreply@github.com>
Wed, 29 Jul 2020 16:07:30 +0000 (17:07 +0100)
Since #509 (4bf18924d4645453ec3e240d01842b7f15db537c) the default
timeout was changed to 2m. This change updates the README to reflect it.

Signed-off-by: Pedro Araujo <phcrva@gmail.com>
README.md

index 1fb8f3bfb41ce048aad8d8e3196d04468f8dedda..9323f81be3b778799a803a56e97068b8e44f01b3 100644 (file)
--- a/README.md
+++ b/README.md
@@ -61,7 +61,7 @@ HTTP, HTTPS (via the `http` prober), DNS, TCP socket and ICMP (see permissions s
 Additional modules can be defined to meet your needs.
 
 The timeout of each probe is automatically determined from the `scrape_timeout` in the [Prometheus config](https://prometheus.io/docs/operating/configuration/#configuration-file), slightly reduced to allow for network delays. 
-This can be further limited by the `timeout` in the Blackbox exporter config file. If neither is specified, it defaults to 10 seconds.
+This can be further limited by the `timeout` in the Blackbox exporter config file. If neither is specified, it defaults to 120 seconds.
 
 ## Prometheus Configuration