module Updown

Defined in:

updown.cr
updown/check.cr
updown/downtime.cr
updown/error.cr
updown/metrics.cr

Constant Summary

ENDPOINT = "https://updown.io"
VALID_ATTRIBUTES = [:url, :period, :apdex_t, :enabled, :published, :alias, :string_match, :mute_until, :http_verb, :http_body, :disabled_locations, :custom_headers] of ::Symbol

Valid attributes on PUT and POST https://updown.io/api

VERSION = "0.2.1"

Class Method Summary

Class Method Detail

def self.headers #

[View source]
def self.settings #

[View source]