Configuration parameters
This article describes the parameters that can be configured for ADPG services via ADCM. To read about the configuring process, refer to the relevant article Installation.
NOTE
Some of the parameters become visible in the ADCM UI after the Advanced flag being set.
|
ADPG
Parameter | Description | Default value |
---|---|---|
Name of default database |
A name of the database created by default. This database is maintained by crontab scripts (garbage collection, transaction wraparound, etc.) |
adpg |
ADPG contrib Extension |
Whether or not to install a set of additional supplied modules for PostgreSQL |
false |
ADPG PostGIS Extension |
Whether or not to install the PostGIS Extension. PostGIS is a spatial database extension for PostgreSQL that allows GIS (Geographic Information Systems) objects to be stored in the database. The PostGIS extension includes support for GiST-based R-Tree spatial indexes and functions for analysis and processing of GIS objects |
false |
Data directory |
Directories that are used to store data on the ADPG hosts |
/pg_data1 |
Sysctl parameters |
Linux kernel parameters that are needed for ADPG. Use the JSON format. Example:
|
|
PG_HBA |
The section for adding lines to the pg_hba.conf file. This file allows to control the client authentication |
— |
NOTE
|
Chrony
Parameter | Description | Default value |
---|---|---|
NTP servers |
Addresses of valid NTP servers. For example, |
— |
Monitoring Clients
Parameter | Description | Default value |
---|---|---|
Protocol |
A transport protocol for sending metrics to the monitoring cluster. Possible values are |
TCP |
Check that all hosts are monitoring |
Whether or not to check if monitoring agents are installed on all ADPG hosts |
true |