https://github.com/nitinstp23/go-pinger
A CLI application written in Go which periodically pings an HTTP endpoint.
https://github.com/nitinstp23/go-pinger
cli golang
Last synced: 6 months ago
JSON representation
A CLI application written in Go which periodically pings an HTTP endpoint.
- Host: GitHub
- URL: https://github.com/nitinstp23/go-pinger
- Owner: nitinstp23
- License: mit
- Created: 2017-08-08T17:26:00.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-05T16:19:03.000Z (almost 9 years ago)
- Last Synced: 2024-06-20T17:42:47.472Z (about 2 years ago)
- Topics: cli, golang
- Language: Go
- Size: 7.81 KB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Go-Pinger
A CLI application which periodically pings an HTTP endpoint.
## Project Setup
* `curl -O /usr/local/go1.8.3.darwin-amd64.tar.gz https://storage.googleapis.com/golang/go1.8.3.darwin-amd64.tar.gz`
* `tar -C /usr/local -xzf go1.8.3.darwin-amd64.tar.gz`
* `export PATH=$PATH:/usr/local/go/bin`
* `make build`
* `./go_ping -u http://example.com -i 5`