6.3

Table Of Contents
postgresql.database.name.format Property
This property species the format of the name that the PostgreSQL plug-in assigns to auto-discovered
PostgreSQL Database and vPostgreSQL Database database types.
By default, the name of a PostgreSQL or vPostgreSQL database is Database DatabaseName, where
DatabaseName is the auto-discovered name of the database.
To use a dierent naming convention, dene postgresql.database.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,
Database ${db}
where
postgresql.db is the auto-discovered name of the PostgreSQL or vPostgreSQL database.
Default
By default, the agent.properties le does not include this property.
postgresql.index.name.format Property
This property species the format of the name that the PostgreSQL plug-in assigns to auto-discovered
PostgreSQL Index and vPostgreSQL Index index types.
By default, the name of a PostgreSQL or vPostgreSQL index is Index DatabaseName.Schema.Index,
comprising the following variables
Variable Description
DatabaseName
The auto-discovered name of the database.
Schema
The auto-discovered schema for the database.
Index
The auto-discovered name of the index.
To use a dierent naming convention, dene postgresql.index.name.format. The variable data you use
must be available from the PostgreSQL plug-in.
Use the following syntax to specify the default index name assigned by the plug-in,
Index ${db}.${schema}.${index}
where
Attribute Description
db
Identies the platform that hosts the PostgreSQL or vPostgreSQL
server.
schema
Identies the schema associated with the table.
index
The index name in PostgreSQL.
Default
By default, the agent.properties le does not include this property.
postgresql.server.name.format Property
This property species the format of the name that the PostgreSQL plug-in assigns to auto-discovered
PostgreSQL and vPostgreSQL server types.
By default, the name of a PostgreSQL or vPostgreSQL server is Host:Port, comprising the following
variables
Chapter 7 Connecting vRealize Operations Manager to Data Sources
VMware, Inc. 63