DB Filegroup Space (rollup)

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

Rolls up Filegroup space health to database.

Knowledge Base article:

Summary

This monitor rolls up overall data space health for the Database Filegroup.

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.2012.Database
Parent MonitorMicrosoft.SQLServer.2012.Database.DBSpaceMonitor
AlgorithmWorstOf
Source MonitorMicrosoft.SQLServer.2012.Database.DBFileGroupSpaceMonitor
RelationshipMicrosoft.SQLServer.2012.DBHostsFileGroup
CategoryPerformanceCollection
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

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