Skip to content

Commit 0405ff3

Browse files
author
Suzi Zuber
committed
Update provider-linux.md
1 parent 94cac6f commit 0405ff3

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

articles/sap/monitor/provider-linux.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ ms.service: sap-on-azure
66
ms.subservice: sap-monitor
77
ms.custom: linux-related-content
88
ms.topic: how-to
9-
ms.date: 03/09/2023
9+
ms.date: 08/22/2024
1010
ms.author: sujaj
1111
#Customer intent: As a developer, I want to configure a Linux provider so that I can use Azure Monitor for SAP solutions for monitoring.
1212
---
@@ -20,12 +20,12 @@ In this how-to guide, you learn how to create a Linux OS provider for Azure Moni
2020
- 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).
2121
- 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).
2222
- 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.
2424

2525
To install the node exporter on Linux:
2626

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
2929

3030
1. Change to the directory where you want to install the node exporter.
3131
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
129129
1. Try to restart the node exporter agent:
130130
1. Go to the folder where you installed the node exporter (the file name resembles `node_exporter-<xxxx>-amd64`).
131131
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 included node_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.
133133
1. Verify that the Prometheus endpoint is reachable from the subnet that you provided when you created the Azure Monitor for SAP solutions resource.
134134
135135
## Suggestion

0 commit comments

Comments
 (0)