ping: fix typo in README (#2163)
This commit is contained in:
parent
283bd6d965
commit
d323a8f2e8
|
@ -3,7 +3,7 @@
|
||||||
This input plugin will measures the round-trip
|
This input plugin will measures the round-trip
|
||||||
|
|
||||||
## Windows:
|
## Windows:
|
||||||
### Configration:
|
### Configuration:
|
||||||
```
|
```
|
||||||
## urls to ping
|
## urls to ping
|
||||||
urls = ["www.google.com"] # required
|
urls = ["www.google.com"] # required
|
||||||
|
@ -33,4 +33,4 @@ This input plugin will measures the round-trip
|
||||||
```
|
```
|
||||||
* Plugin: ping, Collection 1
|
* Plugin: ping, Collection 1
|
||||||
ping,host=WIN-PBAPLP511R7,url=www.google.com average_response_ms=7i,maximum_response_ms=9i,minimum_response_ms=7i,packets_received=4i,packets_transmitted=4i,percent_packet_loss=0,percent_reply_loss=0,reply_received=4i 1469879119000000000
|
ping,host=WIN-PBAPLP511R7,url=www.google.com average_response_ms=7i,maximum_response_ms=9i,minimum_response_ms=7i,packets_received=4i,packets_transmitted=4i,percent_packet_loss=0,percent_reply_loss=0,reply_received=4i 1469879119000000000
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue