Document that ping_interval is non-linux only

This commit is contained in:
Daniel Nelson 2017-06-16 13:32:04 -07:00
parent 476656a523
commit a375c9ac6b
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ urls = ["www.google.com"] # required
## number of pings to send per collection (ping -c <COUNT>)
# count = 1
## interval, in s, at which to ping. 0 == default (ping -i <PING_INTERVAL>)
## Not available in Windows.
# ping_interval = 1.0
## per-ping timeout, in s. 0 == no timeout (ping -W <TIMEOUT>)
# timeout = 1.0