Configuring the collation.properties file entries
This topic lists the collation.properties file entries that the sensor uses.
- com.collation.discover.agent.SLDServerAgent.connectionTimeout=30
- The default value is 30, which means 30
seconds. The value must be an integer.
This property specifies the maximum amount of time (in seconds) to wait for the initial SLD connection test.
Connection timeouts are recorded in the DiscoveryManager.log file. If these timeouts occur, increase the value of this property.
The property can be scoped to a specific host name or IP address, as shown in the following examples:com.collation.discover.agent.SLDServerAgent.connectionTimeout.Linux.1.2.3.4=60
com.collation.discover.agent.SLDServerAgent.connectionTimeout.SunOS=45
- com.collation.platform.os.ignoreLoopbackProcesses=true
- The default value is true, which means
that the processes that are listening on loopback interfaces are ignored.
Therefore, if a server is listening only on the loopback IP address
(127.0.0.1), and not on any other externally available IP address,
that server will not be discovered.
This property controls the discovery of external IP addresses.
If the value of this property is set to false, all processes with listening ports are considered for discovery.
You must set this property to true if you want to discover an Oracle Application Server or the WebLogic sensors. For example, if the WeblogicServerVersionSensor sensor tries to start using a local host address, this property must be set to true.
- com.collation.discover.agent.SLD.PoolSize
- This property specifies the maximum number of connection pools to be maintained alive to an SLD server. These connections can be reused for additional requests. The default value is 16.
- com.collation.sudoCommand
- This property specifies the sudo command name. The default value is sudo.