Perspective Step Time Measured monitor type

TheBackbone.SMP04.Monitoring.Perspective.Step.TimeMeasured.MonitorType (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
InstanceDS DataSource TheBackbone.SMP04.Monitoring.Perspective.Step.DataSource Default
AboveThresholdCD ConditionDetection System.ExpressionFilter Default
BetweenThresholdsCD ConditionDetection System.ExpressionFilter Default
UnderThresholdCD ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
LowerThresholdint$Config/LowerThreshold$Warning ThresholdSpecifies the Warning Threshold for the Step monitor
UpperThresholdint$Config/UpperThreshold$Critical ThresholdSpecifies the Critical Threshold for the Step monitor

Source Code:

<UnitMonitorType ID="TheBackbone.SMP04.Monitoring.Perspective.Step.TimeMeasured.MonitorType" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="UnderThreshold"/>
<MonitorTypeState ID="BetweenThresholds"/>
<MonitorTypeState ID="AboveThreshold"/>
</MonitorTypeStates>
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="LowerThreshold" type="xsd:int"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="UpperThreshold" type="xsd:int"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="LowerThreshold" ParameterType="int" Selector="$Config/LowerThreshold$"/>
<OverrideableParameter ID="UpperThreshold" ParameterType="int" Selector="$Config/UpperThreshold$"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="InstanceDS" TypeID="TheBackbone.SMP04.Monitoring.Perspective.Step.DataSource"/>
<ConditionDetection ID="UnderThresholdCD" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">TimeMeasured</XPathQuery>
</ValueExpression>
<Operator>Less</Operator>
<ValueExpression>
<Value Type="Integer">$Config/LowerThreshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">TimeMeasured</XPathQuery>
</ValueExpression>
<Operator>GreaterEqual</Operator>
<ValueExpression>
<Value Type="Integer">0</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<ConditionDetection ID="BetweenThresholdsCD" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">TimeMeasured</XPathQuery>
</ValueExpression>
<Operator>GreaterEqual</Operator>
<ValueExpression>
<Value Type="Integer">$Config/LowerThreshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">TimeMeasured</XPathQuery>
</ValueExpression>
<Operator>Less</Operator>
<ValueExpression>
<Value Type="Integer">$Config/UpperThreshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<ConditionDetection ID="AboveThresholdCD" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Integer">TimeMeasured</XPathQuery>
</ValueExpression>
<Operator>GreaterEqual</Operator>
<ValueExpression>
<Value Type="Integer">$Config/UpperThreshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="UnderThreshold">
<Node ID="UnderThresholdCD">
<Node ID="InstanceDS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="BetweenThresholds">
<Node ID="BetweenThresholdsCD">
<Node ID="InstanceDS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="AboveThreshold">
<Node ID="AboveThresholdCD">
<Node ID="InstanceDS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>