Alert ID 9102 - AppSense PM Agent - User Memory Usage Blocked Alert

AppSense.PM.10.Agent.Event.Alrt.9102 (Rule)

Amount of memory consumed by a user has exceeded the blocking level as set in a User Memory Limit. This user will not be able to launch any more applications until their memory usage falls below the blocking level.

Knowledge Base article:

Summary

Alert ID 9102 - AppSense PM Agent - User Memory Usage Blocked

Amount of memory consumed by a user has exceeded the blocking level as set in a User Memory Limit. This user will not be able to launch any more applications until their memory usage falls below the blocking level.

Causes

Resolutions

Element properties:

TargetAppSense.PM.10.Agent
CategoryAlert
EnabledTrue
Event_ID9102
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityNormal
RemotableTrue
Alert Message
Event ID 9102 - AppSense PM Agent - User Memory Usage Blocked Resource
Alert message for Event ID 9102 - AppSense PM Agent - User Memory Usage Blocked
Event LogApplication

Member Modules:

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

Source Code:

<Rule ID="AppSense.PM.10.Agent.Event.Alrt.9102" Enabled="true" Target="AppSense.PM.10.Agent" ConfirmDelivery="true" Remotable="true" 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>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">9102</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^AppSense.*</Pattern>
</RegExExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="Health!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="AppSense.PM.10.Agent.Event.Alrt.9102.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
<SuppressionValue>$Data/EventCategory$</SuppressionValue>
<SuppressionValue>$Data/UserName$</SuppressionValue>
<SuppressionValue>$Data/EventDescription$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>