Skip to content

Commit

Permalink
docs: update build file. clarify access to rpms via portal
Browse files Browse the repository at this point in the history
  • Loading branch information
keithf4 committed Feb 22, 2024
1 parent 39de0cd commit 744b4d5
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
3 changes: 1 addition & 2 deletions build/packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,9 +121,8 @@ packages:
- { target: "/etc/sql_exporter", type: "folder", mode: "0755", owner: "root", group: "root" }
upstream_repo: "https://github.com/burningalchemist/sql_exporter"

# Double-hash (##) stands for PostgreSQL major version. Version matches between pkg_name and dependency package
# If postgres_exporter is dropped, move pgbackrest-info and pgmonitor.conf to sql_exporter folder
- sql-exporter-pg##-extras:
- sql-exporter-extras:
files:
- { source: "sql_exporter/common/crunchy_backrest_collector.yml", target: "/etc/sql_exporter/crunchy_backrest_collector.yml", mode: "0640", type: "file", rpm_new: false, owner: "ccp_monitoring", group: "ccp_monitoring" }
- { source: "sql_exporter/common/crunchy_bloat_check_collector.yml", target: "/etc/sql_exporter/crunchy_bloat_check_collector.yml", mode: "0640", type: "file", rpm_new: false, owner: "ccp_monitoring", group: "ccp_monitoring" }
Expand Down
4 changes: 3 additions & 1 deletion hugo/content/exporter/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ The Linux instructions below use RHEL, but any Linux-based system should work. [

### RPM installs {#rpm-installs}

The following RPM packages are available to [Crunchy Data](https://www.crunchydata.com) customers through the [Crunchy Customer Portal](https://access.crunchydata.com/). *After installing via these packages, continue reading at the [Setup](#setup) section.*
The following RPM packages are available to [Crunchy Data](https://www.crunchydata.com) customers through the [Crunchy Customer Portal](https://access.crunchydata.com/). To access the pgMonitor packages, please follow the same instructions for setting up access to the Crunchy Postgres packages.

After installing via these packages, continue reading at the [Setup](#setup) section.

##### Available Packages

Expand Down
4 changes: 1 addition & 3 deletions hugo/content/grafana/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ draft: false
weight: 3
---

There are RPM packages available to [Crunchy Data](https://www.crunchydata.com) customers through the [Crunchy Customer Portal](https://access.crunchydata.com/). Otherwise the Grafana RPM Package can be downloaded and installed from https://grafana.com/grafana/download. There is no difference between the Crunchy provided package and the one directly from Grafana.

- [Included Dashboards](#dashboards)
- [Installation](#installation)
- [Linux](#linux)
Expand Down Expand Up @@ -43,7 +41,7 @@ pgMonitor comes with several dashboards ready to be used with automatic provisio

#### With RPM Packages

There are RPM packages available to [Crunchy Data](https://www.crunchydata.com) customers through the [Crunchy Customer Portal](https://access.crunchydata.com/).
There are RPM packages available to [Crunchy Data](https://www.crunchydata.com) customers through the [Crunchy Customer Portal](https://access.crunchydata.com/). To access the pgMonitor packages, please follow the same instructions for setting up access to the Crunchy Postgres packages.

If you install the below available packages with RPM, you can continue reading at the [Setup](#setup) section.

Expand Down
2 changes: 1 addition & 1 deletion hugo/content/prometheus/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Prometheus can be set up on any Linux-based system, but pgMonitor currently only

#### With RPM Packages

There are RPM packages available to [Crunchy Data](https://www.crunchydata.com) customers through the [Crunchy Customer Portal](https://access.crunchydata.com/).
There are RPM packages available to [Crunchy Data](https://www.crunchydata.com) customers through the [Crunchy Customer Portal](https://access.crunchydata.com/). To access the pgMonitor packages, please follow the same instructions for setting up access to the Crunchy Postgres packages.

After installing via these RPMs, you can continue reading at the [Setup](#setup) section.

Expand Down

0 comments on commit 744b4d5

Please sign in to comment.