Azure SQL MI: Discover Monitoring Pool Alert Collection

Microsoft.Azure.ManagedInstance.Discovery.MonitoringPoolAlertCollection (Discovery)

This rule discovers a Monitoring Pool Alert Collection for an Azure SQL Managed Instance. 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 an Azure SQL Managed Instance. 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

Synchronization Time

 

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.Azure.ManagedInstance.DataSource.MonitoringPoolAlertCollectionDiscovery Default

Source Code:

<Discovery ID="Microsoft.Azure.ManagedInstance.Discovery.MonitoringPoolAlertCollection" Target="SC!Microsoft.SystemCenter.AllManagementServersPool" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.Azure.ManagedInstance.MonitoringPoolAlertCollection"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.Azure.ManagedInstance.DataSource.MonitoringPoolAlertCollectionDiscovery">
<SyncTime/>
<IntervalSeconds>14400</IntervalSeconds>
<MonitoringPoolAlertCollectionClassId>$MPElement[Name='Microsoft.Azure.ManagedInstance.MonitoringPoolAlertCollection']$</MonitoringPoolAlertCollectionClassId>
<DisplayName>Azure SQL Managed Instance: Discover Monitoring Pool Alert Collection</DisplayName>
</DataSource>
</Discovery>