Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jamowei/healy
easy-to-use health-checking service
https://github.com/jamowei/healy
Last synced: 13 days 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-13T21:11:15.000Z (over 5 years ago)
- Last Synced: 2024-10-18T11:51:23.896Z (about 1 month 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`.[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://github.com/jamowei/healy/blob/master/LICENSE)
[![Build Status](https://travis-ci.com/jamowei/healy.svg?branch=master)](https://travis-ci.com/jamowei/healy)
# InstallationYou 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)