From ba364988dec019cce1df16d0a90e75722e766215 Mon Sep 17 00:00:00 2001 From: Daniel Nelson Date: Fri, 16 Jun 2017 13:32:04 -0700 Subject: [PATCH] Document that ping_interval is non-linux only --- plugins/inputs/ping/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/inputs/ping/README.md b/plugins/inputs/ping/README.md index bab7a976b..2274f42c9 100644 --- a/plugins/inputs/ping/README.md +++ b/plugins/inputs/ping/README.md @@ -13,6 +13,7 @@ urls = ["www.google.com"] # required ## number of pings to send per collection (ping -c ) # count = 1 ## interval, in s, at which to ping. 0 == default (ping -i ) +## Not available in Windows. # ping_interval = 1.0 ## per-ping timeout, in s. 0 == no timeout (ping -W ) # timeout = 1.0