This is an unimaginative golang command-line terminal user interface application that allows you to continuously ping multiple hosts. It's really neat!
If you want to spin up a container quickly on docker just use the
pwhelan/gping:latest
container:
docker run --rm -ti pwhelan/gping:latest
To install the application, simply clone the repository to your local machine and then build it:
git clone https://github.com/pwhelan/gping
cd gping
go build ./
This could not be any simpler, just simply invoke gping with a list of IP addresses and hostnames to ping:
Contributions to this project are welcome. To contribute, simply fork the repository, make your changes, and submit a pull request.
This project is licensed under the MIT license - see the LICENSE.md file for details.