From 52624e0af07eba129590cdb53060fe7843713c01 Mon Sep 17 00:00:00 2001 From: Andrew Cholakian Date: Thu, 12 Nov 2020 15:32:58 -0600 Subject: [PATCH] Improve docs for ICMP wait in heartbeat (#22509) (#22558) (cherry picked from commit 9ad7107804ec7aa6e08ff24d9d92db2efdbf3009) --- heartbeat/docs/monitors/monitor-icmp.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/heartbeat/docs/monitors/monitor-icmp.asciidoc b/heartbeat/docs/monitors/monitor-icmp.asciidoc index ccd0ba5f397..276ba81f5e4 100644 --- a/heartbeat/docs/monitors/monitor-icmp.asciidoc +++ b/heartbeat/docs/monitors/monitor-icmp.asciidoc @@ -35,5 +35,5 @@ A list of hosts to ping. [[monitor-icmp-wait]] ==== `wait` -The duration to wait before emitting another ICMP Echo Request. The default is 1 +The duration to wait before emitting another ICMP Echo Request if no response is received. The default is 1 second (1s).