ping-mon
This tool measures communication breakdowns using ICMP.
It records when the last communication breakdown occurred and how long it lasted.
If communication cannot be established for more than 5 seconds, it is judged that a communication breakdown has occurred.
It does not require root privileges.
How to use
Run with binary
- Download the precomplied binary from releases.
- Create
ping.conf
(sample config)
- execute the binary
Run with Docker
vim ping.conf # create config
docker run -it -v $(pwd)/ping.conf:/ping.conf hdfln/ping-mon
Find the docker image at Docker Hub.
Run with go
go install github.com/hdfln/ping-mon
vim ping.conf # create config
ping-mon