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
Network TypeDetermines 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 connection succeeded, false if not.