From af8a668100a84a744448173302f955a11b6ef2a9 Mon Sep 17 00:00:00 2001 From: Josh Heyer <63653723+josh-heyer@users.noreply.github.com> Date: Thu, 18 Mar 2021 16:03:03 -0600 Subject: [PATCH] Indent body of admonition Also use real headers instead of bold text. Fixes #1089 --- .../02_pem_hardware_software_requirements.mdx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/product_docs/docs/pem/8.0/pem_inst_guide_linux/02_pem_hardware_software_requirements.mdx b/product_docs/docs/pem/8.0/pem_inst_guide_linux/02_pem_hardware_software_requirements.mdx index 63fdc075262..fae873150f6 100644 --- a/product_docs/docs/pem/8.0/pem_inst_guide_linux/02_pem_hardware_software_requirements.mdx +++ b/product_docs/docs/pem/8.0/pem_inst_guide_linux/02_pem_hardware_software_requirements.mdx @@ -18,16 +18,16 @@ Additional disk space is required for data storage. Please note that resource us ## Software Prerequisites -**Platforms and Versions Support** +### Platforms and Versions Support For information about the platforms and versions supported by PEM, visit the EnterpriseDB website at: !!! note Please note: -PEM 8.0 is no longer supported on CentOS/RHEL/OEL 6.x platforms. It is strongly recommended that EDB products running on these platforms be migrated to a supported platform. + PEM 8.0 is no longer supported on CentOS/RHEL/OEL 6.x platforms. It is strongly recommended that EDB products running on these platforms be migrated to a supported platform. -**Modifying the pg_hba.conf File** +### Modifying the pg_hba.conf File The `pg_hba.conf` file manages connections for the Postgres server. You must ensure that the `pg_hba.conf` file on each monitored server allows connections from the PEM server, the monitoring PEM Agent, and the host of the PEM-HTTPD server. @@ -39,10 +39,10 @@ Information about managing authentication is also available in the Postgres core -**Firewall Restrictions** +### Firewall Restrictions Please note that you must adjust your firewall to allow communication between PEM components. -**Supported Locales** +### Supported Locales Currently, the PEM server and web interface support a locale of `English(US) en_US` and use of a period (.) as a language separator character. Using an alternate locale, or a separator character other than a period may result in errors.