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: content/learning-paths/servers-and-cloud-computing/dynatrace-azure/activegate-installation.md
+43-30Lines changed: 43 additions & 30 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ At the end of the installation, ActiveGate will be:
18
18
* Installed and running as a system service
19
19
* Listening on port **9999** for Dynatrace communication
20
20
* Connected to your Dynatrace SaaS environment
21
-
* Verified on **Arm64 (Aarch64)** architecture
21
+
* Verified on **Arm64 (`aarch64`)** architecture
22
22
23
23
## Verify OneAgent installation
24
24
@@ -51,11 +51,12 @@ This is your Dynatrace SaaS environment URL.
51
51
52
52
## Navigate to the ActiveGate deployment page
53
53
54
-
From the Dynatrace dashboard:
54
+
From the Dynatrace main dashboard:
55
55
56
-
- Select Deployment status
57
-
- Choose ActiveGate
58
-
- Install ActiveGate
56
+
* Select **Search** on the upper left and search for **Deployment**.
57
+
* Select **Deployment status**.
58
+
* Choose **ActiveGate**.
59
+
* Select **Install ActiveGate**.
59
60
60
61

61
62
@@ -65,8 +66,9 @@ Dynatrace will generate an installation command specifically for your environmen
65
66
66
67
On the installer configuration page:
67
68
68
-
- Platform → Linux
69
-
- Architecture → ARM64
69
+
* Platform -> Linux
70
+
* Architecture -> ARM64
71
+
* Select **Generate token** to create an authentication token
70
72
71
73

To validate that Dynatrace is collecting monitoring data correctly, deploy a simple web server on the virtual machine. Dynatrace OneAgent will automatically detect and monitor the process.
191
+
To validate that Dynatrace is collecting monitoring data correctly, deploy a simple web server on the virtual machine. Dynatrace OneAgent automatically detects and monitors the process.
182
192
183
193
### Install Nginx
184
194
@@ -188,7 +198,8 @@ Update the package index and install the Nginx web server.
188
198
sudo apt update
189
199
sudo apt install -y nginx
190
200
```
191
-
## Check the Nginx service status.
201
+
202
+
## Check the Nginx service status
192
203
193
204
```console
194
205
sudo systemctl status nginx
@@ -218,20 +229,22 @@ Processes
218
229
219
230
You should see a process similar to:
220
231
221
-
- nginx
222
-
- Dynatrace automatically begins collecting metrics such as:
223
-
- CPU usage
224
-
- memory consumption
225
-
- network activity
226
-
- request throughput
232
+
*`nginx`
233
+
234
+
Dynatrace automatically begins collecting metrics such as:
235
+
236
+
* CPU usage
237
+
* memory consumption
238
+
* network activity
239
+
* request throughput
227
240
228
241

229
242
230
-
## What you've accomplished
243
+
## What you've accomplished
231
244
232
245
You've successfully installed Dynatrace ActiveGate on your Azure Ubuntu Arm64 virtual machine. Your environment now includes:
233
246
234
-
- Dynatrace OneAgent performing host monitoring
235
-
- ActiveGate routing monitors traffic securely
236
-
- Communication with Dynatrace SaaS through port 9999
237
-
- Full compatibility with Arm64-based Cobalt 100 processors
247
+
* Dynatrace OneAgent performing host monitoring
248
+
* ActiveGate routing monitoring traffic securely
249
+
* Communication with Dynatrace SaaS through port 9999
250
+
* Full compatibility with Arm64-based Cobalt 100 processors
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/dynatrace-azure/background.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ Dynatrace automatically maps dependencies between services, hosts, containers, a
20
20
21
21
There are three main components of Dynatrace:
22
22
23
-
-**Dynatrace OneAgent:** a lightweight monitoring agent installed on hosts that automatically collects metrics, logs, and traces from applications and infrastructure. Learn more in the [Dynatrace OneAgent documentation](https://docs.dynatrace.com/docs/ingest-from/dynatrace-oneagent).
23
+
-**Dynatrace OneAgent:** a lightweight monitoring agent installed on hosts that automatically collects metrics, logs, and traces from applications and infrastructure. Learn more in the [Dynatrace OneAgent documentation](https://docs.dynatrace.com/docs/ingest-from/dynatrace-oneagent).
24
24
25
25
-**Dynatrace ActiveGate:** a secure gateway component that routes monitoring traffic, enables cloud integrations, and provides additional monitoring capabilities such as Kubernetes monitoring and synthetic monitoring. Learn more in the [Dynatrace ActiveGate documentation](https://docs.dynatrace.com/docs/ingest-from/dynatrace-activegate).
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/dynatrace-azure/firewall.md
+2-3Lines changed: 2 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ layout: learningpathall
10
10
11
11
To allow external traffic on port **9999** for Dynatrace ActiveGate running on an Azure virtual machine, open the port in the Network Security Group (NSG) attached to the virtual machine's network interface or subnet.
12
12
13
-
{{% notice Note %}}For more information about Azure setup, see [Getting started with Microsoft Azure Platform](/learning-paths/servers-and-cloud-computing/csp/azure/).{{% /notice %}}
13
+
{{% notice Note %}}For more information about Azure setup, see [Getting started with Microsoft Azure Platform](/learning-paths/servers-and-cloud-computing/csp/azure/).{{% /notice %}}
14
14
15
15
## Create a firewall rule in Azure
16
16
@@ -36,8 +36,7 @@ Configure it using the following details:
36
36
-**Destination port ranges:****9999**
37
37
-**Protocol:** TCP
38
38
-**Action:** Allow
39
-
-**Priority:** 1000
40
-
-**Name:** dynatrace-activegate
39
+
-**Name:** allow-tcp-9999
41
40
42
41
After filling in the details, select **Add** to save the rule.
Copy file name to clipboardExpand all lines: content/learning-paths/servers-and-cloud-computing/dynatrace-azure/instance.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -22,7 +22,7 @@ While the steps to create this instance are included here for convenience, you c
22
22
23
23
## Create an Arm-based Azure virtual machine
24
24
25
-
Creating a virtual machine based on Azure Cobalt 100 is no different to creating any other virtual machine in Azure. To create an Azure virtual machine:
25
+
Creating a virtual machine based on Azure Cobalt 100 is no different from creating any other virtual machine in Azure. To create an Azure virtual machine:
26
26
27
27
- Launch the Azure portal and navigate to **Virtual Machines**.
28
28
- Select **Create**, and select **Virtual Machine** from the drop-down list.
@@ -63,7 +63,7 @@ Your virtual machine should be ready and running in a few minutes. You can SSH i
63
63
64
64

65
65
66
-
{{% notice Note %}}To learn more about Arm-based virtual machine in Azure, see “Getting Started with Microsoft Azure” in [Get started with Arm-based cloud instances](/learning-paths/servers-and-cloud-computing/csp/azure).{{% /notice %}}
66
+
{{% notice Note %}}To learn more about Arm-based virtual machines in Azure, see "Getting Started with Microsoft Azure" in [Get started with Arm-based cloud instances](/learning-paths/servers-and-cloud-computing/csp/azure/).{{% /notice %}}
0 commit comments