Skip to content

Commit 060b33d

Browse files
NouemanKHALshanelhuangurseberry
authored
Make Teleport Documentation Public (#17568)
* set display_on_public_website to true * add beta warning and install command * Update teleport/README.md Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com> --------- Co-authored-by: Shanel Huang <shanel.huang@datadoghq.com> Co-authored-by: Ursula Chen <58821586+urseberry@users.noreply.github.com>
1 parent 2947b22 commit 060b33d

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

teleport/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Agent Check: Teleport
22

3-
## Overview
3+
<div class="alert alert-warning">
4+
This integration is in public beta and should be enabled on production workloads with caution.
5+
</div>
46

7+
## Overview
58
This check monitors [Teleport][1] through the Datadog Agent.
69

710
## Setup
8-
911
Follow the instructions below to install and configure this check for an Agent running on a host. For containerized environments, see the [Autodiscovery Integration Templates][3] for guidance on applying these instructions.
1012

1113
### Installation
12-
13-
The Teleport check is included in the [Datadog Agent][2] package.
14-
No additional installation is needed on your server.
14+
To install the Teleport integration, run the following command on a host with a running Agent: `datadog-agent integration install datadog-teleport==1.0.0`
1515

1616
### Prerequisites
1717

teleport/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"manifest_version": "2.0.0",
33
"app_uuid": "e47d5541-de7d-4ce6-8105-03c6dac5852a",
44
"app_id": "teleport",
5-
"display_on_public_website": false,
5+
"display_on_public_website": true,
66
"tile": {
77
"overview": "README.md#Overview",
88
"configuration": "README.md#Setup",

0 commit comments

Comments
 (0)