Skip to content

Instantly share code, notes, and snippets.

@wshihadeh
Created April 13, 2020 07:42
Show Gist options
  • Save wshihadeh/28f25c302b5563d4cabbd6f06cb5b062 to your computer and use it in GitHub Desktop.
Save wshihadeh/28f25c302b5563d4cabbd6f06cb5b062 to your computer and use it in GitHub Desktop.
Health check HTTP
{
"data": {
"type": "checker",
"id": "1",
"attributes": {
"http://localhost:3090/health": {
"status": null,
"details": "Failed to open TCP connection to localhost:3090"
},
"http://localhost:3000/health": {
"status": 200,
"details": {
"data": {
"type": "checker",
"id": "1",
"attributes": {
"message": "OK"
}
}
}
},
"http://localhost:80/health": {
"status": 200,
"details": ""
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment