MSSQL 2017 on Linux: Discover Memory-Optimized Data Filegroup

Microsoft.SQLServer.2017.Linux.Discovery.DBFilegroupFx (Discovery)

This rule discovers the Memory-Optimized Data Filegroup information for each SQL Server 2017 Database on Linux.

Knowledge Base article:

Summary

This rule discovers the Memory-Optimized Data Filegroup information for each SQL Server 2017 Database on Linux.

Overrideable 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

 

Timeout (seconds)

Specifies the time the workflow is allowed to run before being closed and marked as failed.

300

Timeout for database connection (seconds)

The workflow will fail and register an event, if it cannot access the database during the specified period.

15

Element properties:

TargetMicrosoft.SQLServer.2017.Linux.Database
EnabledTrue
Frequency14400
RemotableFalse

Object Discovery Details:

Discovered Classes and their attribuets:

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.SQLServer.2017.Linux.DataSource.DBFilegroupFxDiscovery Default

Source Code:

<Discovery ID="Microsoft.SQLServer.2017.Linux.Discovery.DBFilegroupFx" Target="Microsoft.SQLServer.2017.Linux.Database" Enabled="true">
<Category>Discovery</Category>
<DiscoveryTypes>
<DiscoveryClass TypeID="Microsoft.SQLServer.2017.Linux.DBFilegroupFx"/>
</DiscoveryTypes>
<DataSource ID="DS" TypeID="Microsoft.SQLServer.2017.Linux.DataSource.DBFilegroupFxDiscovery">
<MachineName>$Target/Host/Property[Type="SQL2017L!Microsoft.SQLServer.2017.Library.DBEngine"]/MachineName$</MachineName>
<InstanceName>$Target/Host/Property[Type="SQL2017L!Microsoft.SQLServer.2017.Library.DBEngine"]/InstanceName$</InstanceName>
<DatabaseName>$Target/Property[Type="SQL2017L!Microsoft.SQLServer.2017.Library.Database"]/DatabaseName$</DatabaseName>
<ConnectionString>$Target/Host/Property[Type="SQL2017L!Microsoft.SQLServer.2017.Library.DBEngine"]/ConnectionString$</ConnectionString>
<SqlTimeoutSeconds>15</SqlTimeoutSeconds>
<TimeoutSeconds>300</TimeoutSeconds>
<IntervalSeconds>14400</IntervalSeconds>
<SyncTime/>
</DataSource>
</Discovery>