No information available...
You need to enable health checks for this node in order to start getting status information.
Try again later...
Tip: Administrators can also be notified via email
when a connection is down or unresponsive
by enabling Email Notifications in settings.
| Last known status | Healthy Down or unresponsive |
|---|---|
| Last checked | {{moment(node.health_check_details.lastChecked).fromNow()}} |
| Last failed | {{node.health_check_details.lastFailed ? moment(node.health_check_details.lastFailed).format("dddd, MMMM Do YYYY, HH:mm:ss") : "Never"}} |
| Last notified | {{node.health_check_details.lastNotified ? moment(node.health_check_details.lastNotified).fromNow() : 'Never'}} |
| Uptime Downtime | {{moment.duration(moment().diff(moment(node.health_check_details.firstSucceeded))).humanize()}} {{moment.duration(moment().diff(moment(node.health_check_details.firstFailed))).humanize()}} |