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>Microsoft.Mom.DatabaseWriteModules, Culture="", PublicKeyToken="31bf3856ad364e35", Version="6.0.4900.0"</Assembly>
<Type>Microsoft.EnterpriseManagement.Mom.DatabaseWriteModules.StateChangeWriteModule</Type>
</Managed>
</ModuleImplementation>
<InputType>Health!System.Health.EntityStateChangeData</InputType>
</WriteActionModuleType>