Health Checks


Administrators can also be notified via email when an API is down or unresponsive by enabling Email Notifications in settings.
You need to define an HC Endpoint in order for health checks to work

Konga will perform a GET request to the specified endpoint every minute.

Konga will perform a POST request to the specified endpoint the first time a health check fails and one every 15 minutes the API stays down or unresponsive.



No info available yet...

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()}}