구성 요소 가용성 프로브

Microsoft.SystemCenter2012.ConfigurationManager.ComponentAvailabilityProbe (ProbeActionModuleType)

이 프로브는 사이트 서버의 HKLM\Software\Microsoft\SMS\Operations Management 레지스트리에서 사이트 구성 요소의 가용성 정보를 읽습니다.

Element properties:

TypeProbeActionModuleType
IsolationAny
AccessibilityPublic
RunAsDefault
OutputTypeMicrosoft.Windows.RegistryData

Member Modules:

ID Module Type TypeId RunAs 
Registry ProbeAction Microsoft.Windows.RegistryTriggerProbe Default

Source Code:

<ProbeActionModuleType ID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAvailabilityProbe" Accessibility="Public" Batching="false" PassThrough="false">
<Configuration>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ComputerName" type="xsd:string"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="ComponentName" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Registry" TypeID="Windows!Microsoft.Windows.RegistryTriggerProbe">
<ComputerName>$Config/ComputerName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>AvailabilityState</AttributeName>
<Path>SOFTWARE\Microsoft\SMS\Operations Management\Components\$Config/ComponentName$\Availability State</Path>
<PathType>1</PathType>
<AttributeType>2</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>ExecutionState</AttributeName>
<Path>SOFTWARE\Microsoft\SMS\Operations Management\Components\$Config/ComponentName$\Execution State</Path>
<PathType>1</PathType>
<AttributeType>2</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>InstallState</AttributeName>
<Path>SOFTWARE\Microsoft\SMS\Operations Management\Components\$Config/ComponentName$\Install State</Path>
<PathType>1</PathType>
<AttributeType>2</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
</ProbeAction>
</MemberModules>
<Composition>
<Node ID="Registry"/>
</Composition>
</Composite>
</ModuleImplementation>
<OutputType>Windows!Microsoft.Windows.RegistryData</OutputType>
<TriggerOnly>true</TriggerOnly>
</ProbeActionModuleType>