Popolamento gruppo di istanze di Microsoft SQL Server 2012

Microsoft.SQLServer.2012.PopulateSQLServersInstanceGroup (Discovery)

Consente di popolare il gruppo di istanze di SQL Server 2012 con tutte le istanze del motore di database di SQL Server 2012.

Knowledge Base article:

Riepilogo

Consente di popolare il gruppo di istanze di SQL Server 2012 con tutte le istanze di motore di database di SQL Server 2012.

Element properties:

TargetMicrosoft.SQLServer.2012.InstanceGroup
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.2012.PopulateSQLServersInstanceGroup" Target="Microsoft.SQLServer.2012.InstanceGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2012.InstanceGroup"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.SQLServer.2012.DBEngine"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.2012.InstanceGroupContainsDBEngine"]$</RelationshipClass>
<Expression>
<RegExExpression>
<ValueExpression>
<Property>$MPElement[Name="SQL!Microsoft.SQLServer.DBEngine"]/Version$</Property>
</ValueExpression>
<Operator>MatchesWildcard</Operator>
<Pattern>11.*</Pattern>
</RegExExpression>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>