HTTP Check
Periodically attempt an HTTP GET request.
Parameters
Section titled “Parameters”| URL | An HTTP URL in the standard form of http[s]://host:port/path |
| Family | Determines which IP version should be used to connect. tcp for either, tcp4 for IPv4, tcp6 for IPv6 |
| Timeout | The number of seconds that Greenlight should try to connect for before deciding that the check has failed |
| Interval | The number of seconds that Greenlight should wait in between connection attempts |
Return Value
Section titled “Return Value”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.