DB Filegroup Space

Microsoft.SQLServer.2008.Database.DBFileGroupSpaceMonitor (AggregateMonitor)

Monitors the aggregate space health for the Filegroup.

Knowledge Base article:

Summary

This monitor is a rollup monitor for all Filegroup space monitoring for this object. If the state is unknown, either monitoring has not begun for this object.

Configuration

Unhealthy state for this monitor indicates some problems with another monitor running against this object and monitoring Filegroup space. View all current alerts from this object using this link:

View Alerts

Resolutions

Use the health explorer to drill down and find the cause of the unhealthy state. Use the knowledge on the specific monitor causing the issue to troubleshoot and fix the problem.

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.2008.DBFileGroup
Parent MonitorSystem.Health.PerformanceState
AlgorithmWorstOf
CategoryPerformanceHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<AggregateMonitor ID="Microsoft.SQLServer.2008.Database.DBFileGroupSpaceMonitor" Accessibility="Public" Enabled="true" Target="SQL2008Core!Microsoft.SQLServer.2008.DBFileGroup" ParentMonitorID="SystemHealth!System.Health.PerformanceState" Remotable="true" Priority="Normal">
<Category>PerformanceHealth</Category>
<Algorithm>WorstOf</Algorithm>
</AggregateMonitor>