OpsMgr 2012 Self Maintenance Operational DB LocalizedText Table Health Monitor Type

OpsMgr.2012.Self.Maintenance.Ops.DB.LocalizedText.Table.Health.Monitor.Type (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource OpsMgr.2012.Self.Maintenance.OpsDB.LocalizedText.Table.Health.DataSource Default
Probe ProbeAction OpsMgr.2012.Self.Maintenance.OpsDB.LocalizedText.Table.Health.Probe Default
FilterHealthyCondition ConditionDetection System.ExpressionFilter Default
FilterUnhealthyCondition ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelector
IntervalHoursint$Config/IntervalHours$
SQLQueryTimeoutint$Config/SQLQueryTimeout$
RowCountThresholdint$Config/RowCountThreshold$
TimeoutSecondsint$Config/TimeoutSeconds$
SyncTimestring$Config/SyncTime$

Source Code:

<UnitMonitorType ID="OpsMgr.2012.Self.Maintenance.Ops.DB.LocalizedText.Table.Health.Monitor.Type" Accessibility="Internal">
<MonitorTypeStates>
<MonitorTypeState ID="Healthy" NoDetection="false"/>
<MonitorTypeState ID="Unhealthy" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="IntervalHours" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SyncTime" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="SQLQueryTimeout" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="RowCountThreshold" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalHours" Selector="$Config/IntervalHours$" ParameterType="int"/>
<OverrideableParameter ID="SQLQueryTimeout" Selector="$Config/SQLQueryTimeout$" ParameterType="int"/>
<OverrideableParameter ID="RowCountThreshold" Selector="$Config/RowCountThreshold$" ParameterType="int"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="OpsMgr.2012.Self.Maintenance.OpsDB.LocalizedText.Table.Health.DataSource">
<IntervalHours>$Config/IntervalHours$</IntervalHours>
<SyncTime>$Config/SyncTime$</SyncTime>
<SQLQueryTimeout>$Config/SQLQueryTimeout$</SQLQueryTimeout>
<RowCountThreshold>$Config/RowCountThreshold$</RowCountThreshold>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</DataSource>
<ProbeAction ID="Probe" TypeID="OpsMgr.2012.Self.Maintenance.OpsDB.LocalizedText.Table.Health.Probe">
<SQLQueryTimeout>$Config/SQLQueryTimeout$</SQLQueryTimeout>
<RowCountThreshold>$Config/RowCountThreshold$</RowCountThreshold>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</ProbeAction>
<ConditionDetection ID="FilterHealthyCondition" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='Healthy']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="FilterUnhealthyCondition" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='Healthy']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">false</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="Healthy">
<Node ID="FilterHealthyCondition">
<Node ID="DS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="Unhealthy">
<Node ID="FilterUnhealthyCondition">
<Node ID="DS"/>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="Healthy">
<Node ID="FilterHealthyCondition">
<Node ID="Probe"/>
</Node>
</OnDemandDetection>
<OnDemandDetection MonitorTypeStateID="Unhealthy">
<Node ID="FilterUnhealthyCondition">
<Node ID="Probe"/>
</Node>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>