Part VIII. PPEM Configuration Files Reference
This part contains a reference for the following PPEM configuration files:
The manager configuration file.
Certain manager configuration parameters can only be specified in this file, not in the web application.
For a sample manager configuration file, refer to
sample-ppem-manager.yml.All the agent configuration parameters must be specified in this file.
For a sample agent configuration file, refer to
sample-ppem-agent.yml.
Important
After making any changes to manager and agent configuration files, the corresponding services must be restarted:
For the manager:
systemctl restart ppemFor the agent:
systemctl restart ppem-agent
The following conventions are followed throughout the references:
To set time in a human-readable format, the
time stringtype is used. The value can have the following suffixes:hfor hours,mfor minutes, andsfor seconds.Example:
2h45m10s.To set a port number, the
porttype is used. The value range is from 0 to 65535.For parameters that accept a fixed set of values, the
enumtype is used.Parameters marked as
optionalcan be omitted. Other parameters are required.Parameters marked as
not emptycannot have empty values.Certain parameters have default values, whereas others do not.
Table of Contents
- I. Configuration Parameters Reference
-
ppem-manager.yml— YAML configuration file for the managerppem-agent.yml— YAML configuration file for the agent
-
- II. Sample Configuration Files
-
sample-ppem-manager.yml— Sample YAML configuration file for the managersample-ppem-agent.yml— Sample YAML configuration file for the agent
-