Role Availability Probe Action

MECM.RoleAvailability.PA (ProbeActionModuleType)

This probe reads the availability of the site roles under the registry HKLM\Software\Microsoft\SMS\Operations Management on the site servers.

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="MECM.RoleAvailability.PA" 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="RoleName" type="xsd:string"/>
</Configuration>
<ModuleImplementation Isolation="Any">
<Composite>
<MemberModules>
<ProbeAction ID="Registry" TypeID="Windows!Microsoft.Windows.RegistryTriggerProbe">
<ComputerName>$Config/ComputerName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>Availability</AttributeName>
<Path>SOFTWARE\Microsoft\SMS\Operations Management\SMS Server Role\$Config/RoleName$\Availability 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>