SSRS 2016: Microsoft SQL Server Reporting Services (ネイティブ モード) シード検出

Microsoft.SQLServer.2016.ReportingServices.Discovery.Seed (Discovery)

このルールは、Reporting Services をインストールするためのシードを検出します。このオブジェクトは、特定のサーバー コンピューターに Reporting Services (ネイティブ モード) のインストールが含まれていることを示します。

Knowledge Base article:

概要

このルールは、Reporting Services をインストールするためのシードを検出します。このオブジェクトは、特定のサーバー コンピューターに Reporting Services (ネイティブ モード) のインストールが含まれていることを示します。

上書き可能なパラメーター

名前

説明

既定値

有効

ワークフローの有効化または無効化

はい

間隔 (秒)

ワークフローを実行する定期的な実行間隔 (秒)。

14400

同期時刻

24 時間形式で指定した同期時刻。省略可能です。

 

タイムアウト (秒)

ワークフローが終了して失敗とマークされるまでの、ワークフローの許容実行時間を指定します。

300

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 Microsoft.SQLServer.2016.ReportingServices.DataSource.Seed Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2016.ReportingServices.Discovery.Seed" Enabled="true" Target="Windows!Microsoft.Windows.Server.Computer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2016.ReportingServices.Seed"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2016.ReportingServices.DataSource.Seed">
<PrincipalName>$Target/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</PrincipalName>
<Frequency>14400</Frequency>
<SyncTime/>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>