Type alias UDPMonitorAttributes

UDPMonitorAttributes: {
    monitor_type: "udp";
    port: string;
    required_keyword: string;
}

Type declaration

  • monitor_type: "udp"

    Type of the monitor.

  • port: string

    The port to ping.

  • required_keyword: string

    We will create a new incident if this keyword is (missing) on your page.

Generated using TypeDoc