Generate Alert Write Action

Microsoft.Windows.NetworkLoadBalancing.10.0.GenerateAlert.SuppressByDescription (WriteActionModuleType)

This module implements alert generator with supression for Windows Server 2016 and 1709+ NLB Cluster.

Element properties:

TypeWriteActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
InputTypeSystem.BaseData

Member Modules:

ID Module Type TypeId RunAs 
Filter ConditionDetection System.ExpressionFilter Default
Alert WriteAction Microsoft.Windows.NetworkLoadBalancing.GenerateAlertAction.SuppressedByDescription Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Priorityint$Config/Priority$Priority
Severityint$Config/Severity$Severity
EnableAlertbool$Config/EnableAlert$Alert Generation Enabled

Source Code:

<WriteActionModuleType ID="Microsoft.Windows.NetworkLoadBalancing.10.0.GenerateAlert.SuppressByDescription" Accessibility="Public" Batching="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Priority" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="Severity" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="AlertMessageId" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="EnableAlert" type="xsd:boolean"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Priority" Selector="$Config/Priority$" ParameterType="int"/>
<OverrideableParameter ID="Severity" Selector="$Config/Severity$" ParameterType="int"/>
<OverrideableParameter ID="EnableAlert" Selector="$Config/EnableAlert$" ParameterType="bool"/>
</OverrideableParameters>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ConditionDetection ID="Filter" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="Boolean">$Config/EnableAlert$</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<WriteAction ID="Alert" TypeID="NLBLibrary!Microsoft.Windows.NetworkLoadBalancing.GenerateAlertAction.SuppressedByDescription">
<Priority>$Config/Priority$</Priority>
<Severity>$Config/Severity$</Severity>
<AlertMessageId>$Config/AlertMessageId$</AlertMessageId>
</WriteAction>
</MemberModules>
<Composition>
<Node ID="Alert">
<Node ID="Filter"/>
</Node>
</Composition>
</Composite>
</ModuleImplementation>
<InputType>System!System.BaseData</InputType>
</WriteActionModuleType>