Detectielimiet van brongroep overschreden

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

Knowledge Base article:

Samenvatting

Deze regel controleer het gebeurtenislogboek van de Operations Manager op gebeurtenis-id 7010 met gebeurtenisbron Statusservicescript.

Oorzaken

Als het maximumaantal brongroepen in het cluster de geconfigureerde detectielimiet voor brongroepen overschrijdt, wordt er een waarschuwing gegeven.

Oplossingen

Raadpleeg de handleiding voor management packs voor hulp.

Element properties:

TargetMicrosoft.Windows.Cluster.Monitoring.Service
CategoryAlert
EnabledTrue
Event_ID7010
Event SourceHealth Service Script
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Detectielimiet van brongroep overschreden
Het aantal brongroepen in het cluster overschrijdt de geconfigureerde detectielimiet voor brongroepen. Raadpleeg de handleiding voor management packs voor hulp.
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>