SSRS 2008: 本机模式部署发现

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

此规则将发现 SSRS 2008 本机模式部署的所有实例。

Knowledge Base article:

摘要

此规则将发现 SSRS 2008 本机模式部署的所有实例。

可替代参数

名称

说明

默认值

已启用

启用或禁用工作流

间隔(秒)

运行工作流的重复间隔时间(秒)。

14400

同步时间

使用 24 小时格式指定的同步时间。可以忽略。

 

超时(秒)

指定允许工作流在被关闭并标记为失败之前运行的时间。

300

Element properties:

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

Object Discovery Details:

Discovered Classes and their attribuets:
Discovered relationships and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2008.ReportingServices.DataSource.Deployment Microsoft.SQLServer.2008.ReportingServices.RunAsProfile.SDKDiscovery

Source Code:

<Discovery ID="Microsoft.SQLServer.2008.ReportingServices.Discovery.Deployment" Target="Microsoft.SQLServer.2008.ReportingServices.DeploymentSeed" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2008.ReportingServices.Seed"/>
<DiscoveryClass TypeID="Microsoft.SQLServer.2008.ReportingServices.Deployment"/>
<DiscoveryClass TypeID="Microsoft.SQLServer.2008.ReportingServices.DeploymentWatcher"/>
<DiscoveryClass TypeID="SC!Microsoft.SystemCenter.HealthService"/>
<DiscoveryRelationship TypeID="SC!Microsoft.SystemCenter.HealthServiceShouldManageEntity"/>
<DiscoveryRelationship TypeID="Microsoft.SQLServer.2008.ReportingServices.Relations.DeploymentContainRSInstance"/>
<DiscoveryRelationship TypeID="Microsoft.SQLServer.2008.ReportingServices.Relations.DeploymentContainDB"/>
<DiscoveryRelationship TypeID="Microsoft.SQLServer.2008.ReportingServices.Relations.DeploymentReferenceDeploymentWatcher"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2008.ReportingServices.DataSource.Deployment" RunAs="Microsoft.SQLServer.2008.ReportingServices.RunAsProfile.SDKDiscovery">
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
<DeploymentName>$Target/Property[Type='Microsoft.SQLServer.2008.ReportingServices.DeploymentSeed']/DeploymentName$</DeploymentName>
<ServerFQDN>$Target/Property[Type='Microsoft.SQLServer.2008.ReportingServices.DeploymentSeed']/ServerFQDN$</ServerFQDN>
<DBInstanceName>$Target/Property[Type='Microsoft.SQLServer.2008.ReportingServices.DeploymentSeed']/DBInstanceName$</DBInstanceName>
<DBName>$Target/Property[Type='Microsoft.SQLServer.2008.ReportingServices.DeploymentSeed']/DBName$</DBName>
<TDBName>$Target/Property[Type='Microsoft.SQLServer.2008.ReportingServices.DeploymentSeed']/TDBName$</TDBName>
<ListRS>$Target/Property[Type='Microsoft.SQLServer.2008.ReportingServices.DeploymentSeed']/SSRSInstances$</ListRS>
<TimeoutSeconds>300</TimeoutSeconds>
</DataSource>
</Discovery>