Skip to content

Commit 1418d69

Browse files
author
akarshprabhu
committed
Fixed HA prov port number
1 parent d4e2fe5 commit 1418d69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/sap/monitor/provider-ha-pacemaker-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,11 +45,11 @@ For SUSE-based Pacemaker clusters, Please follow below steps to install in each
4545
sudo systemctl enable prometheus-ha_cluster_exporter
4646
```
4747

48-
1. Data is then collected in the system by ha_cluster_exporter. You can export the data via URL `http://<ip address of the server>:9644/metrics`.
48+
1. Data is then collected in the system by ha_cluster_exporter. You can export the data via URL `http://<ip address of the server>:9664/metrics`.
4949
To check if the metrics are fetched via URL on the server where the ha_cluster_exporter is installed, Run below command on the server.
5050

5151
```bash
52-
curl http://localhost:9644/metrics
52+
curl http://localhost:9664/metrics
5353
```
5454

5555
For RHEL-based clusters, install **performance co-pilot (PCP)** and the **pcp-pmda-hacluster** subpackage in each node. For more information, see the [PCP HACLUSTER agent installation guide](https://access.redhat.com/articles/6139852). Supported RHEL versions include 8.2, 8.4, and later versions.

0 commit comments

Comments
 (0)