Universal Event Monitor Output
Universal Event Monitor Event Definition
The following table identifies the information that is displayed for a requested Universal Event Monitor event definition.
Field Name |
Description |
---|---|
Event ID |
Event definition identifier. |
Event Type |
Type of system event that the event definition is responsible for detecting and monitoring. The following event types are supported: |
Component Name |
Name of the event-driven Universal Event Monitor Server component to which the event definition is assigned. This is the UEM Server component responsible for monitoring the event. |
Enabled |
Indicates whether the event definition is currently recognized by its assigned UEM Server. |
Active |
Indicates whether the event definition is currently being monitored by its assigned UEM Server. |
Activation Time |
Date and time at which the assigned UEM Server component will begin monitoring this event. |
Inactivation Time |
Date and time at which the assigned UEM Server component will stop monitoring this event. |
Tracking Interval |
Frequency, in seconds, with which UEM will test for the completion of any system occurrence detected for this event. |
Triggered Handler |
ID of a record stored in the event handler database that should be executed whenever the processing state for an occurrence of this event is set to TRIGGERED. |
Expired Handler |
ID of a record stored in the event handler database that should be executed whenever the processing state for this event is set to EXPIRED. |
Rejected Handler |
ID of a record stored in the event handler database that should be executed whenever the processing state for an occurrence of this event is set to REJECTED. |
Handler Options |
Parameters that UEM adds to the command line used to execute the event handler process. The event handler process receives these parameters as command line options. |
Last Modified On |
Date and time the event definition record was last updated. |
Last Modified By |
Name of the user account that last updated the event definition record. |
Event Type-Specific Fields
This section describes the event definition fields that vary depending on the value of the Event Type parameter.
FILE Event Definitions
The following table identifies the fields that are displayed for events with an event type of FILE.
Field Name |
Description |
---|---|
File Specification |
File whose creation should be detected and whose progress should be tracked by UEM. |
Minimum File Size |
Smallest size a file must be before it is considered complete by UEM. |
Rename File |
Indication of whether or not the file will be renamed by UEM whenever the processing state of the tracked event occurrence is set to TRIGGERED. |
Rename Specification |
Format that UEM should use when renaming a file whose event occurrence has been set to the TRIGGERED state. |
Universal Event Monitor Event Definitions List
The following table identifies the items for which values are defined in a Universal Event Monitor Event Definitions list.
Column Name |
Description |
---|---|
EVENT ID |
Event Definition Identifier. |
TYPE |
Type of system event that the event definition is responsible for detecting and monitoring. For a complete list of supported event types, see Event Type in #Universal Event Monitor Event Definition. |
ENABLED |
Indication of whether or not the event definition currently is being processed by its assigned UEM Server. |
ACTIVE |
Indication of whether or not the event definition currently is being monitored by its assigned UEM Server. |
Universal Event Monitor Event Handler
The following table identifies the information displayed for a requested Universal Event Monitor event handler.
Field Name |
Description |
---|---|
Handler ID |
Event Handler Identifier. |
Handler Type |
Process which is executed on behalf of the event handler. The following process types are supported:
|
Max Acceptable Return Code |
Highest value an event handler process may return to still be considered as having executed successfully. |
User ID |
ID of the user account in whose security context the event handler process will be executed. |
Command |
If the value of the Handler Type parameter is CMD, this field shows the command to execute. |
Script Statements |
If the value of the Handler Type parameter is SCRIPT, this field marks the beginning of the system commands that will be executed as a script. |
Script Type |
Type of script statements to execute when the value of the Handler Type parameter is SCRIPT. |
Last Modified On |
Date and time the event handler record was last updated. |
Last Modified By |
Name of the user account that last updated the event handler record. |
Universal Event Monitor Event Handler List
The following table identifies the items for which values are defined in a Universal Event Monitor Event Handlers list.
Column Name |
Description |
---|---|
HANDLER ID |
Event Handler Identifier. |
TYPE |
Describes the process which is executed on behalf of the event handler. For a complete list of supported process types, see Handler Type in #Universal Event Monitor Event Handler. |
Universal Event Monitor Spool List
The following table identifies the items for which values are listed in Universal Event Monitor Spool List.
Column Name |
Description |
---|---|
SERIAL NO |
Sequential number that is assigned to each record as it is added to the database. This number serves to uniquely identify each occurrence of a given event definition. |
EVENT ID |
ID of the event definition responsible for the detection and monitoring of the event occurrence recorded by this spool record. |
PRC STATE |
Processing state of the event occurrence. For a complete list of possible values, see the description of the Processing State parameter, below. |
HANDLER ID |
ID of an event handler executed whenever the processing state of an event or an event occurrence enters the TRIGGERED, REJECTED, or EXPIRED state. |
EXIT CODE |
Value returned by the process executed on behalf of an event handler. |
EXIT STATUS |
Indicates whether the event handler process ended normally or whether it was terminated unexpectedly. |
HANDLER STATUS |
Indicates the outcome of event handler processing. For a list of possible values, see Handler Status in #Universal Event Monitor Spool Record. |
Universal Event Monitor Spool Record
The following table identifies the information displayed for a requested Universal Event Monitor spool record.
Field Name |
Description |
---|---|
Serial No |
Sequential number that is assigned to each record as it is added to the database. This number serves to uniquely identify each occurrence of a given event definition. |
Event ID |
ID of the event definition responsible for the detection and monitoring of the event occurrence recorded by this spool record. |
Component Name |
Name of the event-driven Universal Event Monitor Server component to which the event definition is assigned. This is the UEM Server component responsible for monitoring and processing the event. |
Component Description |
Description of the UEM Server component identified by Component Name. |
Component Version |
Version of the UEM Server component identified by Component Name. |
Component ID |
Value that uniquely identifies the instance of the UEM Server component that processed the event occurrence. |
Event Type |
Type of system event that the event definition is responsible for detecting and monitoring. |
System Object |
System event detected and monitored by the event occurrence. |
Processing State |
Processing state of the event occurrence.
|
Handler ID |
ID of an event handler executed whenever the processing state of an event or an event occurrence enters the TRIGGERED, REJECTED, or EXPIRED state. |
User Command |
Command executed on behalf of the event handler when the Handler Type is CMD. If the Handler Type is SCRIPT, this field contains no value. |
Process ID |
ID of the process executed by UEM on behalf of the event handler. |
User ID |
Name of the user account in whose security context the event handler process was executed. |
Start Time |
Date and time the event handler process started. |
End Time |
Date and time the event handler process ended. |
Exit Code |
Value returned by the event handler process. |
Exit Status |
Indicates whether the event handler process ended normally or whether it terminated unexpectedly. |
Handler Status |
Indicates the outcome of event handler processing.
|
Last Modified On |
Date and time the spool record was last updated. |