module Updown
Defined in:
updown.crupdown/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"