Thanks to visit codestin.com
Credit goes to github.com

Skip to content

mat/httpchk

Repository files navigation

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

Releases

No releases published

Packages

No packages published