Fix probe issue with ping and ICMP

This commit is contained in:
Simon Larsen 2024-03-29 20:56:07 +00:00
parent c893990722
commit c052cadc98
No known key found for this signature in database
GPG Key ID: AB45983AA9C81CDE

View File

@ -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