Database Critical Policies (rollup)

Microsoft.SQLServer.2016.DatabaseErrorUserPolicyStateMonitorRollup (DependencyMonitor)

This is the rollup monitor for all extended health monitors. Extended health monitors are automatically generated by discovering existing health policies in SQL server instances. This monitor is for critical custom user policies.

Knowledge Base article:

Summary

This is the rollup monitor for all extended health monitors. Extended health monitors are automatically generated by discovering existing health policies in SQL server instances. This monitor is for critical custom user policies.

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.DatabaseUserPolicyAggregateMonitor
AlgorithmWorstOf
Source MonitorMicrosoft.SQLServer.2016.DBErrorUserPolicyStateMonitor
RelationshipMicrosoft.SQLServer.2016.DatabaseHostsDBErrorUserPolicy
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateFalse
Alert Auto ResolveTrue
RemotableTrue
AccessibilityPublic

Source Code:

<DependencyMonitor ID="Microsoft.SQLServer.2016.DatabaseErrorUserPolicyStateMonitorRollup" Accessibility="Public" Enabled="true" Target="SQL2016Core!Microsoft.SQLServer.2016.Database" ParentMonitorID="Microsoft.SQLServer.2016.DatabaseUserPolicyAggregateMonitor" Remotable="true" Priority="Normal" RelationshipType="SQL2016Core!Microsoft.SQLServer.2016.DatabaseHostsDBErrorUserPolicy" MemberMonitor="Microsoft.SQLServer.2016.DBErrorUserPolicyStateMonitor">
<Category>AvailabilityHealth</Category>
<Algorithm>WorstOf</Algorithm>
<MemberUnAvailable>Warning</MemberUnAvailable>
</DependencyMonitor>