MSSQL on Linux: All SQL Server Objects Group Discovery

Microsoft.SQLServer.Linux.Discovery.AllSQLServerObjectsGroup (Discovery)

Discovery of MSSQL All SQL Server Objects Group on Linux.

Knowledge Base article:

Overridable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Element properties:

TargetMicrosoft.SQLServer.Linux.AllSQLServerObjectsGroup
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.Linux.Discovery.AllSQLServerObjectsGroup" Target="Microsoft.SQLServer.Linux.AllSQLServerObjectsGroup" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.Linux.AllSQLServerObjectsGroup"/>
</DiscoveryTypes>
<DataSource ID="DiscoveryDataSource" TypeID="SC!Microsoft.SystemCenter.GroupPopulator">
<RuleId>$MPElement$</RuleId>
<GroupInstanceId>$Target/Id$</GroupInstanceId>
<MembershipRules>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SqlDiscL!Microsoft.SQLServer.Linux.DBEngine"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.Linux.AllSQLServerObjectsGroupContainsDBEngine"]$</RelationshipClass>
</MembershipRule>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SqlDiscL!Microsoft.SQLServer.Linux.Agent"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.Linux.AllSQLServerObjectsGroupContainsAgent"]$</RelationshipClass>
</MembershipRule>
<MembershipRule>
<MonitoringClass>$MPElement[Name="SqlDiscL!Microsoft.SQLServer.Linux.MonitoringPoolAlertCollection"]$</MonitoringClass>
<RelationshipClass>$MPElement[Name="Microsoft.SQLServer.Linux.AllSQLServerObjectsGroupContainsMonitoringPoolAlertCollection"]$</RelationshipClass>
</MembershipRule>
</MembershipRules>
</DataSource>
</Discovery>