Azure SQL Alert Group Discovery

Microsoft.SqlServer.Azure.Presentation.AlertsGroupDiscovery (Discovery)

This workflow populates Azure SQL Database components for SQL Server Alerts Group.

Knowledge Base article:

Overrideable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Element properties:

TargetMicrosoft.SQLServer.Core.SQLServerAlertsScopeGroup
EnabledTrue
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DiscoveryDataSource DataSource Microsoft.SystemCenter.GroupPopulator Default

Source Code:

<Discovery ID="Microsoft.SqlServer.Azure.Presentation.AlertsGroupDiscovery" Target="SqlCoreLib!Microsoft.SQLServer.Core.SQLServerAlertsScopeGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="SqlCoreLib!Microsoft.SQLServer.Core.SQLServerAlertsScopeGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SqlAzure!Microsoft.SqlServer.Azure.WatcherNode"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SqlServer.Azure.Presentation.AlertsGroupDiscoveryContainsWatcherNode"]$</RelationshipClass>
</MembershipRule>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SqlAzure!Microsoft.SqlServer.Azure.ComponentsGroup"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SqlServer.Azure.Presentation.AlertsGroupContainsComponentsGroup"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>