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

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

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

Knowledge Base article:

概要

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

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

名前

説明

既定値

有効

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

はい

間隔 (秒)

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

14400

同期時刻

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

 

タイムアウト (秒)

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

300

Element properties:

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

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2008.ReportingServices.PropertyBag.Instance Microsoft.SQLServer.2008.ReportingServices.RunAsProfile.Discovery

Source Code:

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