Azure ACS Communication Monitor

Microsoft.SystemCenter.Omonline.OutsideIn.InfrastructureMonitoring.ACS.EndpointAvailability.Monitor (UnitMonitor)

This monitor checks ACS communication errors.

Knowledge Base article:

Summary

The Management Server cannot communicate with Global Service Monitor due to communication issues with Windows Azure Access Control Services.

Causes

Check the event description for the detailed error message and take the appropriate action.

Resolutions

Check the event description for the detailed error message. If the error is ACS50008, you should run the Update Proxy Server and Renew Certificate wizard in the administration section of the Operations Manager Console. Ensure that you have not started Global Service Monitor from multiple Management Groups using the same subscription. You can check the subscription used in the Global Service Monitor state view in the Monitoring Section of the Console.

Element properties:

TargetMicrosoft.SystemCenter.Omonline.OutsideIn.InfrastructureMonitoring.Agent
Parent MonitorSystem.Health.AvailabilityState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.SystemCenter.Omonline.OutsideIn.InfrastructureMonitoring.2StateEventConsolidation.MonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Windows Azure ACS communication failed
{0}
RunAsDefault

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter.Omonline.OutsideIn.InfrastructureMonitoring.ACS.EndpointAvailability.Monitor" Accessibility="Public" Enabled="true" Target="Microsoft.SystemCenter.Omonline.OutsideIn.InfrastructureMonitoring.Agent" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="Microsoft.SystemCenter.Omonline.OutsideIn.InfrastructureMonitoring.2StateEventConsolidation.MonitorType" ConfirmDelivery="false">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter.Omonline.OutsideIn.InfrastructureMonitoring.ACS.EndpointAvailability.Monitor.AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Context/DataItem/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Error" MonitorTypeStateID="Error" HealthState="Error"/>
<OperationalState ID="Success" MonitorTypeStateID="Success" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>.</ComputerName>
<LogName>Operations Manager</LogName>
<ExpressionSuccess>
<!--Success event-->
<And>
<Expression>
<RegExExpression>
<ValueExpression>
<XPathQuery>EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>MatchesRegularExpression</Operator>
<Pattern>^(10000|10003|10005|10006|10007|10008|10009|10010|10011|10012|10013)$</Pattern>
</RegExExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">Global Service Monitor Modules</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<XPathQuery Type="String">Params/Param[6]</XPathQuery>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</ExpressionSuccess>
<ConsolidationEventCountSuccess>1</ConsolidationEventCountSuccess>
<ConsolidationIntervalSuccess>900</ConsolidationIntervalSuccess>
<ExpressionError>
<!--ACS endpoint communication failed-->
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">10002</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<Value Type="String">Global Service Monitor Modules</Value>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<XPathQuery Type="String">Params/Param[6]</XPathQuery>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</ExpressionError>
<ConsolidationEventCountError>1</ConsolidationEventCountError>
<ConsolidationIntervalError>900</ConsolidationIntervalError>
</Configuration>
</UnitMonitor>