Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 979 Bytes

File metadata and controls

39 lines (24 loc) · 979 Bytes

HTTP checks (httpchk)

Go Test Go Report Card

This service runs multiple HTTP requests against a set of URLs and returns 200 on success, 503 otherwise.

Example

Hosting

Simple options to host this service are, for example:

Heroku / Setup

heroku labs:enable runtime-dyno-metadata

Docker

Build the Docker image using

make docker_build

and run it with

make docker_run