Containers Availability

Microsoft.SQLServer.Windows.Rollup.DBFilegroupFx.ContainerToDBFilegroupFxAvailability (DependencyMonitor)

Rolls up all containers availability monitors to the DB Memory-Optimized data filegroup.

Knowledge Base article:

Summary

This monitor is a rollup of availability monitoring for all Containers hosted on this DB Memory-Optimized data filegroup. If the state is unknown, the monitoring has not been initialized yet.

Causes

Unhealthy state for this monitor indicates a problem with availability of Containers hosted on this DB Memory-Optimized data filegroup. View all current alerts for this DB Memory-Optimized data filegroup 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.

Overridable 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.Windows.DBFilegroupFx
Parent MonitorSystem.Health.AvailabilityState
AlgorithmBestOf
Source MonitorSystem.Health.AvailabilityState
RelationshipMicrosoft.SQLServer.Windows.DBFilegroupFxHostsContainer
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveFalse
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.SQLServer.Windows.Rollup.DBFilegroupFx.ContainerToDBFilegroupFxAvailability" Target="SqlDiscW!Microsoft.SQLServer.Windows.DBFilegroupFx" ParentMonitorID="Health!System.Health.AvailabilityState" RelationshipType="SqlDiscW!Microsoft.SQLServer.Windows.DBFilegroupFxHostsContainer" MemberMonitor="Health!System.Health.AvailabilityState" Accessibility="Public" Enabled="true" Remotable="true" Priority="Normal">
<Category>AvailabilityHealth</Category>
<Algorithm>BestOf</Algorithm>
<MemberUnAvailable>Error</MemberUnAvailable>
</DependencyMonitor>