This section describes the different properties that you can use in the STR to configure ECs.
...
Database Properties
Property | Description | ||
---|---|---|---|
max.cached.prepared.statements | Default value: If you want to change the number of preparedStatements that are cached between connections, you can use this property to specify a different number than the default.
| ||
connectionpool.strict.pool.size | Default value: If you enable this property, the database pool enables the Blocking Queue implementation where there is a strict restriction to the maximum number of connections.
This property is general for all supported databases. It is enabled per each EC separately. If enabled the connection pool for the particular EC have a strict maximum limit. The maximum limit can be set in the Database profile agents Properties tab. For more information on this tab, refer to the Database Profile. | ||
connectionpool.wait.timeout.milliseconds | Default value:
This property is used to configure the amount of time a thread should remain in the blocked queue until it tries for a new connection. If a connection is made available before this time, the thread's waiting time is interrupted. |
...
Proxy Properties
Property | Description |
---|---|
http.proxyHost | The proxy host that routes HTTP traffic |
http.proxyPort | The proxy port for routing HTTP traffic. Default value: 80 |
http.proxyUser | The username, if Basic Authentication is required for proxy handling HTTP traffic |
http.proxyPassword | The password, if Basic authentication is required for proxy handling HTTP traffic. The password can be plain-text or encrypted using the mzsh encryptpassword <password> command. |
https.proxyHost | The proxy host that routes HTTPS traffic |
https.proxyPort | The proxy port for routing HTTPS traffic. Default value: 443 |
https.proxyUser | The username, if Basic Authentication is required for proxy handling HTTPS traffic |
https.proxyPassword | The password, if Basic authentication is required for proxy handling HTTPS traffic. The password can be plain-text or encrypted using the mzsh encryptpassword <password> command. |
http.nonProxyHosts | Indicates the hosts that should be accessed without going through the proxy. Typically, this defines internal hosts. The value of this property is a list of hosts, separated by the '|' character. Additionally, the wildcard character '*' can be used for pattern matching. For example, http.nonProxyHosts="*.foo.com|localhost" will indicate that every host in the http://foo.com domain and the localhost should be accessed directly even when a proxy server is already specified. |
...
SNMP Properties
Property | Description | ||
---|---|---|---|
snmp.auth.proto.maxCompatibility | Default value: Due to security risks, SHA-1 and MD5 are by default disabled for SNMPv3. To enable them, set this property to true. This allows compatibility for all authentication algorithms, including SHA-1 and MD5.
|
...