Process Monitoring: Close Alert Write Action

Microsoft.Windows.Server.10.0.CloseAlertWriteAction (WriteActionModuleType)

Close alert write action.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeMicrosoft.Windows.Server.10.0.ProcessAlertData.Type

Source Code:

<WriteActionModuleType ID="Microsoft.Windows.Server.10.0.CloseAlertWriteAction" Accessibility="Public" Batching="true">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="TimeoutSeconds" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="RuleId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Metric" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Managed>
<Assembly>Microsoft.Windows.Server.2016.Modules.Assembly</Assembly>
<Type>Microsoft.Windows.Server.Modules.Monitoring.CloseAlertWA</Type>
</Managed>
</ModuleImplementation>
<InputType>Microsoft.Windows.Server.10.0.ProcessAlertData.Type</InputType>
</WriteActionModuleType>