Sender fails to connect to a remote site over LAN advanced security

Microsoft.SystemCenter2012.ConfigurationManager.LanSender.FailedToConnectToRemoteSite (UnitMonitor)

The rule generates alert when a sender fails to connect to a remote site over the LAN under advanced security.

Knowledge Base article:

Summary

The Configuration Manager LAN sender cannot connect to the remote site. If there are no other senders configured to connect to the remote site, there will be no communication from this site to the remote site until this condition is resolved. Communication can still be received from the remote site.

If the remote site is a parent site, this site cannot send any inventory or status messages up the site hierarchy. If the remote site is a child site, this site cannot send any package information or site configuration requests down the hierarchy.

The LAN sender automatically retries the connection and send operations.

Causes

This condition could occur because:

Resolutions

This alert is best handled by Configuration Manager administrators.

Element properties:

TargetMicrosoft.SystemCenter2012.ConfigurationManager.LanSender
Parent MonitorMicrosoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor
CategoryAvailabilityHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeMicrosoft.Windows.SingleEventLogManualReset2StateMonitorType
RemotableTrue
AccessibilityPublic
Alert Message
Sender connection failure alert
A sender fails to connect to remote site over the LAN under advanced security
RunAsDefault
CommentSIV:SVC0034

Source Code:

<UnitMonitor ID="Microsoft.SystemCenter2012.ConfigurationManager.LanSender.FailedToConnectToRemoteSite" Comment="SIV:SVC0034" Accessibility="Public" Enabled="onEssentialMonitoring" Target="SCCM!Microsoft.SystemCenter2012.ConfigurationManager.LanSender" ParentMonitorID="Microsoft.SystemCenter2012.ConfigurationManager.ComponentAggregateMonitor" Remotable="true" Priority="Normal" TypeID="Windows!Microsoft.Windows.SingleEventLogManualReset2StateMonitorType" ConfirmDelivery="true">
<Category>AvailabilityHealth</Category>
<AlertSettings AlertMessage="Microsoft.SystemCenter2012.ConfigurationManager.LanSender.FailedToConnectToRemoteSite_AlertMessageResourceID">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="EventRaised" MonitorTypeStateID="EventRaised" HealthState="Error"/>
<OperationalState ID="ManualResetEventRaised" MonitorTypeStateID="ManualResetEventRaised" HealthState="Success"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/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">3530</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">SMS Server</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</Configuration>
</UnitMonitor>