Re: Health Check API

2017-09-19 Thread Luca Burgazzoli
t;>> eventually auto generated like the starters. >>>>>> >>>>>>> >>>>>>> 4) >>>>>>> I wonder in the servicenow health check where you configure the >>>>>>> instance id, username etc agai

Re: Health Check API

2017-09-19 Thread Claus Ibsen
-checks/application/src/main/resources/application.properties#L66 >>>>>> >>>>> >>>>> Yeah, that was an example non properly cleaned up/explained but by >>>>> default the servicenow reuse component's configuration. >>>>&g

Re: Health Check API

2017-09-19 Thread Luca Burgazzoli
;>>> >>>>> 5) >>>>> In this example it is a bit confusing that the comment say the health >>>>> check is enabled and then the value below is false >>>>> https://github.com/lburgazzoli/apache-camel/blob/CAMEL-10026-hc/examples/camel-e

Re: Health Check API

2017-09-19 Thread Claus Ibsen
w is false >>>> https://github.com/lburgazzoli/apache-camel/blob/CAMEL-10026-hc/examples/camel-example-spring-boot-health-checks/application/src/main/resources/application.properties#L36 >>>> >>>> 6) >>>> ... and as well there is 2 indicator.enable

Re: Health Check API

2017-09-19 Thread Luca Burgazzoli
ell there is 2 indicator.enabled in that example. >> >> Yeah, it definitively need to be cleaned up. >> >>> >>> >>> >>> On Mon, Sep 4, 2017 at 5:16 PM, Claus Ibsen wrote: >>>> Hi Luca >>>> >>>> I wi

Re: Health Check API

2017-09-08 Thread Luca Burgazzoli
ake a closer look tomorrow, I just peaked a bit today. >>> >>> Just to be sure, the implementation of the logic that performs the >>> actual health check is agnostic? i.e. its not tied to must be using >>> Spring Boot. And that logic is if possibl

Re: Health Check API

2017-09-05 Thread Luca Burgazzoli
; (i.e. verifier extension). >> >> So the spring boot health check is currently for making it easier for >> end users to configure it via spring boot configuration? >> >> >> >> On Mon, Sep 4, 2017 at 4:01 PM, Luca Burgazzoli >> wrote: >>> Hello, >&

Re: Health Check API

2017-09-05 Thread Claus Ibsen
On Mon, Sep 4, 2017 at 4:01 PM, Luca Burgazzoli wrote: > Hello, > > I've been working a little on the Health Check API [1] implementation an > the code is available in my Apache Camel fork [2]. There is now a a new > package [3] that defines the following concepts: > >

Re: Health Check API

2017-09-05 Thread Claus Ibsen
on, Sep 4, 2017 at 4:01 PM, Luca Burgazzoli wrote: >> Hello, >> >> I've been working a little on the Health Check API [1] implementation an >> the code is available in my Apache Camel fork [2]. There is now a a new >> package [3] that defines the following concepts:

Re: Health Check API

2017-09-04 Thread Luca Burgazzoli
extension). > > So the spring boot health check is currently for making it easier for > end users to configure it via spring boot configuration? > > > > On Mon, Sep 4, 2017 at 4:01 PM, Luca Burgazzoli wrote: >> Hello, >> >> I've been working a little on th

Re: Health Check API

2017-09-04 Thread Claus Ibsen
. verifier extension). So the spring boot health check is currently for making it easier for end users to configure it via spring boot configuration? On Mon, Sep 4, 2017 at 4:01 PM, Luca Burgazzoli wrote: > Hello, > > I've been working a little on the Health Check API [1] impleme

Health Check API

2017-09-04 Thread Luca Burgazzoli
Hello, I've been working a little on the Health Check API [1] implementation an the code is available in my Apache Camel fork [2]. There is now a a new package [3] that defines the following concepts: - HealthCheck this represent an health check and defines the some basic contract i.e