Part VIII. PPEM Configuration Files Reference

This part contains a reference for the following PPEM configuration files:

Important

After making any changes to manager and agent configuration files, the corresponding services must be restarted:

  • For the manager: systemctl restart ppem

  • For the agent: systemctl restart ppem-agent

The following conventions are followed throughout the references:

  • To set time in a human-readable format, the time string type is used. The value can have the following suffixes: h for hours, m for minutes, and s for seconds.

    Example: 2h45m10s.

  • To set a port number, the port type is used. The value range is from 0 to 65535.

  • For parameters that accept a fixed set of values, the enum type is used.

  • Parameters marked as optional can be omitted. Other parameters are required.

  • Parameters marked as not empty cannot 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 manager
ppem-agent.yml — YAML configuration file for the agent
II. Sample Configuration Files
sample-ppem-manager.yml — Sample YAML configuration file for the manager
sample-ppem-agent.yml — Sample YAML configuration file for the agent