Skip to content

Commit

Permalink
Update product_docs/docs/pem/9/registering_database_server.mdx
Browse files Browse the repository at this point in the history
  • Loading branch information
sonotley authored Nov 13, 2024
1 parent ae77d22 commit a83fe6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion product_docs/docs/pem/9/registering_database_server.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Append command line options to the command string when invoking the pemworker ut
| Option                           | Description |
| ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `--pem-user` | Specifies the name of the PEM administrative user (must have the pem_admin role) on the PEM server to use to write the server details to the PEM database. Required. |
| `--pem-port` | Specifies the port on which to connect to the PEM server when writing the server details to the PEM database. Optional, defaults to the value of `--pem-port` set during agent registration (PEM 9.8 or newer, only). Otherwise defaults to 5432. |
| `--pem-port` | Specifies the port on which to connect to the PEM server when writing the server details to the PEM database. Optional, defaults to the value of `--pem-port` set during agent registration (PEM 9.8 or newer only). Otherwise defaults to 5432. |
| **Server parameters** | These parameters are used to populate the connection properties in the PEM web application. They're used when a user connects from the PEM web application to the monitored server. They're also used for connections from the agent to the monitored server unless overridden by Agent Server Binding parameters (see the **Agent-server binding parameters** in this table). |
| `--server-addr` | Specifies the IP address or fully qualified domain name of the monitored server. On Linux systems, you can leave the address field blank to use the default PostgreSQL Unix Domain Socket on the local machine. Or you can set it to an alternative path containing a PostgreSQL socket. If you enter a path, the path must begin with a forward slash (/). Required. |
| `--server-port` | Specifies the port number of the monitored server. Required. |
Expand Down

0 comments on commit a83fe6b

Please sign in to comment.