Documentum Synthetic Probe Agent Discovery

ComTrade.EMC.Documentum.Windows.SyntheticProbe.Agent.Discovery (Discovery)

Discovers Documentum Synthetic Probe Agent.

Element properties:

TargetMicrosoft.Windows.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.FilteredRegistryDiscoveryProvider Default

Source Code:

<Discovery ID="ComTrade.EMC.Documentum.Windows.SyntheticProbe.Agent.Discovery" Enabled="true" Target="Windows!Microsoft.Windows.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="ComTrade.EMC.Documentum.Windows.SyntheticProbe.Agent"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.FilteredRegistryDiscoveryProvider">
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerName>
<RegistryAttributeDefinitions>
<RegistryAttributeDefinition>
<AttributeName>ServiceFound</AttributeName>
<Path>SYSTEM\CurrentControlSet\services\dmmp_svc</Path>
<PathType>0</PathType>
<AttributeType>0</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>probeAgent</AttributeName>
<Path>SOFTWARE\ComTrade\MP for EMC Documentum\Probe</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>probeAgentWow</AttributeName>
<Path>SOFTWARE\Wow6432Node\ComTrade\MP for EMC Documentum\Probe</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>InstallDir</AttributeName>
<Path>SOFTWARE\ComTrade\MP for EMC Documentum\InstallDir</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>InstallDirWow</AttributeName>
<Path>SOFTWARE\Wow6432Node\ComTrade\MP for EMC Documentum\InstallDir</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>DataDirWow</AttributeName>
<Path>SOFTWARE\Wow6432Node\ComTrade\MP for EMC Documentum\DataDir</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>DataDir</AttributeName>
<Path>SOFTWARE\ComTrade\MP for EMC Documentum\DataDir</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>VersionWow</AttributeName>
<Path>SOFTWARE\Wow6432Node\ComTrade\MP for EMC Documentum\Version</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
<RegistryAttributeDefinition>
<AttributeName>Version</AttributeName>
<Path>SOFTWARE\ComTrade\MP for EMC Documentum\Version</Path>
<PathType>1</PathType>
<AttributeType>1</AttributeType>
</RegistryAttributeDefinition>
</RegistryAttributeDefinitions>
<Frequency>14400</Frequency>
<ClassId>$MPElement[Name="ComTrade.EMC.Documentum.Windows.SyntheticProbe.Agent"]$</ClassId>
<InstanceSettings>
<Settings>
<Setting>
<Name>$MPElement[Name="NTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceName$</Name>
<Value>dmmp_svc</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Name>
<Value>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="ComTrade.EMC.Documentum.Windows.SyntheticProbe.Agent"]/InstallPath$</Name>
<Value>$Data/Values/InstallDir$$Data/Values/InstallDirWow$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="ComTrade.EMC.Documentum.Windows.SyntheticProbe.Agent"]/Version$</Name>
<Value>$Data/Values/Version$$Data/Values/VersionWow$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="ComTrade.EMC.Documentum.Windows.SyntheticProbe.Agent"]/DataDir$</Name>
<Value>$Data/Values/DataDir$$Data/Values/DataDirWow$</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="NTServiceLibrary!Microsoft.SystemCenter.NTService"]/ServiceProcessName$</Name>
<Value>wrapper.exe</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="NTServiceLibrary!Microsoft.SystemCenter.NTService"]/DisplayName$</Name>
<Value>ComTrade MP for EMC Documentum Service</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="NTServiceLibrary!Microsoft.SystemCenter.NTService"]/Description$</Name>
<Value>ComTrade MP for EMC Documentum Service</Value>
</Setting>
<Setting>
<Name>$MPElement[Name="System!System.Entity"]/DisplayName$</Name>
<Value>Synthetic Probe Agent on $Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</Value>
</Setting>
</Settings>
</InstanceSettings>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="Boolean">Values/ServiceFound</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="Boolean">true</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<Or>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/probeAgent</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">Values/probeAgentWow</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">1</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</Or>
</Expression>
</And>
</Expression>
</DataSource>
</Discovery>