Alert Updater Write Action

Microsoft.SystemCenter.AlertUpdateWriter (WriteActionModuleType)

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsMicrosoft.SystemCenter.DatabaseWriteActionAccount
InputTypeSystem.Health.AlertUpdateData
Commentstores the monitor health state change alerts in OpsMgr DB

Source Code:

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