Elements
The probe breaks event data down into tokens and parses them into elements. Elements are used to assign values to ObjectServer fields; the field values contain the event details in a form that the ObjectServer understands.
The following table describes the elements that the probe generates. Not all the elements described are generated for each event. The elements that the probe generates depends on the event type.
Element name |
Element description |
---|---|
$Event_Date |
This element displays the date of the event
in the format If the Y2K property
is set to true, the date is displayed in the format |
$Event_Time |
This element displays the time of the event
in the format |
$Subsystem_ID |
This element displays the subsystem identifier. For
example: |
$System |
This element displays the name of the system generating the alarm. For example: |
$Unique_ID |
This element contains the unique identifier of the alarm. |
$DetailsLine |
This element contains a detailed description of the alarm. This is a concatenation of $token5 to $tokenn inclusive, where n is an integer greater than 5. |