Administrator Server Monitoring Service Database

The monitoring service is an ActiveMatrix application that aggregates performance data from runtime objects. The monitoring service application is deployed on SystemNode, the node that runs the Administrator server.

Field Description
Use ActiveMatrix Administrator Server Database Select to have the monitoring service use the same database as the Administrator server. If cleared, the database fields display and let you configure a non-default database.

Default: Selected.

If you decide to use a non-default database, the wizard prompts you for database details.
Note: Use the default embedded database only during development.
If you are using an external database, see Database Requirements. To enable SSL communications, see Secure Communication Channels and SSL Requirements.
Note: The properties that the wizard sets in the build.properties file depend on the context in which the prompts are displayed. By default, specify the properties for the Administrator Server database and the information is then used for the Notification Service database, the Log Service database, and the Payload Service database. You can, however, overwrite the values for the Notification Service, Log Service, and Payload Service, and you can change them in the build.properties file.
Field Description
Database Driver Driver for the external database:
  • TIBCO enabled JDBC driver for Oracle 10.2.0
  • TIBCO enabled JDBC driver for Oracle 11.1.0
  • TIBCO enabled JDBC driver for Microsoft SQL Server 2.0.0
  • TIBCO enabled JDBC driver for Microsoft SQL Server 3.0.0
  • TIBCO enabled JDBC driver for Microsoft SQL Server 4.0.0
  • TIBCO enable JDBC driver for IBM DB2 4.12.55
  • TIBCO enabled JDBC driver for IBM DB2 2.3.63

Default: JDBC driver provided for HSQL 1.8.400.

Database URL

URL of the external database.

Default: jdbc:hsqldb:hsql://localhost:1234/amx.

Username External database username.

Default: sa.

Password External database password.

Default: None.

Max Connections Maximum number of database connections to allocate.

Default: 30.

Database Server is SSL Enabled Check to enable the database server for SSL. When checked, the SSL Keystore Configuration fields are enabled.

Default: Cleared.

Field Description
Create a Trust Store... Invokes a wizard to import certificates from a server and create the trust store.
Browse Invokes a dialog to navigate to a keystore file.
Keystore Location Location of the keystore.
Keystore Type Type of the keystore: JKS or JCEKS.

Default: JKS.

Keystore Password Password that protects the keystore.