Dell Server Agent-free Performance UMT

Dell.Server.OOB.Combined.AverageThresholdUMT (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityPublic
Support Monitor RecalculateFalse

Member Modules:

ID Module Type TypeId RunAs 
DSUMTPERF DataSource Dell.Operations.Server.TemplateMethod.ServerPerformanceDSMT Default
CDAverageThreshold ConditionDetection System.Performance.AveragerCondition Default
CDCriticalThreshold ConditionDetection System.ExpressionFilter Default
CDNormalThreshold ConditionDetection System.ExpressionFilter Default
CDWarningThreshold ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
Criticaldouble$Config/Critical$CriticalDell Server Agent-free Performance monitor Critical value
Warningdouble$Config/Warning$WarningDell Server Agent-free Performance monitor Warning value
LogLevelint$Config/LogLevel$Log LevelDell Server Agent-free Performance monitor logging level
IntervalSecondsint$Config/IntervalSeconds$Interval SecondsDell Server Agent-free Performance monitor interval seconds

Source Code:

<UnitMonitorType ID="Dell.Server.OOB.Combined.AverageThresholdUMT" Accessibility="Public">
<MonitorTypeStates>
<MonitorTypeState ID="CriticalThreshold" NoDetection="false"/>
<MonitorTypeState ID="WarningThreshold" NoDetection="false"/>
<MonitorTypeState ID="NormalThreshold" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element minOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
<xsd:element minOccurs="1" name="LogLevel" type="xsd:integer"/>
<xsd:element name="InstanceIndex" type="xsd:string"/>
<xsd:element name="RemoteAccessIP" type="xsd:string"/>
<xsd:element name="RemoteConfig" type="xsd:string"/>
<xsd:element name="ComponentType" type="xsd:string"/>
<xsd:element name="PerformanceMetricName" type="xsd:string"/>
<xsd:element minOccurs="1" maxOccurs="1" name="Warning" type="xsd:double"/>
<xsd:element minOccurs="1" maxOccurs="1" name="Critical" type="xsd:double"/>
<xsd:element minOccurs="1" maxOccurs="1" name="NumSamples" type="xsd:unsignedInt"/>
<xsd:element name="Username" type="xsd:string"/>
<xsd:element name="Password" type="xsd:string"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="LogLevel" Selector="$Config/LogLevel$" ParameterType="int"/>
<OverrideableParameter ID="Warning" Selector="$Config/Warning$" ParameterType="double"/>
<OverrideableParameter ID="Critical" Selector="$Config/Critical$" ParameterType="double"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DSUMTPERF" TypeID="Dell.Operations.Server.TemplateMethod.ServerPerformanceDSMT">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<LogLevel>$Config/LogLevel$</LogLevel>
<RemoteAccessIP>$Target/Property[Type="DellModelServer!Dell.Server"]/RemoteAccessIP$</RemoteAccessIP>
<RemoteConfig>$Target/Property[Type="DellModelServer!Dell.Server"]/RemoteSettings$</RemoteConfig>
<Username>$RunAs[Name="OOB!Microsoft.SystemCenter.OOB.SMASHMonitoringProfile"]/UserName$</Username>
<Password>$RunAs[Name="OOB!Microsoft.SystemCenter.OOB.SMASHMonitoringProfile"]/Password$</Password>
</DataSource>
<ConditionDetection ID="CDAverageThreshold" TypeID="Performance!System.Performance.AveragerCondition">
<NumSamples>$Config/NumSamples$</NumSamples>
</ConditionDetection>
<ConditionDetection ID="CDCriticalThreshold" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Property[@Name='ComponentType']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/ComponentType$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Property[@Name='PerformanceMetricName']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/PerformanceMetricName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Property[@Name='PerformanceValue']</XPathQuery>
</ValueExpression>
<Operator>GreaterEqual</Operator>
<ValueExpression>
<Value Type="Double">$Config/Critical$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
<ConditionDetection ID="CDWarningThreshold" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Property[@Name='ComponentType']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/ComponentType$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Property[@Name='PerformanceMetricName']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/PerformanceMetricName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Property[@Name='PerformanceValue']</XPathQuery>
</ValueExpression>
<Operator>GreaterEqual</Operator>
<ValueExpression>
<Value Type="Double">$Config/Warning$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Property[@Name='PerformanceValue']</XPathQuery>
</ValueExpression>
<Operator>Less</Operator>
<ValueExpression>
<Value Type="Double">$Config/Critical$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</And>
</Expression>
</ConditionDetection>
<ConditionDetection ID="CDNormalThreshold" TypeID="System!System.ExpressionFilter">
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Property[@Name='ComponentType']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/ComponentType$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery>Property[@Name='PerformanceMetricName']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">$Config/PerformanceMetricName$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Double">Property[@Name='PerformanceValue']</XPathQuery>
</ValueExpression>
<Operator>Less</Operator>
<ValueExpression>
<Value Type="Double">$Config/Warning$</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="CriticalThreshold">
<Node ID="CDCriticalThreshold">
<Node ID="DSUMTPERF"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="WarningThreshold">
<Node ID="CDWarningThreshold">
<Node ID="DSUMTPERF"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="NormalThreshold">
<Node ID="CDNormalThreshold">
<Node ID="DSUMTPERF"/>
</Node>
</RegularDetection>
</RegularDetections>
</MonitorImplementation>
</UnitMonitorType>