You need to enable health checks for this API in order to start getting HC status information.
Try again later...
Last known status | Healthy Unhealthy |
---|---|
Last checked | {{moment(serviceHC.data.lastChecked).fromNow()}} |
Last failed | {{serviceHC.data.lastFailed ? moment(serviceHC.data.lastFailed).format("dddd, MMMM Do YYYY, HH:mm:ss") : "Never"}} |
Last notified | {{serviceHC.data.lastNotified ? moment(serviceHC.data.lastNotified).fromNow() : 'Never'}} |
Uptime Downtime | {{moment.duration(moment().diff(moment(serviceHC.data.firstSucceeded))).humanize()}} {{moment.duration(moment().diff(moment(serviceHC.data.firstFailed))).humanize()}} |