From f689e11e4eac4187495c2ccbad73b42e94eb585e Mon Sep 17 00:00:00 2001 From: Simon Notley <43099400+sonotley@users.noreply.github.com> Date: Thu, 16 May 2024 13:20:55 +0100 Subject: [PATCH] Update registering_agent.mdx Dash should be underscore (yes that parameter doesn't match the rest...) --- product_docs/docs/pem/9/registering_agent.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/product_docs/docs/pem/9/registering_agent.mdx b/product_docs/docs/pem/9/registering_agent.mdx index 3d0e6fefe30..b479155dbd3 100644 --- a/product_docs/docs/pem/9/registering_agent.mdx +++ b/product_docs/docs/pem/9/registering_agent.mdx @@ -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`. |