fettle_checks

A library of health checker implementations for Fettle.


Keywords
elixir-lang, elixir-library, monitoring
License
MIT

Documentation

Fettle Checks

A small library of health checker implementations for Fettle.

Hex pm Inline docs Build Status

See individual modules for details.

Installation

For the stable version:

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

For the latest (and most unstable) version:

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