Microsoft SQL Server 2008 コンピューター グループへの追加

Microsoft.SQLServer.2008.PopulateSQLServersComputerGroup (Discovery)

このオブジェクト検出は、SQL Server 2008 のコンポーネントを 1 つ以上実行しているすべてのコンピューターを SQL Server 2008 コンピューター グループに追加します。

Knowledge Base article:

概要

This object discovery populates the SQL Server 2008 Computer Group with all computers that are running one or more components of SQL Server 2008.

Element properties:

TargetMicrosoft.SQLServer.2008.ComputerGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2008.PopulateSQLServersComputerGroup" Target="Microsoft.SQLServer.2008.ComputerGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2008.ComputerGroup"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Windows!Microsoft.Windows.Computer"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="SC!Microsoft.SystemCenter.ComputerGroupContainsComputer"]$</RelationshipClass>
<Expression>
<Contains>
<MonitoringClass>$MPElement[Name="Microsoft.SQLServer.2008.DBEngine"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>