Entity Health State Change Write Action

Microsoft.SystemCenter.EntityHealthStateChangeWriter (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
InputTypeSystem.Health.EntityStateChangeData
Commentstores the entity health state change events in OpsMgr DB

Source Code:

<WriteActionModuleType ID="Microsoft.SystemCenter.EntityHealthStateChangeWriter" Comment="stores the entity health state change events in OpsMgr DB" Accessibility="Public" RunAs="Microsoft.SystemCenter.DatabaseWriteActionAccount" Batching="false">
<Configuration/>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Res.Microsoft.SystemCenter.EntityHealthStateChangeWriter</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.DatabaseWriteModules.StateChangeWriteModule</Type>
</Managed>
</ModuleImplementation>
<InputType>Health!System.Health.EntityStateChangeData</InputType>
</WriteActionModuleType>