Skip to content

Commit 0fdc239

Browse files
authored
Remove tabs, add UI only note
1 parent 4c9d2ab commit 0fdc239

File tree

1 file changed

+1
-41
lines changed

1 file changed

+1
-41
lines changed

site/content/docs/tcp-checks/_index.md

Lines changed: 1 addition & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -10,21 +10,15 @@ slug: /
1010
cli: true
1111
---
1212

13-
1413
> **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!
1715
1816
## Overview
1917

2018
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.
2119

2220
## Create a TCP check
2321

24-
{{< tabs "TCP check creation by interface" >}}
25-
{{< tab "UI" >}}
26-
<br>
27-
2822
* **Create a check:** Click the `+` icon on the sidebar and select **TCP check** from the list. This will open the check creation page.
2923

3024
* **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
3933

4034
* **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.
4135

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-
5736
## Update or delete a TCP check
5837

59-
{{< tabs "TCP check updating & deletion by interface" >}}
60-
{{< tab "UI" >}}
61-
<br>
62-
6338
* **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.
6439

6540
* **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.
6641

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-
8242
## TCP check reporting
8343

8444
Learn more about analyzing your TCP check run results in our [check results documentation](/docs/monitoring/check-results#tcp-check-results).

0 commit comments

Comments
 (0)