Generic Event Data Mapper

Microsoft.SystemCenter.CM.EventMapperPA (ProbeActionModuleType)

This probe-action module can be used to map any data item to event data based on configuration.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData
OutputTypeMicrosoft.SystemCenter.Event.LinkedData

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter.CM.EventMapperPA" Accessibility="Public">
<Configuration>
<IncludeSchemaTypes>
<SchemaType>Microsoft.SystemCenter.CM.EventMapperConfiguration</SchemaType>
</IncludeSchemaTypes>
<xsd:element name="Event" type="EventMapperConfigType"/>
</Configuration>
<ModuleImplementation>
<Managed>
<Assembly>Microsoft.Mom.Modules.ClientMonitoring</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.Modules.ClientMonitoring.EventMapperModule</Type>
</Managed>
</ModuleImplementation>
<OutputType>SC!Microsoft.SystemCenter.Event.LinkedData</OutputType>
<InputType>System!System.BaseData</InputType>
</ProbeActionModuleType>