Teste de mensagem de status

Microsoft.SystemCenter2012.ConfigurationManager.StatusMessageProbe (ProbeActionModuleType)

Este teste lê o cache de mensagens de status das funções de site no Registro HKLM\Software\Microsoft\SMS\Operations Management, nos servidores do site.

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>