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 Microsoft.SystemCenter.SdkPerformanceDataProvider 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
FilterOnCounter 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 xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="CounterName" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="ObjectName" type="xsd:string" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="Frequency" type="xsd:unsignedInt" minOccurs="0" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" name="HighThreshold" type="xsd:double" minOccurs="1" maxOccurs="1"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" 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="SC!Microsoft.SystemCenter.SdkPerformanceDataProvider"/>
<ConditionDetection ID="FilterOnCounter" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>ManagedEntityId</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Target/Id$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>ObjectName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Config/ObjectName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>CounterName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value>$Config/CounterName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<ConditionDetection ID="CDOverHighThreshold" TypeID="Performance!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/HighThreshold$</Threshold>
<Operator>GreaterEqual</Operator>
</ConditionDetection>
<ConditionDetection ID="CDUnderHighThreshold" TypeID="Performance!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/HighThreshold$</Threshold>
<Operator>Less</Operator>
</ConditionDetection>
<ConditionDetection ID="CDOverLowThreshold" TypeID="Performance!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/LowThreshold$</Threshold>
<Operator>GreaterEqual</Operator>
</ConditionDetection>
<ConditionDetection ID="CDUnderLowThreshold" TypeID="Performance!System.Performance.SimpleThresholdCondition">
<Threshold>$Config/LowThreshold$</Threshold>
<Operator>Less</Operator>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="SDKMetricOverHighThreshold">
<Node ID="CDOverHighThreshold">
<Node ID="FilterOnCounter">
<Node ID="DS"/>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="SDKMetricUnderHighOverLowThreshold">
<Node ID="CDUnderHighThreshold">
<Node ID="CDOverLowThreshold">
<Node ID="FilterOnCounter">
<Node ID="DS"/>
</Node>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="SDKMetricUnderLowThreshold">
<Node ID="CDUnderLowThreshold">
<Node ID="FilterOnCounter">
<Node ID="DS"/>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>