Type alias TCPMonitorAttributes

TCPMonitorAttributes: {
    monitor_type: "tcp";
    port: string;
}

Type declaration

  • monitor_type: "tcp"

    Type of the monitor.

  • port: string

    The port to ping.

Generated using TypeDoc