Document that ping_interval is non-linux only
This commit is contained in:
parent
a729a44284
commit
ba364988de
|
@ -13,6 +13,7 @@ urls = ["www.google.com"] # required
|
||||||
## number of pings to send per collection (ping -c <COUNT>)
|
## number of pings to send per collection (ping -c <COUNT>)
|
||||||
# count = 1
|
# count = 1
|
||||||
## interval, in s, at which to ping. 0 == default (ping -i <PING_INTERVAL>)
|
## interval, in s, at which to ping. 0 == default (ping -i <PING_INTERVAL>)
|
||||||
|
## Not available in Windows.
|
||||||
# ping_interval = 1.0
|
# ping_interval = 1.0
|
||||||
## per-ping timeout, in s. 0 == no timeout (ping -W <TIMEOUT>)
|
## per-ping timeout, in s. 0 == no timeout (ping -W <TIMEOUT>)
|
||||||
# timeout = 1.0
|
# timeout = 1.0
|
||||||
|
|
Loading…
Reference in New Issue