Skip to content

Commit 08e38a5

Browse files
committed
fixed correctness scores
1 parent 4ef89f4 commit 08e38a5

File tree

4 files changed

+111
-112
lines changed

4 files changed

+111
-112
lines changed

articles/sap/monitor/provider-linux.md

Lines changed: 3 additions & 3 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
@@ -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)