MSSQL 2012: Populate SQL Server 2012 Integration Services Group

Microsoft.SQLServer.2012.IntegrationServicesGroup.Discovery (Discovery)

This discovery rule populates SQL Server 2012 Integration Services Group with all SQL Server 2012 Integration Services.

Knowledge Base article:

Summary

This discovery rule populates SQL Server 2012 Integration Services Group with all SQL Server 2012 Integration Services.

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Element properties:

TargetMicrosoft.SQLServer.2012.IntegrationServicesGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SQLServer.2012.IntegrationServicesGroup.Discovery" Target="SQL!Microsoft.SQLServer.2012.IntegrationServicesGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SQL!Microsoft.SQLServer.2012.IntegrationServicesGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="Microsoft.SQLServer.2012.IntegrationServices"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.2012.IntegrationServicesGroupContainsIntegrationServices"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>