Configuring the collation.properties file entries

This topic lists the collation.properties file entries that the WebLogic SSH sensor uses.

com.collation.discover.agent.WeblogicSensor.UseDomainForClusterName=false
This property is used to customize the displayName attribute for Weblogic clusters. By default, displayName is set by using WeblogicCluster name. Two Weblogic clusters can have the same name, but they can belong to different Weblogic domains. In such cases, the customization is necessary.
When this property is set to true, the ObjectDisplayNameAgent recalculates the displayName attribute for WeblogicCluster to incorporate the name of its WeblogicDomain. For example, if WeblogicDomain is webl-dom-dr.mycompany.com:9111, and the cluster is webl_c1, the displayName for this cluster is webl-dom-dr.mycompany.com:9111:webl_c1.
The default value of this property is false.
After you change the value of the property, you must restart Agile Service Manager.