The External Monitoring Interface may replace the older SNMP-based monitoring technology. The EMI is based on the JMX technology, providing MBeans for all concerned components of the AE system.
The External Monitoring Interface (EMI) is a tool which is used for monitoring the technical status of the AE. The EMI is based on the JMX protocol. JMX is a Java technology that supplies tools for managing and monitoring applications, system objects, devices and service-oriented networks.
The main idea for this JMX based solution is its possible use as a standalone application (monitoring can be done with each JMX based client, for example with Java Mission Control - the free JMX console) or integration into existing monitoring environments, that support JMX (for example HP-OpenView or IBM Tivoli).
Automic strongly recommends using this JMX-based monitoring solution instead of the older SNMP-based monitoring. JMX represents state-of-the-art technology, enabling easy integration with existent monitoring solutions. In addition, JMX has the following advantages upon SNMP:
JMX: The Java Management Extension, a set of specifications for application and network management in the Java development and application environment.
MBean: JMX facilitates the centralized management of managed objects (called MBeans), which acts as Java wrappers for applications, services, components and devices in a distributed network.
MBean Server: The spine of the JMX architectural frame, allowing server components to plug in and discover all manageable objects.
The EMI solution gathers information from the AE system and makes it available to JMX clients via Java Beans. As the MBeans only represent information from the AE system, these contents (the MBeans) are write protected. The original state and information can only be modified within the AE system.
The EMI utilizes two types of monitoring - active and proactive:
On start, the EMI solution connects to an AE system and logs on to a defined client with a defined user. Once connected, EMI exports certain information from the AE system for monitoring purposes.
A monitoring solution based on EMI allows to monitor selected components of the AE's System Overview (for example Usage, Clients, Automation Engine, Queues, Users, etc.) as well as activities and messages (errors and warnings).
Components (MBeans) are grouped with so-called side names, e.g., all Agents are grouped in the side "Agents", all users are grouped in the side "Users".
For each side name an additional so-called controlling MBean exists having the same name as the side. These controlling MBeans are not associated to a side name. They provide general information for the groups, such as the name of the side they are associated with, the number of elements provided in a side or the polling interval used for the side. E.g., the controlling MBean "Agents" (which has no side name itself) provides additional information for all elements grouped by the side name "Agents".
Additional controlling MBeans are dedicated to the status of the EMI itself and the MessageBox (send notifications only), where MessageBox represents the Message Window in the UserInterface of the AE.
This image shows the MBean content displayed in Java Mission Control:
Messages shown in the message window can be subscribed to with the controlling MBean "MessageBox". In the Java Mission Control Center this can be done by checking the 'Subscribe' check box in the "Notification" tab. Notifications are listed below.
Each Notification is a single message sent from the AE. It is a record containing the time stamp, severity type, the message sequence number, and the message text itself.
The record also contains in the field User Data the raw data of the message: the message sequence number and its so-called insertion texts, whereas the message number identifies the message text in the MSL file and the insertion texts are used for the placeholders in the message text.
The :SEND_MSG command generates messages in the AE, which are broadcast to the MessageBox MBean as Notification. Thus, these messages can be monitored via the EMI as well.
Monitoring of activities optionally can be enabled in the configurationA set of constituent components that make up a system. This includes information on how the components are connected including the settings applied. file with the parameter tasks=. If this parameter is set to zero, activities are not monitored. If this parameter is greater than zero, it specifies an interval where tasks are monitored . Only tasks matching the tasks filter criteria are considered. The task filter criteria are provided in the TASKS section in the configuration file. For example, if tasks=20, every 20 seconds the MBeans for each activities matching the filter criteria provided in the TASKS section of the configuration file are updated.
When the connection to the AE system is lost, the EMI solution automatically tries to reconnect to the AE system selecting one of the available communication processes.
The EMI solution is delivered with the files you need for installation and configuration.
You will find these files in the directory: IMAGE:MONITORING
AgentBean - represents the Agent object on the system
CacheBean - represents the statistics information for a single system cache instance
ClientBean - represents the monitored client ( With one instance of the EMI one AE client can be monitored at a time)
CollectionBean - describes several MBeans registered as one group on the MBeanServer. For example, Users represents a collection of UserBeans.
EMIBean - describes the status of the EMI solution, provides information about the connection and the connection status and displays this information in its Notification tab.
DatabaseBean - represents the DB information used in an AE system. The Mbean instance will have the same name as the DB on the DB system.
LicenceBean - represents the instance of a single license in the System Overview
MQEntryBean - represents a single message queue table used by the AE for message flow. The attributes of this Mbean can be used for the basic KPI of the AE.
QueueBean - represents the Queue object
ServerBean - represents an AE Server instance, equivalent to the Automation Engine entry in the System Overview
WorkloadBean - describes one row in the System Workload Table
UserBean - represents an instance of one user present in the AE system
1. |
Installation of files |
---|
2. |
Starting the EMI Solution |
---|
java -jar emi.jar [path/to/ini/file/emi.ini]
See also:
External Monitoring Interface Configuration