Configuring WarehousePG Enterprise Manager
After the initial installation of WarehousePG Enterprise Manager (WEM), use these configuration methods to fine-tune your settings or enable optional observability features.
Modifying settings using the WEM console
Administrators can modify operational parameters directly through the web interface. It's the most efficient way to enable features without interrupting the WEM service.
- Navigate to Management > Settings and select Edit Settings.
- Update the required fields, such as Prometheus URL or Exporter log level.
- Select Save to apply the changes.
Note
Some system parameters are only accessible via the configuration file.
Modifying settings manually
Edit the configuration file directly on the WEM host to edit parameters not exposed in the browser.
Stop the WEM service on the WEM host:
systemctl stop wem
Open
/etc/wem/wem.confand update the required parameters. See Configuring WEM for a list of supported parameters.Restart the WEM service for the changes to take effect:
systemctl start wem
Configuration precedence and overrides
WEM prioritizes settings defined in the host environment over those in the WEM console.
If you define a parameter in the wem.conf file, that value takes precedence. Changes made in the WEM console will not override values set in the configuration file.
If a change you made through the WEM console does not take effect, check the host configuration file for an existing entry.
Could this page be better? Report a problem or suggest an addition!