FSM-Monitor-Event
The FSM-Monitor-Event activity monitors system events.
Input parameters
The following table lists the input parameters that can be used with the FSM-Monitor-Event activity.
Example
<span className="keyword cmdname">FSM-Monitor-Event</span> System, [AdditionalSystemID], EventType
Parameter | Description | Example value |
---|---|---|
EventType | The following list contains predefined event types based on the event filters in the FSM using the lsevtfltr command:
Note This is not the complete list of event filters. | Critical Events |
System |
| (9.115.252.102, server, 0x3243f) |
AdditionalSystemID |
| 0x1036, 0x156d |
Published data
The following table lists the published data parameters that can be used with the FSM-Monitor-Event activity.
Example
[Array]EventID<int>, GenerateDate<String>, ComponentCategory<String>,
ComponentType<String>, ConditionType<String>, ConditionValue<String>,
Mode<Enum>, Severity<Enum>, ResourceOID<String>, EventText<String>,
EventDetails<String>
Parameter | Description | Example value |
---|---|---|
EventID | A unique value must be used for an event to be used as REST URI identifier. | 1809 |
EventText | The text description of the event. | This is a critical event. |
Severity | Indicates the severity level of an event. A severity value of 6-255 indicates that the severity level was not specified. Valid severity level values are:
| Critical |
SystemID | The identifier for the resource in hexadecimal format. | 0x1306 |
Mode | Indicates the mode. Mode values:
| ALERT |
GenerateDate | The date and time that the information was generated. | 9/25/2013 2:10:07 AM |
ComponentCategory | Identifies the category of the component in the data model that this event applies to. Example Managed Resource.Managed System Resource.Logical Resource.System | Managed Resource.Managed System Resource.Logical Resource.System |
ComponentType | Identifies the type of component in the data model that this event applies to. Example Managed Resource.Managed System Resource.Logical Resource.System | System |
ComponentInstance | The component instance that this event is associated with, in other words, the event target. | 0x1306 |
ConditionType | The condition being signaled by the event. Condition types are specific to the type of event. | User ID Session |
ConditionValue | The value of the condition being signaled by the event. Example A | User ID Logged Off |
Give feedback