You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by "mrinalsharma (via GitHub)" <gi...@apache.org> on 2023/04/12 00:18:14 UTC

[GitHub] [camel-karavan] mrinalsharma opened a new pull request, #715: Karavan 578

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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [camel-karavan] mgubaidullin merged pull request #715: Karavan 578

Posted by "mgubaidullin (via GitHub)" <gi...@apache.org>.
mgubaidullin merged PR #715:
URL: https://github.com/apache/camel-karavan/pull/715


-- 
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: commits-unsubscribe@camel.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org