Skip to content

Connection Check

Periodically attempt to establish a TCP connection to a remote host.

AddressA TCP address in the form of (IP Address|Hostname):Port
Connection 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
TLS enabledWhether to try to establish and verify a TLS connection (TLSv1.2+)

A boolean: true if the connection succeeded, false if not.