Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions product_docs/docs/pem/10/registering_agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,13 @@ The following are some advanced options for PEM agent registration.

Each registered PEM agent must have a unique agent ID. The value `max(id)+1` is assigned to each agent ID unless a value is provided using the `-o` options as shown [in these examples](#overriding-default-configurations---examples).

### Setting other agent configuration parameters

The `-o` command line option allows you to override other agent configuration parameters during registration. For the complete list of these configuration parameters please refer to [this page](/pem/latest/managing_pem_agent/modifying_agent_configuration/).

### Overriding default configurations - examples

This example shows how to register the PEM agent and override the default configurations.
These examples show how to register the PEM agent and override the default configurations.

#### Setting the agent ID

Expand Down Expand Up @@ -259,4 +263,4 @@ To use a non-root user account to register a PEM agent, you must first install t
!!! Note
- Any probes and jobs that require root permission or access to a file owned by another user (for example, enterprisedb) fail.
- If you move the `agent.cfg` file from its default location to another, the PEM dashboard might display the agent status as `unknown`. See [Troubleshooting agent issues](troubleshooting_agent/#updating-configuration-file-path-agent-status-displaying-as-unknown) for more information.


Loading