Skip to content

Commit

Permalink
ping: fix typo in README (influxdata#2163)
Browse files Browse the repository at this point in the history
  • Loading branch information
flokli authored and Nick White committed Jan 31, 2017
1 parent dd27344 commit 6a797d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inputs/ping/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
This input plugin will measures the round-trip

## Windows:
### Configration:
### Configuration:
```
## urls to ping
urls = ["www.google.com"] # required
Expand Down Expand Up @@ -33,4 +33,4 @@ This input plugin will measures the round-trip
```
* 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
```
```

0 comments on commit 6a797d7

Please sign in to comment.