Fettle Checks

A small library of health checker implementations for Fettle.

Hex pmInline docsBuild Status

See individual modules for details.

Installation

For the stable version:

def deps do
[
{:fettle_checks, "~> 0.1"}
]
end

For the latest (and most unstable) version:

def deps do
[{:fettle_checks, github: "Financial-Times/fettle_checks"}]
end