Monitortyp "32-Bit-Agent auf 64-Bit-Betriebssystem"

Microsoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitorType (UnitMonitorType)

Mit diesem Monitortyp wird ermittelt, ob der 32-Bit-Agent auf einem 64-Bit-Betriebssystem installiert wurde.

Element properties:

RunAsDefault
AccessibilityInternal
Support Monitor RecalculateTrue

Member Modules:

ID Module Type TypeId RunAs 
SchedulerDS DataSource System.Scheduler Default
Agent32On64Probe ProbeAction Microsoft.Windows.RegistryProbe Default
PassThrough ProbeAction System.PassThroughProbe Default
Agent32On64Absent ConditionDetection System.ExpressionFilter Default
Agent32On64Present ConditionDetection System.ExpressionFilter Default

Overrideable Parameters:

IDParameterTypeSelectorDisplay NameDescription
IntervalSecondsint$Config/IntervalSeconds$Frequenz (Sekunden)

Source Code:

<UnitMonitorType ID="Microsoft.SystemCenter.Agent.Configuration.ArchitectureMismatchMonitorType" Accessibility="Internal">
<MonitorTypeStates>
<MonitorTypeState ID="ArchitectureMatch" NoDetection="false"/>
<MonitorTypeState ID="ArchitectureMismatch" NoDetection="false"/>
</MonitorTypeStates>
<Configuration>
<xsd:element minOccurs="1" maxOccurs="1" name="ComputerName" type="xsd:string"/>
<xsd:element minOccurs="1" maxOccurs="1" name="IntervalSeconds" type="xsd:integer"/>
</Configuration>
<OverrideableParameters>
<OverrideableParameter ID="IntervalSeconds" Selector="$Config/IntervalSeconds$" ParameterType="int"/>
</OverrideableParameters>
<MonitorImplementation>
<MemberModules>
<DataSource ID="SchedulerDS" TypeID="System!System.Scheduler">
<Scheduler>
<SimpleReccuringSchedule>
<Interval>$Config/IntervalSeconds$</Interval>
</SimpleReccuringSchedule>
<ExcludeDates/>
</Scheduler>
</DataSource>
<ProbeAction ID="Agent32On64Probe" TypeID="Windows!Microsoft.Windows.RegistryProbe">
<ComputerName>$Config/ComputerName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>SCOMSetup</AttributeName>
<Path>SOFTWARE\Wow6432Node\Microsoft\Microsoft Operations Manager\3.0\Setup</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
</ProbeAction>
<ProbeAction ID="PassThrough" TypeID="System!System.PassThroughProbe"/>
<ConditionDetection ID="Agent32On64Present" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Boolean">//DataItem/Values/SCOMSetup</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
<ConditionDetection ID="Agent32On64Absent" TypeID="System!System.ExpressionFilter">
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Boolean">//DataItem/Values/SCOMSetup</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">false</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</ConditionDetection>
</MemberModules>
<RegularDetections>
<RegularDetection MonitorTypeStateID="ArchitectureMismatch">
<Node ID="Agent32On64Present">
<Node ID="Agent32On64Probe">
<Node ID="SchedulerDS"/>
</Node>
</Node>
</RegularDetection>
<RegularDetection MonitorTypeStateID="ArchitectureMatch">
<Node ID="Agent32On64Absent">
<Node ID="Agent32On64Probe">
<Node ID="SchedulerDS"/>
</Node>
</Node>
</RegularDetection>
</RegularDetections>
<OnDemandDetections>
<OnDemandDetection MonitorTypeStateID="ArchitectureMatch">
<Node ID="Agent32On64Absent">
<Node ID="Agent32On64Probe">
<Node ID="PassThrough"/>
</Node>
</Node>
</OnDemandDetection>
<OnDemandDetection MonitorTypeStateID="ArchitectureMismatch">
<Node ID="Agent32On64Present">
<Node ID="Agent32On64Probe">
<Node ID="PassThrough"/>
</Node>
</Node>
</OnDemandDetection>
</OnDemandDetections>
</MonitorImplementation>
</UnitMonitorType>