6.3

Table Of Contents
Variable Description
Host
The FQDN of the platform that hosts the server.
Port
The PostgreSQL listen port.
To use a dierent naming convention, dene postgresql.server.name.format. The variable data you use
must be available from the PostgreSQL plug-in.
Use the following syntax to specify the default server name assigned by the plug-in,
${postgresql.host}:${postgresql.port}
where
Attribute Description
postgresql.host
Identies the FQDN of the hosting platform.
postgresql.port
Identies the database listen port.
Default
By default, the agent.properties le does not include this property.
postgresql.table.name.format Property
This property species the format of the name that the PostgreSQL plug-in assigns to auto-discovered
PostgreSQL Table and vPostgreSQL Table table types.
By default, the name of a PostgreSQL or vPostgreSQL table is Table DatabaseName.Schema.Table,
comprising the following variables
Variable Description
DatabaseName
The auto-discovered name of the database.
Schema
The auto-discovered schema for the database.
Table
The auto-discovered name of the table.
To use a dierent naming convention, dene postgresql.table.name.format. The variable data you use
must be available from the PostgreSQL plug-in.
Use the following syntax to specify the default table name assigned by the plug-in,
Table ${db}.${schema}.${table}
where
Attribute Description
db
Identies the platform that hosts the PostgreSQL or vPostgreSQL
server.
schema
Identies the schema associated with the table.
table
The table name in PostgreSQL.
Default
By default, the agent.properties le does not include this property.
vRealize Operations Manager vApp Deployment and Configuration Guide
64 VMware, Inc.