You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: site/content/docs/tcp-checks/_index.md
+1-41Lines changed: 1 addition & 41 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,21 +10,15 @@ slug: /
10
10
cli: true
11
11
---
12
12
13
-
14
13
> **Early Access Feature:**
15
-
> This feature is available in early access. To enable it, please reach out to our [support team](mailto:[email protected]) or connect with us via the [Checkly community Slack](https://www.checklyhq.com/slack). We’d love to hear your feedback!
16
-
14
+
> This feature is available in early access and is currently **UI-only**. To enable it, please reach out to our [support team](mailto:[email protected]) or connect with us via the [Checkly community Slack](https://www.checklyhq.com/slack). We’d love to hear your feedback!
17
15
18
16
## Overview
19
17
20
18
A TCP check establishes a connection to a specified hostname or IP address and port to verify that the service is responsive. These checks are ideal for monitoring non-HTTP services, such as databases, message queues, and custom applications that rely on TCP connectivity.
21
19
22
20
## Create a TCP check
23
21
24
-
{{< tabs "TCP check creation by interface" >}}
25
-
{{< tab "UI" >}}
26
-
<br>
27
-
28
22
***Create a check:** Click the `+` icon on the sidebar and select **TCP check** from the list. This will open the check creation page.
29
23
30
24
***Name & tags:** On the check creation page, choose a meaningful name for the check to easily identify it. Optionally, add one or more tags to further categorize or group the check.
@@ -39,46 +33,12 @@ A TCP check establishes a connection to a specified hostname or IP address and p
39
33
40
34
***Retries & alerting:** Configure [retries & alerts](/docs/alerting-and-retries) by choosing from Checkly's retry strategies and alert channels, ensuring you’re notified through your preferred methods when an issue arises with one of your TCP checks.
41
35
42
-
{{< /tab >}}
43
-
{{< tab "CLI" >}}
44
-
<br>
45
-
Not yet supported by the CLI.
46
-
{{< /tab >}}
47
-
{{< tab "Terraform Provider" >}}
48
-
<br>
49
-
Not yet supported by the Terraform Provider.
50
-
{{< /tab >}}
51
-
{{< tab "Pulumi Provider" >}}
52
-
<br>
53
-
Not yet supported by the Pulumi Provider.
54
-
{{< /tab >}}
55
-
{{< /tabs >}}
56
-
57
36
## Update or delete a TCP check
58
37
59
-
{{< tabs "TCP check updating & deletion by interface" >}}
60
-
{{< tab "UI" >}}
61
-
<br>
62
-
63
38
***Update a TCP check:** To update a TCP check, click the kebab menu (three dots) next to the check on your [main dashboard](https://app.checklyhq.com) and select `Edit`, or click `Edit` in the top-right corner of the check's Reporting page.
64
39
65
40
***Delete a TCP check:** To delete a TCP check, use the kebab menu (three dots) on the [main dashboard](https://app.checklyhq.com) and select `Delete`. Alternatively click `Edit` in the top-right corner of the check's Reporting page, scroll to the bottom section, and click the `Delete` button.
66
41
67
-
{{< /tab >}}
68
-
{{< tab "CLI" >}}
69
-
<br>
70
-
Not yet supported by the CLI.
71
-
{{< /tab >}}
72
-
{{< tab "Terraform Provider" >}}
73
-
<br>
74
-
Not yet supported by the Terraform Provider.
75
-
{{< /tab >}}
76
-
{{< tab "Pulumi Provider" >}}
77
-
<br>
78
-
Not yet supported by the Pulumi Provider.
79
-
{{< /tab >}}
80
-
{{< /tabs >}}
81
-
82
42
## TCP check reporting
83
43
84
44
Learn more about analyzing your TCP check run results in our [check results documentation](/docs/monitoring/check-results#tcp-check-results).
0 commit comments