Host Unreachable

CookdownCommunity.ServiceNow.Monitoring.HttpsTCPPortTest.HostUnreachableMonitor (UnitMonitor)

A socket operation was attempted to an unreachable host.

Knowledge Base article:

Summary

The target IP or device could not be reached

Causes

This can happen for a few reasons:

Resolutions

Try the following troubleshooting steps to attempt to fix the problem

Element properties:

TargetCookdownCommunity.ServiceNow.Monitoring.WatcherNode
Parent MonitorSystem.Health.AvailabilityState
CategoryPerformanceHealth
EnabledTrue
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
Alert Auto ResolveTrue
Monitor TypeCookdownCommunity.ServiceNow.Monitoring.HttpsTCPPortTest.HostUnreachable
RemotableTrue
AccessibilityPublic
Alert Message
Host Unreachable
A socket operation was attempted to an unreachable host. ServerName: cookdowndev.service-now.com Port: 443
RunAsDefault

Source Code:

<UnitMonitor ID="CookdownCommunity.ServiceNow.Monitoring.HttpsTCPPortTest.HostUnreachableMonitor" Accessibility="Public" Enabled="true" Target="CookdownCommunity.ServiceNow.Monitoring.WatcherNode" ParentMonitorID="Health!System.Health.AvailabilityState" Remotable="true" Priority="Normal" TypeID="CookdownCommunity.ServiceNow.Monitoring.HttpsTCPPortTest.HostUnreachable" ConfirmDelivery="false">
<Category>PerformanceHealth</Category>
<AlertSettings AlertMessage="CookdownCommunity.ServiceNow.Monitoring.HttpsTCPPortTest.HostUnreachableMonitor.AlertMessage">
<AlertOnState>Error</AlertOnState>
<AutoResolve>true</AutoResolve>
<AlertPriority>Normal</AlertPriority>
<AlertSeverity>Error</AlertSeverity>
</AlertSettings>
<OperationalStates>
<OperationalState ID="OK" MonitorTypeStateID="NoHostUnreachableFailure" HealthState="Success"/>
<OperationalState ID="Error" MonitorTypeStateID="HostUnreachableFailure" HealthState="Error"/>
</OperationalStates>
<Configuration/>
</UnitMonitor>