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
+4-20Lines changed: 4 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -24,7 +24,7 @@ In this how-to guide, you learn how to create a Linux operating system (OS) prov
24
24
- 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.
25
25
- Default port **9100** or custom port that is configured for node exporter should be open and listening on the Linux host.
26
26
27
-
## Install node exporter on Linux
27
+
## Set up the node exporter using a script
28
28
29
29
1. 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.
30
30
For example, https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gz
@@ -37,36 +37,20 @@ For example, https://github.com/prometheus/node_exporter/releases/download/v1.6.
The node exporter now starts collecting data. You can export the data at `http://<ip>:9100/metrics`.
49
46
50
-
## Set up the node exporter using a script
51
-
52
-
```bash
53
-
# To get the latest node exporter version from: https://prometheus.io/download/#node_exporter
54
-
# Right-click on the linux node exporter version and copy the link address which will be used in the below command. For example - https://github.com/prometheus/node_exporter/releases/download/v1.6.1/node_exporter-1.6.1.linux-amd64.tar.gz
55
-
# Change to the directory where you want to install the node exporter.
0 commit comments