상태 메시지 프로브

Microsoft.SystemCenter2012.ConfigurationManager.StatusMessageProbe (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.StatusMessageProbe" 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"/>
<xsd:element xmlns:xsd="http://www.w3.org/2001/XMLSchema" minOccurs="1" name="RuleId" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Registry" TypeID="Windows!Microsoft.Windows.RegistryTriggerProbe">
<ComputerName>$Config/ComputerName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>State</AttributeName>
<Path>SOFTWARE\Microsoft\SMS\Operations Management\Components\$Config/ComponentName$\$Config/RuleId$\State</Path>
<PathType>1</PathType>
<AttributeType>2</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>Severity</AttributeName>
<Path>SOFTWARE\Microsoft\SMS\Operations Management\Components\$Config/ComponentName$\$Config/RuleId$\Severity</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>