Alert for event Id: 32014 ('AVMCU_E_HEALTH_STATE_CRITICAL')

Microsoft.LS.2015.Monitoring.Rule.InfoEvent.AVConf.AVMCU_E_HEALTH_STATE_CRITICAL (Rule)

Knowledge Base article:

Summary

Internal Audio/Video Conferencing Server health monitoring has detected that Audio/Video Conferencing Server is operating at maximum capacity.

Causes

The Audio/Video Conferencing Server has reached maximum capacity.

Resolutions

Check that the number of active conferences and number of users in the conference corresponds to the expected usage model.

Element properties:

TargetMicrosoft.LS.2015.Component.AVConf
CategoryEventCollection
EnabledTrue
Event_ID32014
Event SourceLS Audio-Video Conferencing Server
Alert GenerateTrue
Alert SeverityWarning
Alert PriorityLow
RemotableTrue
Alert Message
[Skype] Internal Audio/Video Conferencing Server health monitoring has detected that Audio/Video Conferencing Server is operating at maximum capacity.
{0}

Please see the 'Product Knowledge' and the 'Alert Context' tab on Alert Properties view for more information.
Event LogLync Server

Member Modules:

ID Module Type TypeId RunAs 
CollectEvent DataSource Microsoft.Windows.EventProvider Default
WriteAlert WriteAction System.Health.GenerateAlert Default
WriteToDB WriteAction Microsoft.SystemCenter.CollectEvent Default
WriteToDW WriteAction Microsoft.SystemCenter.DataWarehouse.PublishEventData Default

Source Code:

<Rule ID="Microsoft.LS.2015.Monitoring.Rule.InfoEvent.AVConf.AVMCU_E_HEALTH_STATE_CRITICAL" Enabled="true" Target="Microsoft.LS.2015.Component.AVConf" ConfirmDelivery="false" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>EventCollection</Category>
<DataSources>
<DataSource ID="CollectEvent" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Lync Server</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">LS Audio-Video Conferencing Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">32014</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="WriteToDB" TypeID="SC!Microsoft.SystemCenter.CollectEvent"/>
<WriteAction ID="WriteAlert" TypeID="Health!System.Health.GenerateAlert">
<Priority>0</Priority>
<Severity>1</Severity>
<AlertMessageId>$MPElement[Name="Alert_Internal_Audio_Video_Conferencing_Server_health_monitoring_has_detected_that_Audio_Video_Conferencing_Server_is_operating_at_maximum_capacity."]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/PublisherName$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
<WriteAction ID="WriteToDW" TypeID="SCDW!Microsoft.SystemCenter.DataWarehouse.PublishEventData"/>
</WriteActions>
</Rule>