Skip to content

Commit 483a62d

Browse files
authored
Merge pull request #231958 from M2skills/momakhij/doc_update
Added Networking change for Custom DNS and Netweaver doc change.
2 parents 34994c3 + 38d6e56 commit 483a62d

File tree

4 files changed

+114
-109
lines changed

4 files changed

+114
-109
lines changed
49.2 KB
Loading

articles/sap/monitor/provider-linux.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ To install the node exporter on Linux:
3535

3636
1. The node exporter now starts collecting data. You can export the data at `http://IP:9100/metrics`.
3737

38-
## Script to setup Node Exporter
38+
## Script to set up Node Exporter
3939

4040
```shell
4141
# To get the latest node exporter version from: https://prometheus.io/download/#node_exporter
@@ -52,7 +52,7 @@ else
5252
fi
5353

5454
cd node_exporter-*.*-amd64
55-
nohup ./node_expoprter --web.listen-address=":9100" &
55+
nohup ./node_exporter --web.listen-address=":9100" &
5656
```
5757

5858
## Prerequisites to enable secure communication
@@ -94,15 +94,15 @@ When the provider settings validation operation fails with the code ‘Prometheu
9494
1. Try to restart the node exporter agent:
9595
1. Go to the folder where you installed the node exporter (the file name resembles `node_exporter-*.*-amd64`).
9696
1. Run `./node_exporter`.
97-
1. Adding nohup and & to aboe command decouples the node_exporter from linux machine commandline. If not included node_exporter would stop when the commandline is closed.
97+
1. 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.
9898
1. Verify that the Prometheus endpoint is reachable from the subnet that you provided while creating the Azure Monitor for SAP solutions resource.
9999

100100
## Suggestions
101101

102102
### Enabling Node Exporter
103103

104104
1. Run `nohup ./node_exporter &` command to enable node_exporter.
105-
1. Adding nohup and & to aboe command decouples the node_exporter from linux machine commandline. If not included node_exporter would stop when the commandline is closed.
105+
1. 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.
106106

107107
### Setting up cron job to start Node exporter on VM restart
108108

0 commit comments

Comments
 (0)