MSSQL Reporting Services: Event Log Collection Target Management Server Discovery

Microsoft.SQLServer.ReportingServices.Core.Discovery.EventLogCollectionTargetManagementServer (Discovery)

This discovery rule discovers an event log collection target for a Microsoft SQL Server Reporting Services. This object is used to collect module errors from event logs of management server computers.

Knowledge Base article:

Summary

This discovery rule discovers an event log collection target for a Microsoft SQL Server Replication. This object is used to collect module errors from event logs of management server computers.

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Interval (seconds)

The recurring interval of time in seconds in which to run the workflow.

14400

Synchronization Time

Synchronization Time

 

Element properties:

TargetMicrosoft.SystemCenter.ManagementServer
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.ReportingServices.Core.DataSource.EventLogCollectionTargetManagementServer Default

Source Code:

<Discovery ID="Microsoft.SQLServer.ReportingServices.Core.Discovery.EventLogCollectionTargetManagementServer" Enabled="true" Target="SC!Microsoft.SystemCenter.ManagementServer" ConfirmDelivery="false" Remotable="true" Priority="Normal">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.ReportingServices.Core.EventLogCollectionTarget"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.ReportingServices.Core.DataSource.EventLogCollectionTargetManagementServer">
<PrincipalName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/PrincipalName$</PrincipalName>
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
</DataSource>
</Discovery>