mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 07:10:53 +00:00
refactor: Update failureCause message in PingMonitor.ts
This commit is contained in:
parent
4c90dc66a0
commit
f09419ef50
@ -126,7 +126,7 @@ export default class PingMonitor {
|
|||||||
|
|
||||||
return {
|
return {
|
||||||
isOnline: false,
|
isOnline: false,
|
||||||
failureCause: "Timeout exceeded",
|
failureCause: "Host is not reachable. Timeout exceeded.",
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user