DB Filegroup Space (rollup)

Microsoft.SQLServer.2016.Database.DBFileGroupPerfRollup (DependencyMonitor)

This dependency monitor rolls up the overall space health from Database Filegroups to the Database.

Knowledge Base article:

Summary

This dependency monitor rolls up the overall space health from Database Filegroups to the Database.

Overrideable Parameters

Name

Description

Default Value

Enabled

Enables or disables the workflow.

Yes

Generates Alerts

Defines whether the workflow generates an Alert.

No

Element properties:

TargetMicrosoft.SQLServer.2016.Database
Parent MonitorMicrosoft.SQLServer.2016.Database.DBSpaceMonitor
AlgorithmWorstOf
Source MonitorMicrosoft.SQLServer.2016.Database.DBFileGroupSpaceMonitor
RelationshipMicrosoft.SQLServer.2016.DBHostsFileGroup
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.SQLServer.2016.Database.DBFileGroupPerfRollup" Accessibility="Public" Enabled="true" Target="SQL2016Core!Microsoft.SQLServer.2016.Database" ParentMonitorID="Microsoft.SQLServer.2016.Database.DBSpaceMonitor" Remotable="true" Priority="Normal" RelationshipType="SQL2016Core!Microsoft.SQLServer.2016.DBHostsFileGroup" MemberMonitor="Microsoft.SQLServer.2016.Database.DBFileGroupSpaceMonitor">
<Category>PerformanceCollection</Category>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>