ozsoft.sap.host.monitoring.MonitorType.DB.OS.Average.Threshold2 (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource ozsoft.sap.ModuleType.Datasource.Performance.DB.OS.Wrapper Default
Average ConditionDetection System.Performance.AveragerCondition Default
CDOverHighThreshold ConditionDetection System.Performance.SimpleThresholdCondition Default
CDOverLowThreshold ConditionDetection System.Performance.SimpleThresholdCondition Default
CDUnderHighThreshold ConditionDetection System.Performance.SimpleThresholdCondition Default
CDUnderLowThreshold ConditionDetection System.Performance.SimpleThresholdCondition Default
Filter ConditionDetection ozsoft.sap.core.ConditionDetection.Counter Default

Overrideable Parameters:

IDParameterTypeSelector
Parameter.Intervalint$Config/Interval$
Parameter.NumSamplesint$Config/NumSamples$
Parameter.HighThresholddouble$Config/HighThreshold$
Parameter.LowThresholddouble$Config/LowThreshold$

Source Code:

<UnitMonitorType ID="ozsoft.sap.host.monitoring.MonitorType.DB.OS.Average.Threshold2" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="ValueOverHighThreshold" NoDetection="false"/>
<MonitorTypeState ID="ValueBetweenThresholds" NoDetection="false"/>
<MonitorTypeState ID="ValueUnderLowThreshold" 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="Interval" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="NumSamples" type="xsd:unsignedInt"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="HighThreshold" type="xsd:double"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="LowThreshold" type="xsd:double"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="Parameter.Interval" Selector="$Config/Interval$" ParameterType="int"/>
<OverrideableParameter ID="Parameter.NumSamples" Selector="$Config/NumSamples$" ParameterType="int"/>
<OverrideableParameter ID="Parameter.HighThreshold" Selector="$Config/HighThreshold$" ParameterType="double"/>
<OverrideableParameter ID="Parameter.LowThreshold" Selector="$Config/LowThreshold$" ParameterType="double"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="HostCtrl!ozsoft.sap.ModuleType.Datasource.Performance.DB.OS.Wrapper">
<interval>$Config/Interval$</interval>
</DataSource>
<ConditionDetection ID="Filter" TypeID="HostCtrl!ozsoft.sap.core.ConditionDetection.Counter">
<CounterName>$Config/CounterName$</CounterName>
</ConditionDetection>
<ConditionDetection ID="Average" TypeID="Perf!System.Performance.AveragerCondition">
<NumSamples>$Config/NumSamples$</NumSamples>
</ConditionDetection>
<ConditionDetection ID="CDOverHighThreshold" TypeID="Perf!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/HighThreshold$</Threshold>
<Operator>GreaterEqual</Operator>
</ConditionDetection>
<ConditionDetection ID="CDUnderHighThreshold" TypeID="Perf!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/HighThreshold$</Threshold>
<Operator>Less</Operator>
</ConditionDetection>
<ConditionDetection ID="CDOverLowThreshold" TypeID="Perf!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/LowThreshold$</Threshold>
<Operator>GreaterEqual</Operator>
</ConditionDetection>
<ConditionDetection ID="CDUnderLowThreshold" TypeID="Perf!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/LowThreshold$</Threshold>
<Operator>Less</Operator>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="ValueOverHighThreshold">
<Node ID="CDOverHighThreshold">
<Node ID="Average">
<Node ID="Filter">
<Node ID="DS"/>
</Node>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ValueBetweenThresholds">
<Node ID="CDUnderHighThreshold">
<Node ID="CDOverLowThreshold">
<Node ID="Average">
<Node ID="Filter">
<Node ID="DS"/>
</Node>
</Node>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ValueUnderLowThreshold">
<Node ID="CDUnderLowThreshold">
<Node ID="Average">
<Node ID="Filter">
<Node ID="DS"/>
</Node>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>