Administrator Server Monitoring Service Notification Server

The monitoring service is an ActiveMatrix application that aggregates performance data from runtime object, that is, TIBCO Host instances and nodes. TIBCO Configuration Tool deploys the monitoring service application on the SystemNode node, which is the node that runs the Administrator server.

Field Description
Use ActiveMatrix Administrator Notification Server Select if you want the monitoring service to use the same notification server as the Administrator server. If cleared, the wizard allows you to configure the monitoring service explicitly.

Default: Selected.

As part of configuration, set up the notification and messaging bus server.To use SSL, see Secure Communication Channels. To enable SSL communications, see SSL Requirements.

Field Description
Machine Name Port List Comma-separated list of machinename:port addresses for a TIBCO Enterprise Message Service server.

Default: machinename:port, where machinename is the host on which TIBCO Configuration Tool is being executed and port is 7222. The default machinename:port is tcp://hostname:7222. If the the Enterprise Message Service server is SSL enabled, the hostname will be ssl://hostname:7222.

Username Username for the TIBCO Enterprise Message Service server. The user must have administrator privileges in the TIBCO Enterprise Message Service server. If the user does not have administrator privileges, configure your TIBCO Enterprise Message Service server as described in Configuring TIBCO Enterprise Message Service Servers for Non-Admin Users.

Default: admin.

Password Password for the TIBCO Enterprise Message Service user.

Default: None.

TIBCO Enterprise Message Service server is SSL enabled Select to enable the database server for SSL. When checked, the SSL Keystore Configuration fields are enabled.

Default: Cleared.

Note: This is an example of a scenario when the TIBCO Enterprise Message Service server is SSL enabled. In this example, Enterprise Message Service server is configured with SSL for GenericConnectionFactory. Edit the factories.conf and include the following:
[GenericConnectionFactory]
type = generic
url = ssl://7243
ssl_verify_host = enabled
ssl_trusted = EMS_HOME/6.3/samples/certs/server_root_cert.pem
In the tibemsd.conf, include the following:
listen = ssl://7243
authorization = enabled
ssl_server_identity = EMS_HOME/6.3/samples/certs/server.cert.pem
ssl_server_key = EMS_HOME/6.3/samples/certs/server.key.pem
ssl_password = password
ssl_server_trusted = EMS_HOME/6.3/samples/certs/server_root.cert.pem
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.