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

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

このルールは、すべての Microsoft SQL Server 2016 Reporting Services (ネイティブ モード) インスタンスを検出します。

Knowledge Base article:

概要

このルールは、すべての Microsoft SQL Server 2016 Reporting Services (ネイティブ モード) インスタンスを検出します。

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

名前

説明

既定値

有効

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

はい

間隔 (秒)

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

14400

同期時刻

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

 

タイムアウト (秒)

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

300

Element properties:

TargetMicrosoft.SQLServer.2016.ReportingServices.Seed
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2016.ReportingServices.PropertyBag.Instance Microsoft.SQLServer.DiscoveryAccount

Source Code:

<Discovery ID="Microsoft.SQLServer.2016.ReportingServices.Discovery.Instance" Target="Microsoft.SQLServer.2016.ReportingServices.Seed" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2016.ReportingServices.Instance"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2016.ReportingServices.PropertyBag.Instance" RunAs="GPMP!Microsoft.SQLServer.DiscoveryAccount">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<PrincipalName>$Target/Host/Property[Type='Windows!Microsoft.Windows.Computer']/PrincipalName$</PrincipalName>
<ClassId>$MPElement[Name='Microsoft.SQLServer.2016.ReportingServices.Instance']$</ClassId>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>