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: articles/sap/monitor/provider-linux.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ ms.service: sap-on-azure
6
6
ms.subservice: sap-monitor
7
7
ms.custom: linux-related-content
8
8
ms.topic: how-to
9
-
ms.date: 03/09/2023
9
+
ms.date: 08/22/2024
10
10
ms.author: sujaj
11
11
#Customer intent: As a developer, I want to configure a Linux provider so that I can use Azure Monitor for SAP solutions for monitoring.
12
12
---
@@ -20,12 +20,12 @@ In this how-to guide, you learn how to create a Linux OS provider for Azure Moni
20
20
- An existing Azure Monitor for SAP solutions resource. To create an Azure Monitor for SAP solutions resource, see the [quickstart for the Azure portal](quickstart-portal.md) or the [quickstart for PowerShell](quickstart-powershell.md).
21
21
- Install the [node exporter latest version](https://prometheus.io/download/#node_exporter) in each SAP host that you want to monitor, either BareMetal or Azure virtual machine (VM). For more information, see the [node exporter GitHub repository](https://github.com/prometheus/node_exporter).
22
22
- Node exporter uses the default port 9100 to expose the metrics. If you want to use a custom port, make sure to open the port in the firewall and use the same port while creating the provider.
23
-
- Default port 9100 or custom port that will be configured for node exporter should be open and listening on the Linux host.
23
+
- Default port 9100 or custom port that is configured for node exporter should be open and listening on the Linux host.
24
24
25
25
To install the node exporter on Linux:
26
26
27
-
Right click on the relevant node exporter version for linux from https://prometheus.io/download/#node_exporter and copy the link address which will be used in the below command.
28
-
For example -https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gz
27
+
Right click on the relevant node exporter version for linux from https://prometheus.io/download/#node_exporter and copy the link address to be used in the following command.
28
+
For example,https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gz
29
29
30
30
1. Change to the directory where you want to install the node exporter.
31
31
1. Run `wget https://github.com/prometheus/node_exporter/releases/download/v<xxx>/node_exporter-<xxx>.linux-amd64.tar.gz`. Replace `xxx` with the version number.
@@ -129,7 +129,7 @@ When the provider settings validation operation fails with the code `PrometheusU
129
129
1. Try to restart the node exporter agent:
130
130
1. Go to the folder where you installed the node exporter (the file name resembles `node_exporter-<xxxx>-amd64`).
131
131
1. Run `./node_exporter`.
132
-
1. Run `nohup ./node_exporter &`command to enable node_exporter. Adding nohup and & to above command decouples the node_exporter from linux machine commandline. If not includednode_exporter would stop when the commandline is closed.
132
+
1. Run `nohup ./node_exporter &`command to enable node_exporter. Adding nohup and & to the previous command decouples the node_exporter from the linux machine commandline. If not included, the node_exporter stops when the commandline is closed.
133
133
1. Verify that the Prometheus endpoint is reachable from the subnet that you provided when you created the Azure Monitor for SAP solutions resource.
0 commit comments