Discover SQL 2008 Reporting Services (Windows Server) by Symantec

Symantec.SQLServer.2008.ReportingServicesDiscoveryRule.Server (Discovery)

This object discovery discovers all instances of SQL Server 2008 Reporting Services. By default all instances are discovered an monitored.

Knowledge Base article:

Summary

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

Element properties:

TargetMicrosoft.Windows.Server.Computer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Symantec.SQLServer.2008.ReportingServicesDiscovery Default

Source Code:

<Discovery ID="Symantec.SQLServer.2008.ReportingServicesDiscoveryRule.Server" Enabled="onStandardMonitoring" Target="Windows!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SQL2008Core!Microsoft.SQLServer.2008.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="Symantec.SQLServer.2008.ReportingServicesDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<ComputerID>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</ComputerID>
<ComputerName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<ComputerNETBIOSName>$Target/Property[Type="Windows!Microsoft.Windows.Computer"]/NetbiosComputerName$</ComputerNETBIOSName>
<IsVirtualNode>$Target/Property[Type="Windows!Microsoft.Windows.Server.Computer"]/IsVirtualNode$</IsVirtualNode>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>