SSRS 2008: Discover SQL Server Reporting Services Computer Group membership

Microsoft.SQLServer.2008.ReportingServices.Presentation.GenericComputerGroupDiscovery (Discovery)

Populates the computer group to contain all computers running SQL Server Reporting Services.

Knowledge Base article:

Summary

This object discovery populates the computer group to contain all computers running SQL Server Reporting Services.

Overrideable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow

Yes

Element properties:

TargetMicrosoft.SQLServer.Generic.Presentation.ComputersGroup
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.2008.ReportingServices.Presentation.GenericComputerGroupDiscovery" Target="GPMP!Microsoft.SQLServer.Generic.Presentation.ComputersGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="GPMP!Microsoft.SQLServer.Generic.Presentation.ComputersGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" 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="MS2D!Microsoft.SQLServer.2008.ReportingServices.Instance"]$</MonitoringClass>
</Contains>
</Expression>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>