Performance Collection: The Backbone EUP Perspective Step Critical Threshold

TheBackbone.SMP04.Monitoring.Perspective.Step.UpperThreshold.rule (Rule)

Performance collection rule for the Critical Threshold set for a perspective step

Knowledge Base article:

Summary

Collects the upper threshold for a simulation step.

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
RemotableTrue

Member Modules:

ID Module Type TypeId RunAs 
DataSource DataSource TheBackbone.SMP04.Monitoring.Perspective.EffectiveThreshold.Datasource Default
Filter ConditionDetection System.ExpressionFilter Default
DB WriteAction TheBackbone.SMP04.Monitoring.Perspective.EffectiveThreshold.WriteAction.DB Default
DWH WriteAction TheBackbone.SMP04.Monitoring.Perspective.EffectiveThreshold.WriteAction.DWH Default

Source Code:

<Rule ID="TheBackbone.SMP04.Monitoring.Perspective.Step.UpperThreshold.rule" Enabled="true" Target="SC!Microsoft.SystemCenter.AllManagementServersPool" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>PerformanceCollection</Category>
<DataSources>
<DataSource ID="DataSource" TypeID="TheBackbone.SMP04.Monitoring.Perspective.EffectiveThreshold.Datasource">
<TimeoutSeconds>120</TimeoutSeconds>
<IntervalSeconds>3600</IntervalSeconds>
</DataSource>
</DataSources>
<ConditionDetection ID="Filter" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">CounterName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Critical Threshold</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<WriteActions>
<WriteAction ID="DB" TypeID="TheBackbone.SMP04.Monitoring.Perspective.EffectiveThreshold.WriteAction.DB"/>
<WriteAction ID="DWH" TypeID="TheBackbone.SMP04.Monitoring.Perspective.EffectiveThreshold.WriteAction.DWH"/>
</WriteActions>
</Rule>