
Muffin
A small application to make checks (HTTP for now, more in the future).
It's stateless and does not require any external dependency.
All of the confugration is done by using a YAML file and environment variables.
Build
There is a supplied Makefile in the repository, you can use the build target (make build).
You can optionally choose to change the output, for example:
$ make build BINARY=~/bin/muffin
Testing
$ make test
Types Of Checks
TODO
Configuration
TODO
Docker Image
TODO