mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-21 14:49:07 +00:00
Fix probe issue with ping and ICMP
This commit is contained in:
parent
c893990722
commit
c052cadc98
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user