发现 SQL Server 2008 Reporting Services (Windows Server)

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

此对象发现可发现 SQL Server 2008 Reporting Services 的所有实例。默认情况下,将发现并监视所有实例。

Knowledge Base article:

摘要

此对象发现可发现 SQL Server 2008 Reporting Services 的所有实例。默认情况下,将发现并监视所有实例。

可替代参数

名称

说明

默认值

已启用

启用或禁用工作流。

间隔(秒)

将运行发现的轮询间隔(秒)。

14400

同步时间

要执行初始发现的时间

 

超时(秒)

 

300

Element properties:

TargetMicrosoft.SQLServer.2008.Seed
EnabledFalse
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SQLServer.2008.ReportingServicesDiscoveryRule.Server" Enabled="false" Target="Microsoft.SQLServer.2008.Seed">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="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="Microsoft.SQLServer.2008.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>