This repository has been archived by the owner on Dec 15, 2020. It is now read-only.
Releases: joshuar/pingbeat
Releases · joshuar/pingbeat
v5.4.1
v5.4.0
NOTE New config file format. Check the example config for details.
- New config file format. Targets are now specified like the following:
targets:
- name: "127.0.0.1"
tag: "localhost"
desc: "there's no place like home"
- Multiple tags per target are now supported.
- Better looping of send/recieve pings.
- Catch some issues with bad/invalid targets and DNS resolution issues.
- Better code flow should result in some performance gains and more accurate ping times.
1.0-beta1
- Rewritten core. No longer using go-fastping. Pings are now done directly and queued via pool.v3.
- Slightly modified config settings, better error checking of input config.
- Beginning of code to support tracking different ICMP error message responses.