Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/9bow/go-healthier
Web/API health checker powered by GitHub actions
https://github.com/9bow/go-healthier
Last synced: 8 days ago
JSON representation
Web/API health checker powered by GitHub actions
- Host: GitHub
- URL: https://github.com/9bow/go-healthier
- Owner: 9bow
- Created: 2022-06-02T08:02:33.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-07-20T01:50:30.000Z (over 2 years ago)
- Last Synced: 2024-06-21T20:05:53.628Z (5 months ago)
- Language: Go
- Homepage:
- Size: 17.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Go Healthier
Go-Healthier is Open-source HTTP/API monitoring tool written in golang, powered by GitHub Actions and Issues.
# Feature (Wishlist)
* [x] Support `GET` method
* [ ] Support `POST` method
* [ ] Support `GET` method with specified payload
* [ ] Support `POST` method with specified payload
* [ ] Basic Auth
* [ ] Custom Headers
* [ ] Cookies
* [x] Use config file
* [x] Check Response (200)
* [ ] Handle other responses (3xx, 4xx, 5xx)
* [x] Handle request timeout
* [ ] Handle response body
* [ ] Work on GitHub Actions
* [ ] Work on other clouds
* [x] Report using GitHub Issues
* [ ] Report using GitHub Pages
* [ ] Notifications (Slack, Discord, E-mail, ...)
* [ ] *TBD*