mrinalsharma opened a new pull request, #715:
URL: https://github.com/apache/camel-karavan/pull/715
Example Health Checks
> Un-successful case
```
{
"status": "DOWN",
"checks": [
{
"name": "Git authentication is unsuccessfull. Check your git
credentials.",
"status": "DOWN"
},
{
"name": "Infinispan Service is running in local mode.",
"status": "UP"
},
{
"name": "kubernetes Informers are not running.",
"status": "DOWN"
}
]
}
```
> Successfull case
```
{
"status": "UP",
"checks": [
{
"name": "Git authentication is successfull.",
"status": "UP"
},
{
"name": "Infinispan Service is running in local mode.",
"status": "UP"
},
{
"name": "All Kubernetes informers are running.",
"status": "UP"
}
]
}
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]