DataONTAP.Performance.Counter.DoubleThreshold.MT

DataONTAP.Performance.Counter.DoubleThreshold.MT (UnitMonitorType)

Element properties:

RunAsDataONTAP.SecureReference.RunAsProfile
AccessibilityInternal
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
SDKPerformanceDataDS DataSource Microsoft.SystemCenter.SdkPerformanceDataProvider Default
AboveLowerThreshold ConditionDetection System.Performance.SimpleThresholdCondition Default
AboveUpperThresholdCD ConditionDetection System.Performance.SimpleThresholdCondition Default
BelowLowerThresholdCD ConditionDetection System.Performance.SimpleThresholdCondition Default
BelowUpperThreshold ConditionDetection System.Performance.SimpleThresholdCondition Default
FilterToOneCounterInstanceCD ConditionDetection DataONTAP.Performance.FilterToOneCounterInstance.CD Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
UpperThresholddouble$Config/UpperThreshold$UpperThresholdUpperThreshold
LowerThresholddouble$Config/LowerThreshold$LowerThresholdLowerThreshold
CounterNamestring$Config/CounterName$CounterNameCounterName

Source Code:

<UnitMonitorType ID="DataONTAP.Performance.Counter.DoubleThreshold.MT" Accessibility="Internal" RunAs="DS!DataONTAP.SecureReference.RunAsProfile">
<MonitorTypeStates>
<MonitorTypeState ID="BelowLowerThreshold" NoDetection="false"/>
<MonitorTypeState ID="BetweenThresholds" NoDetection="false"/>
<MonitorTypeState ID="AboveUpperThreshold" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="CounterName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ObjectName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="InstanceName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="LowerThreshold" type="xsd:double"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="UpperThreshold" type="xsd:double"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="UpperThreshold" Selector="$Config/UpperThreshold$" ParameterType="double"/>
<OverrideableParameter ID="LowerThreshold" Selector="$Config/LowerThreshold$" ParameterType="double"/>
<OverrideableParameter ID="CounterName" Selector="$Config/CounterName$" ParameterType="string"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="SDKPerformanceDataDS" TypeID="SC!Microsoft.SystemCenter.SdkPerformanceDataProvider"/>
<ConditionDetection ID="FilterToOneCounterInstanceCD" TypeID="DataONTAP.Performance.FilterToOneCounterInstance.CD">
<CounterName>$Config/CounterName$</CounterName>
<ObjectName>$Config/ObjectName$</ObjectName>
<InstanceName>$Config/InstanceName$</InstanceName>
</ConditionDetection>
<ConditionDetection ID="BelowLowerThresholdCD" TypeID="Performance!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/LowerThreshold$</Threshold>
<Operator>Less</Operator>
</ConditionDetection>
<ConditionDetection ID="AboveLowerThreshold" TypeID="Performance!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/LowerThreshold$</Threshold>
<Operator>GreaterEqual</Operator>
</ConditionDetection>
<ConditionDetection ID="BelowUpperThreshold" TypeID="Performance!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/UpperThreshold$</Threshold>
<Operator>Less</Operator>
</ConditionDetection>
<ConditionDetection ID="AboveUpperThresholdCD" TypeID="Performance!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/UpperThreshold$</Threshold>
<Operator>GreaterEqual</Operator>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="BelowLowerThreshold">
<Node ID="BelowLowerThresholdCD">
<Node ID="FilterToOneCounterInstanceCD">
<Node ID="SDKPerformanceDataDS"/>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="BetweenThresholds">
<Node ID="BelowUpperThreshold">
<Node ID="AboveLowerThreshold">
<Node ID="FilterToOneCounterInstanceCD">
<Node ID="SDKPerformanceDataDS"/>
</Node>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="AboveUpperThreshold">
<Node ID="AboveUpperThresholdCD">
<Node ID="FilterToOneCounterInstanceCD">
<Node ID="SDKPerformanceDataDS"/>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>