Commit c42f390e authored by Robert Marshall's avatar Robert Marshall Committed by Achilleas Pipinellis

Clarify postgres exporter documentation

- Make it very clear that the localmachine address must be in the trust
  auth cidr list for postgres exporter to work.

Relates https://gitlab.com/gitlab-org/omnibus-gitlab/issues/3570Signed-off-by: default avatarRobert Marshall <rmarshall@gitlab.com>
parent 08d5661a
......@@ -16,6 +16,11 @@ To enable the postgres exporter:
postgres_exporter['enable'] = true
```
NOTE: **Note:**
If PostgreSQL is configured on a separate node, make sure that the local
address is [listed in `trust_auth_cidr_addresses`](../../high_availability/database.md#network-information) or the
exporter will not be able to connect to the database.
1. Save the file and [reconfigure GitLab][reconfigure] for the changes to
take effect
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment