MSSQL on Linux: Discover SQL Server Monitoring Pool Alert Collections

Microsoft.SQLServer.Linux.Discovery.MonitoringPoolAlertCollection (Discovery)

This rule discovers a Monitoring Pool Alert Collection for a MSSQL on Linux. 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 Linux. 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.

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

The synchronization time specified by using a 24-hour format. May be omitted.

 

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