Discover SQL Server 2012 Reporting Services (Windows Server)

Microsoft.SQLServer.2012.ReportingServicesDiscoveryRule.Server (Discovery)

This object discovery discovers all instances of SQL Server 2012 Reporting Services. By default, all instances are discovered and monitored.

Knowledge Base article:

Summary

This object discovery discovers all instances of SQL Server 2012 Reporting Services. By default, all instances are discovered and monitored.

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

No

Interval (seconds)

The polling interval in seconds that discovery will run on.

14400

Synchronization Time

The synchronization time specified by using a 24-hour format. May be omitted.

 

Timeout (seconds)

Specifies the time the workflow is allowed to run before being closed and marked as failed.

300

Element properties:

TargetMicrosoft.SQLServer.2012.Seed
EnabledFalse
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2012.ReportingServicesDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2012.ReportingServicesDiscoveryRule.Server" Enabled="false" Target="Microsoft.SQLServer.2012.Seed">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2012.ReportingServices">
<Property TypeID="SQL!Microsoft.SQLServer.ServerRole" PropertyID="InstanceName"/>
<Property TypeID="SQL!Microsoft.SQLServer.ReportingServices" PropertyID="ServiceName"/>
<Property TypeID="SQL!Microsoft.SQLServer.ReportingServices" PropertyID="ServiceClusterName"/>
<Property TypeID="SQL!Microsoft.SQLServer.ReportingServices" PropertyID="Version"/>
<Property TypeID="SQL!Microsoft.SQLServer.ReportingServices" PropertyID="ServicePackVersion"/>
<Property TypeID="SQL!Microsoft.SQLServer.ReportingServices" PropertyID="Edition"/>
<Property TypeID="SQL!Microsoft.SQLServer.ReportingServices" PropertyID="InstallPath"/>
</DiscoveryClass>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2012.ReportingServicesDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<ComputerID>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ComputerNETBIOSName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</ComputerNETBIOSName>
<IsVirtualNode>$Target/Host/Property[Type="Windows!Microsoft.Windows.Server.Computer"]/IsVirtualNode$</IsVirtualNode>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>