Skip to content

Commit 765dc43

Browse files
authored
Apply suggestions from code review
Fix typo.
1 parent 7be520e commit 765dc43

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/sap/monitor/provider-linux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ To [enable TLS 1.2 or higher](enable-tls-azure-monitor-sap-solutions.md), follow
8080
1. For **Type**, select **OS (Linux)**.
8181
1. For **Name**, enter a unique name of the provider.
8282
1. (Optional) Select **Enable secure communication**, choose a certificate type.
83-
1. For **Node Exporter Endpoint**, enter `http://IP:9100/metrics`. if default port 9100 is used. If a custom port is used, enter `http://IP:PORT/metrics`. Replace `IP` with the IP address of the Linux host and `PORT` with the custom port number.
83+
1. For **Node Exporter Endpoint**, enter `http://IP:9100/metrics` if default port 9100 is used. If a custom port is used, enter `http://IP:PORT/metrics`. Replace `IP` with the IP address of the Linux host and `PORT` with the custom port number.
8484
1. For the IP address, use the private IP address of the Linux host. Make sure the host and Azure Monitor for SAP solutions resource are in the same virtual network.
8585
1. Open firewall port 9100 on the Linux host.
8686
1. If you're using `firewall-cmd`, run `_firewall-cmd_ _--permanent_ _--add-port=9100/tcp_ ` and then run `_firewall-cmd_ _--reload_`.

0 commit comments

Comments
 (0)