https://github.com/jamowei/healy
easy-to-use health-checking service
https://github.com/jamowei/healy
Last synced: 9 months ago
JSON representation
easy-to-use health-checking service
- Host: GitHub
- URL: https://github.com/jamowei/healy
- Owner: jamowei
- License: mit
- Created: 2019-06-13T14:14:34.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T21:11:15.000Z (about 7 years ago)
- Last Synced: 2024-12-27T03:25:42.419Z (over 1 year ago)
- Language: Go
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Healy
Healy is a small lightweigt command line programm written with ❤️ in [go](https://golang.org).
It's made for health-checking webservers with an GET-request to specified enpoint, which is specified in the `endpoint.yml`.
[](https://github.com/jamowei/healy/blob/master/LICENSE)
[](https://travis-ci.com/jamowei/healy)
# Installation
You can get the latest binary using Go:
`> go get -u github.com/jamowei/healy`
or download released binary from [here](https://github.com/jamowei/healy/releases/latest).
# Commandline
```
usage: healy [-h|--help] [-c|--config ]
Healy is an easy-to-use and fast health check programm
Arguments:
-h --help Print help information
-c --config host to connect with (server mode). Default: endpoints.yml
```
# Configuration
See the example configuration in `endpoints.yml`
```yml
endpoints:
google: https://www.google.com
notfound: http://isnothinghere.com
facebook: https://facebook.com
```
# License
Healy is released under the MIT license. See [LICENSE](https://github.com/jamowei/healy/blob/master/LICENSE)