Skip to content

Commit

Permalink
Reword README slightly
Browse files Browse the repository at this point in the history
  • Loading branch information
CHTJonas committed Mar 16, 2021
1 parent 0947cbb commit 051b213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Pingflux

pingflux is a small application written in Go that measures the ICMP round-trip time and packet loss between the local host and a set of remote endpoints. It then stores these data in an InfluxDB database. IP addresses are pinged individually whereas hostnames are first resolved, each and every IPv4 or IPv6 address then being pinged concurrently.
pingflux is a small application written in Go that measures the ICMP round-trip time and packet loss between the local host and a set of remote endpoints. It then stores these data in an InfluxDB database. IP addresses are pinged individually whereas hostnames are first resolved, each of their IPv4 and IPv6 addresses then being pinged concurrently.

## Usage

Expand Down

0 comments on commit 051b213

Please sign in to comment.