Skip to content

Commit c375e03

Browse files
rackerchristhe2hill
authored andcommitted
fix: (docs) correct installation script documentation for some exporters
1 parent 611de04 commit c375e03

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed

docs/prometheus-mysql-exporter.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,10 @@ password=$(kubectl --namespace openstack get secret mariadb-monitoring -o jsonpa
2929
Next, install the exporter
3030

3131
``` shell
32-
bin/install-chart.sh prometheus-mysql-exporter
32+
bin/install-prometheus-mysql-exporter.sh
3333
```
3434

35+
!!! note "Helm chart versions are defined in (opt)/genestack/helm-chart-versions.yaml and can be overridden in (etc)/genestack/helm-chart-versions.yaml"
36+
3537
!!! success
3638
If the installation is successful, you should see the exporter pod in the openstack namespace.

docs/prometheus-postgres-exporter.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ PostgresSQL Exporter is used to expose metrics from a running PostgresSQL deploy
1111
Install the PostgresSQL Exporter
1212

1313
``` shell
14-
bin/install-chart.sh prometheus-postgres-exporter
14+
bin/install-prometheus-postgres-exporter.sh
1515
```
16-
16+
!!! note "Helm chart versions are defined in (opt)/genestack/helm-chart-versions.yaml and can be overridden in (etc)/genestack/helm-chart-versions.yaml"
1717
!!! success
1818
If the installation is successful, you should see the exporter pod in the openstack namespace.

docs/prometheus-pushgateway.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@ the OVN backup _CronJob_.
1111

1212

1313
``` shell
14-
bin/install-chart.sh prometheus-pushgateway
14+
bin/install-prometheus-pushgateway.sh
1515
```
16+
!!! note "Helm chart versions are defined in (opt)/genestack/helm-chart-versions.yaml and can be overridden in (etc)/genestack/helm-chart-versions.yaml"
1617

1718
!!! success
1819
If the installation is successful, you should see the prometheus-pushgateway pod running in the prometheus namespace.

0 commit comments

Comments
 (0)