Skip to content

Commit

Permalink
Merge pull request #5628 from EnterpriseDB/sonotley-patch-1
Browse files Browse the repository at this point in the history
Update registering_agent.mdx
  • Loading branch information
nidhibhammar authored May 16, 2024
2 parents 8154c60 + f689e11 commit 8777189
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_docs/docs/pem/9/registering_agent.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ set PEM_SERVER_PASSWORD=edb
| `--group` | The name of the group in which the agent is displayed. |
| `--team` | The name of the database role on the PEM backend database server with access to the monitored database server. |
| `--owner` | The name of the database user on the PEM backend database server who owns the agent. |
| `--allow_server_restart` | Enable the `allow-server_restart` parameter to allow PEM to restart the monitored server. The default value is `True`. |
| `--allow_server_restart` | Enable the `allow_server_restart` parameter to allow PEM to restart the monitored server. The default value is `True`. |
| `--allow-batch-probes` | Enable the `allow-batch-probes` parameter to allow PEM to run batch probes on this agent. The default value is `False`. |
| `--batch-script-user` | The operating system user to use for executing the batch/shell scripts. The default value is none. The scripts don't execute if you leave this parameter blank or the specified user doesn't exist. |
| `--enable-heartbeat-connection` | Enable the `enable-heartbeat-connection` parameter to create a dedicated heartbeat connection between the PEM agent and server to update the active status. The default value is `False`. |
Expand Down

1 comment on commit 8777189

@github-actions
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.