diff --git a/Ingestor/API/Probe.ts b/Ingestor/API/Probe.ts index 27b5d6a1b9..2145021378 100644 --- a/Ingestor/API/Probe.ts +++ b/Ingestor/API/Probe.ts @@ -168,7 +168,12 @@ router.post( if (isPingCheckOffline) { issue += - ' This probe cannot reach out to ping other servers / hostnames or IP addresses.'; + ' This probe cannot reach out to ping other servers / hostnames or IP addresses. '; + } + + if (!isWebsiteCheckOffline && isPingCheckOffline) { + issue += + 'Looks like ICMP is blocked. We will fallback to port monitoring (on default port 80) to monitor the uptime of resources.'; } // now send an email to all the emailsToNotify