$('a[name]').remove(); $('#ic-homepage__footer').before('
'); $("#tabs").tabs({ selected: 1 }); $("#ic-homepage__ic-tips").append( quickTipHTML() ); unhideOneProductTip(); $("#ic-homepage__product-tips").wrapInner('
'); $("#ic-homepage__feed-tips").wrapInner('
'); });
IBM Tivoli Monitoring > Version 6.3 > User's Guides > Agent Builder User's Guide > Attributes reference IBM Tivoli Monitoring, Version 6.3
JMX Event attribute groups
JMX event attribute groups are used to receive notifications from an MBean server.
These attribute groups are non-event based attribute groups and are generated with the following attributes that can be edited by the agent developer.
The following list contains information about each attribute in the JMX Event Attribute Groups:
- Node attribute - This attribute is a key attribute
- Description
- The managed system name of the agent
- Type
- String
- Names
- Attribute name
- Node
- Column name
- ORIGINNODE
- Timestamp attribute
- Description
- The local time at the agent when the data was collected
- Type
- Time
- Names
- Attribute name
- Timestamp
- Column name
- TIMESTAMP
- Type attribute
- Description
- The notification type
- Type
- String
- Names
- Attribute name
- Type
- Column name
- TYPE
- Source attribute
- Description
- The MBean that caused the notification to be sent
- Type
- String
- Names
- Attribute name
- Source
- Column name
- SOURCE
- Sequence Number attribute
- Description
- The sequence number from the notification object
- Type
- String
- Names
- Attribute name
- Sequence_Number
- Column name
- SEQUENCE_N
- Message attribute
- Description
- The notification message
- Type
- String
- Names
- Attribute name
- Message
- Column name
- MESSAGE
- User Data attribute
- Description
- The user data object from the notification
- Type
- String
- Names
- Attribute name
- User_Data
- Column name
- USER_DATA
Parent topic:
Attributes reference