MSSQL on Windows Replication: Discover Monitoring Pool Alert Collections

Microsoft.SQLServer.Replication.Windows.Discovery.MonitoringPoolAlertCollection (Discovery)

This rule discovers a Monitoring Pool Alert Collection for a MSSQL on Windows Replication. This object is used to collect module errors and warnings from event log of nodes that are the members of the SQL Server Monitoring Pool.

Knowledge Base article:

Summary

This rule discovers a Monitoring Pool Alert Collection for a MSSQL on Windows Replication. This object is used to collect module errors and warnings from event log of nodes that are the members of the SQL Server Monitoring Pool.

Overrideable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Element properties:

TargetMicrosoft.SystemCenter.AllManagementServersPool
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

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

Source Code:

<Discovery ID="Microsoft.SQLServer.Replication.Windows.Discovery.MonitoringPoolAlertCollection" Target="SC!Microsoft.SystemCenter.AllManagementServersPool" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.Replication.Windows.MonitoringPoolAlertCollection"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="SqlCoreLib!Microsoft.SQLServer.Core.DataSource.MonitoringPoolAlertCollectionDiscovery">
<SyncTime/>
<IntervalSeconds>14400</IntervalSeconds>
<MonitoringPoolAlertCollectionClassId>$MPElement[Name='Microsoft.SQLServer.Replication.Windows.MonitoringPoolAlertCollection']$</MonitoringPoolAlertCollectionClassId>
<DisplayName>Microsoft SQL Server on Windows Replication Monitoring Pool Alert Collection</DisplayName>
</DataSource>
</Discovery>