The Bandwidth Policy Server experience repeated disconnects from peer servers. Check the event log for the recommended resolution.

Microsoft.LS.2019.Monitoring.UnitMonitor.TimerResetEvent.PDP.PDP_MACHINE_DISCONNECTED (UnitMonitor)

Knowledge Base article:

Summary

Disconnected from server.

Causes

If the specified server is removed from the topology or is currently draining or is stopped, this behavior is expected; otherwise, a network issue may have caused the disconnect.

Resolutions

If this behavior is unexpected, resolve the network issues between the two servers. Ensure that the service is listening on the specified port and FQDN.

Element properties:

TargetMicrosoft.LS.2019.Component.PDP
Parent MonitorSystem.Health.ConfigurationState
CategoryConfigurationHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityHigh
Alert Auto ResolveTrue
Monitor TypeMicrosoft.LS.2019.MonitorType.TimerResetEvent.Repeated
RemotableTrue
AccessibilityPublic
Alert Message
[Skype] Disconnected from server.
{0}

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

Source Code:

<UnitMonitor ID="Microsoft.LS.2019.Monitoring.UnitMonitor.TimerResetEvent.PDP.PDP_MACHINE_DISCONNECTED" Accessibility="Public" Enabled="true" Target="SFBDiscovery!Microsoft.LS.2019.Component.PDP" ParentMonitorID="Health!System.Health.ConfigurationState" Remotable="true" Priority="Normal" TypeID="Microsoft.LS.2019.MonitorType.TimerResetEvent.Repeated" ConfirmDelivery="true">
<Category>ConfigurationHealth</Category>
<AlertSettings AlertMessage="Alert_Disconnected_from_server.">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>High</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
<AlertParameters>
<AlertParameter1>$Data/Context/Context/DataItem/EventDescription$</AlertParameter1>
</AlertParameters>
</AlertSettings>
<OperationalStates>
<OperationalState ID="Microsoft.LS.2019.Monitoring.UnitMonitor.TimerResetEvent.PDP.PDP_MACHINE_DISCONNECTED.Timer" MonitorTypeStateID="TimerEventRaised" HealthState="Success"/>
<OperationalState ID="Microsoft.LS.2019.Monitoring.UnitMonitor.TimerResetEvent.PDP.PDP_MACHINE_DISCONNECTED.Repeated" MonitorTypeStateID="RepeatedEventRaised" HealthState="Error"/>
</OperationalStates>
<Configuration>
<ComputerName>$Target/Host/Host/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Lync Server</LogName>
<ErrorExpression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">36023</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">LS Bandwidth Policy Service (Core)</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</ErrorExpression>
<AutoResolveInterval>25200</AutoResolveInterval>
<TimerWindowInSeconds>3600</TimerWindowInSeconds>
<RepeatCount>25</RepeatCount>
</Configuration>
</UnitMonitor>