SQL Server 2008 Reporting Services の検出 (Windows サーバー)

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>