CCMS Metric Monitor Type

ozsoft.sap.CCMSMetricMonitorType2 (UnitMonitorType)

SAP CCMS Metric Monitor Type

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource ozsoft.sap.TargetEntityPerformanceCounterDataProvider Default
CDOverHighThreshold ConditionDetection System.ExpressionFilter Default
CDUnderHighOverLowThreshold ConditionDetection System.ExpressionFilter Default
CDUnderLowThreshold ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
ozsoft.sap.Monitor.Parameter.ObjectNamestring$Config/ObjectName$Object NameSAP Object Name
ozsoft.sap.Monitor.Parameter.Frequencydouble$Config/Frequency$FrequencyMonitoring Frequency (sec)
ozsoft.sap.Monitor.Parameter.HighThresholddouble$Config/HighThreshold$High ThresholdMonitoring High Threshold Value
ozsoft.sap.Monitor.Parameter.LowThresholddouble$Config/LowThreshold$Low ThresholdMonitoring Low Threshold Value

Source Code:

<UnitMonitorType ID="ozsoft.sap.CCMSMetricMonitorType2" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="SDKMetricOverHighThreshold" NoDetection="false"/>
<MonitorTypeState ID="SDKMetricUnderHighOverLowThreshold" NoDetection="false"/>
<MonitorTypeState ID="SDKMetricUnderLowThreshold" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element name="CounterName" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="ObjectName" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element name="Frequency" type="xsd:unsignedInt" minOccurs="1" maxOccurs="1"/>
<xsd:element name="HighThreshold" type="xsd:double" minOccurs="1" maxOccurs="1"/>
<xsd:element name="LowThreshold" type="xsd:double" minOccurs="1" maxOccurs="1"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="ozsoft.sap.Monitor.Parameter.ObjectName" Selector="$Config/ObjectName$" ParameterType="string"/>
<OverrideableParameter ID="ozsoft.sap.Monitor.Parameter.Frequency" Selector="$Config/Frequency$" ParameterType="double"/>
<OverrideableParameter ID="ozsoft.sap.Monitor.Parameter.HighThreshold" Selector="$Config/HighThreshold$" ParameterType="double"/>
<OverrideableParameter ID="ozsoft.sap.Monitor.Parameter.LowThreshold" Selector="$Config/LowThreshold$" ParameterType="double"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="ozsoft.sap.TargetEntityPerformanceCounterDataProvider">
<ObjectName>$Config/ObjectName$</ObjectName>
<CounterName>$Config/CounterName$</CounterName>
</DataSource>
<ConditionDetection ID="CDOverHighThreshold" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>IsNull</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>false</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>GreaterEqual</Operator>
<ValueExpression>
<Value Type="Double">$Config/HighThreshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<ConditionDetection ID="CDUnderHighOverLowThreshold" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>IsNull</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>false</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>Less</Operator>
<ValueExpression>
<Value Type="Double">$Config/HighThreshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>GreaterEqual</Operator>
<ValueExpression>
<Value Type="Double">$Config/LowThreshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<ConditionDetection ID="CDUnderLowThreshold" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>IsNull</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>false</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Value</XPathQuery>
</ValueExpression>
<Operator>Less</Operator>
<ValueExpression>
<Value Type="Double">$Config/LowThreshold$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="SDKMetricOverHighThreshold">
<Node ID="CDOverHighThreshold">
<Node ID="DS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="SDKMetricUnderHighOverLowThreshold">
<Node ID="CDUnderHighOverLowThreshold">
<Node ID="DS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="SDKMetricUnderLowThreshold">
<Node ID="CDUnderLowThreshold">
<Node ID="DS"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>