NortelVPFM.CS1K.commonMIBAlarmMajor (Rule)

Element properties:

TargetNortelVPFM.CS1K
CategoryAlert
EnabledTrue
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert MessageNortelVPFM.CS1K.commonMIBAlarmMajor.AlertMessage

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource Microsoft.SystemCenter.TargetEntitySdkPerformanceDataProvider Default
ConditionDetection ConditionDetection System.ExpressionFilter Default
WriteAction WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="NortelVPFM.CS1K.commonMIBAlarmMajor" Enabled="true" Target="NortelVPFM.CS1K" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="SystemCenter!Microsoft.SystemCenter.TargetEntitySdkPerformanceDataProvider"/>
</DataSources>
<ConditionDetection ID="ConditionDetection" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>ObjectName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>CS1K</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>CounterName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>commonMIBAlarmMajor</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>Greater</Operator>
<ValueExpression>
<Value Type="Double">9</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="WriteAction" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertOwner>$Data/PublisherName$</AlertOwner>
<AlertMessageId>$MPElement[Name="NortelVPFM.CS1K.commonMIBAlarmMajor.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>9</AlertParameter1>
<AlertParameter2>$Data/Value$</AlertParameter2>
<AlertParameter3>$Data/ObjectName$</AlertParameter3>
<AlertParameter4>$Data/CounterName$</AlertParameter4>
<AlertParameter5>$Data/InstanceName$</AlertParameter5>
</AlertParameters>
</WriteAction>
</WriteActions>
</Rule>