A simple ICMP monitor with web interface.
Prebuilt files are in the Releases section.
icmpmon -c config.hjson
This product comes without warranty in any form.
- golang 1.8
- gcc (for *nix)
- tdm64-gcc (for windows)
git clone https://github.com/Eun/icmpmon.git
go get -u github.com/jinzhu/gorm/...
go get -u gopkg.in/eapache/channels.v1
go get -u golang.org/x/net/websocket
go get -u github.com/hjson/hjson-go
go get -u github.com/jteeuwen/go-bindata/...
cd icmpmon
./make.bat
Uses mozilla's metrics-graphics.
0.8:
Initial release
0.6:
Switched to metrics-graphics
Pull requests are welcome.
- Improve webinterface, better charts? or rewrite it at all?