Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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*