Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/microlinkhq/healthcheck
Microservice to retrieve your CloudFlare Health Checks.
https://github.com/microlinkhq/healthcheck
cloudflare healthcheck microservice
Last synced: 3 months ago
JSON representation
Microservice to retrieve your CloudFlare Health Checks.
- Host: GitHub
- URL: https://github.com/microlinkhq/healthcheck
- Owner: microlinkhq
- License: mit
- Created: 2020-07-02T10:51:29.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-10-09T08:04:44.000Z (over 1 year ago)
- Last Synced: 2023-10-09T09:27:25.516Z (over 1 year ago)
- Topics: cloudflare, healthcheck, microservice
- Language: JavaScript
- Homepage: https://healthcheck.microlink.io
- Size: 39.1 KB
- Stars: 2
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
![]()
![]()
[![Deploy with Vercel](https://zeit.co/button)](https://vercel.com/new/project?template=https://github.com/microlinkhq/healthcheck)
> Microservice to retrieve your CloudFlare Health Checks.
It retrieves your [CloudFlare Health Checks](https://blog.cloudflare.com/new-tools-to-monitor-your-server-and-avoid-downtime/)
![](https://i.imgur.com/bD3Vplv.png)
in unified way, being possible consume it as JSON payload from anywhere
![](https://i.imgur.com/clmyp9s.png)
# Environment Variables
### ZONE_ID
*Required*
Type: `string`The zone identifier associated with your domain.
### X_AUTH_EMAIL
*Required*
Type: `string`The email associated with your CloudFlare account.
### X_AUTH_KEY
*Required*
Type: `string`The authorization token associated with your CloudFlare account.
### REQ_TIMEOUT
Type: `number`
Default: 8000It specifies how much time after consider a request as timeout, in milliseconds.
### MAX_CACHE
Type: `number`
Default: 60000 (1m)It specifies how much time a response can be cached, in milliseconds.
## License
**oss** © [microlink.io](https://microlink.io), released under the [MIT](https://github.com/microlinkhq/oss/blob/master/LICENSE.md) License.
Authored and maintained by [Kiko Beats](https://kikobeats.com) with help from [contributors](https://github.com/microlinkhq/oss/contributors).> [microlink.io](https://microlink.io) · GitHub [microlink.io](https://github.com/microlinkhq) · Twitter [@microlinkhq](https://twitter.com/microlinkhq)