Resource Group Discovery Limit Exceeded

Microsoft.Windows.Cluster.Resource.Group.Discovery.Limit.Exceeded (Rule)

Knowledge Base article:

Summary

This rule checks the Operations Manager Event Log for Event ID 7010 with Health Service Script event source.

Causes

When the maximum The number of resource groups in the cluster exceeds the configured Resource Group Discovery Limit, an alert is raised.

Resolutions

Please refer to the management pack guide for guidance.

Element properties:

TargetMicrosoft.Windows.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Event_ID7010
Event SourceHealth Service Script
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Resource Group Discovery Limit Exceeded
The number of resource groups in the cluster exceeds the configured Resource Group Discovery Limit. Please refer to the management pack guide for guidance.
Event LogOperations Manager

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.Cluster.Resource.Group.Discovery.Limit.Exceeded" Enabled="true" Target="Microsoft.Windows.Cluster.Monitoring.Service" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Operations Manager</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Health Service Script</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">7010</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Cluster.Resource.Group.Discovery.Limit.Exceeded.AlertMessage"]$</AlertMessageId>
<Suppression>
<SuppressionValue>$Data/EventDescription$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>