UptimeCheckConfigTcpCheck

data class UptimeCheckConfigTcpCheck(val port: Int)

Constructors

Link copied to clipboard
constructor(port: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val port: Int

The port to the page to run the check against. Will be combined with host (specified within the MonitoredResource) to construct the full URL.