超出资源组发现限制

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

Knowledge Base article:

摘要

此规则检查事件 ID 7010 的操作管理器事件日志与运行状况服务脚本事件源。

原因

当群集中资源组的最大数量超出配置的资源组发现限制时,会发出警报。

解决方案

请参阅管理包指南获取指导信息。

Element properties:

TargetMicrosoft.Windows.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Event_ID7010
Event SourceHealth Service Script
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
超出资源组发现限制
群集中的资源组数量超出配置的资源组发现限制。请参阅管理包指南获取指导信息。
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="onEssentialMonitoring" 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>