OpsMgr 2012 Self Maintenance Check All Management Servers Patch List Consecutive Samples Monitor Type

OpsMgr.2012.Self.Maintenance.Check.All.ManagementServers.Patchlist.Consecutive.Samples.MonitorType (UnitMonitorType)

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource OpsMgr.2012.Self.Maintenance.All.ManagementServers.Patchlist.DataSource Default
Probe ProbeAction OpsMgr.2012.Self.Maintenance.All.ManagementServers.Patchlist.Probe Default
FilterDifferentLevel ConditionDetection System.ExpressionFilter Default
FilterSameLevel ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Interval Seconds
SyncTimestring$Config/SyncTime$Sync Time
LogDebugEventsbool$Config/LogDebugEvents$Log Debug Events
WinRMPortint$Config/WinRMPort$WinRM Port
ConsolidationNumberOfSamplesint$Config/ConsolidationNumberOfSamples$Match CountNumber of consecutive samples that the management servers are on different patch level before changing the monitor state.
TimeoutSecondsint$Config/TimeoutSeconds$Timeout Seconds

Source Code:

<UnitMonitorType ID="OpsMgr.2012.Self.Maintenance.Check.All.ManagementServers.Patchlist.Consecutive.Samples.MonitorType" Accessibility="Internal">
<MonitorTypeStates>
<MonitorTypeState ID="SamePatchLevel"/>
<MonitorTypeState ID="DifferentPatchLevel"/>
</MonitorTypeStates>
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="IntervalSeconds" 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="LogDebugEvents" type="xsd:boolean"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="WinRMPort" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ConsolidationNumberOfSamples" type="xsd:integer"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="TimeoutSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
<OverrideableParameter ID="SyncTime" Selector="$Config/SyncTime$" ParameterType="string"/>
<OverrideableParameter ID="LogDebugEvents" Selector="$Config/LogDebugEvents$" ParameterType="bool"/>
<OverrideableParameter ID="WinRMPort" Selector="$Config/WinRMPort$" ParameterType="int"/>
<OverrideableParameter ID="ConsolidationNumberOfSamples" Selector="$Config/ConsolidationNumberOfSamples$" ParameterType="int"/>
<OverrideableParameter ID="TimeoutSeconds" Selector="$Config/TimeoutSeconds$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="DS" TypeID="OpsMgr.2012.Self.Maintenance.All.ManagementServers.Patchlist.DataSource">
<IntervalSeconds>$Config/IntervalSeconds$</IntervalSeconds>
<SyncTime>$Config/SyncTime$</SyncTime>
<LogDebugEvents>$Config/LogDebugEvents$</LogDebugEvents>
<WinRMPort>$Config/WinRMPort$</WinRMPort>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</DataSource>
<ProbeAction ID="Probe" TypeID="OpsMgr.2012.Self.Maintenance.All.ManagementServers.Patchlist.Probe">
<LogDebugEvents>$Config/LogDebugEvents$</LogDebugEvents>
<WinRMPort>$Config/WinRMPort$</WinRMPort>
<TimeoutSeconds>$Config/TimeoutSeconds$</TimeoutSeconds>
</ProbeAction>
<ConditionDetection ID="FilterSameLevel" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='SamePatchLevel']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="FilterDifferentLevel" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Property[@Name='SamePatchLevel']</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">false</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<SuppressionSettings>
<MatchCount>$Config/ConsolidationNumberOfSamples$</MatchCount>
</SuppressionSettings>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="SamePatchLevel">
<Node ID="FilterSameLevel">
<Node ID="DS"/>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="DifferentPatchLevel">
<Node ID="FilterDifferentLevel">
<Node ID="DS"/>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="SamePatchLevel">
<Node ID="FilterSameLevel">
<Node ID="Probe"/>
</Node>
</OnDemandDetection>
<OnDemandDetection MonitorTypeStateID="DifferentPatchLevel">
<Node ID="FilterDifferentLevel">
<Node ID="Probe"/>
</Node>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>