Skip to content

HTTP Check

Periodically attempt an HTTP GET request.

URLAn HTTP URL in the standard form of http[s]://host:port/path
FamilyDetermines which IP version should be used to connect. tcp for either, tcp4 for IPv4, tcp6 for IPv6
TimeoutThe number of seconds that Greenlight should try to connect for before deciding that the check has failed
IntervalThe number of seconds that Greenlight should wait in between connection attempts

A boolean: true if the HTTP request succeeds and the status code is < 400, false if not.

TLS certificate expiry monitoring is automatically enabled when using an HTTPS URL.