Re: Re: Manage health checks at runtime

2022-03-30 Thread Claus Ibsen
t; planed, yet? Maybe 3.17.0? > > Regards, > Benjamin > > > Gesendet: Dienstag, 29. März 2022 um 21:56 Uhr > Von: "Claus Ibsen" > An: users@camel.apache.org > Betreff: Re: Manage health checks at runtime > Hi > > Health checks can be

Aw: Re: Manage health checks at runtime

2022-03-30 Thread Benjamin Graf
sen" An: users@camel.apache.org Betreff: Re: Manage health checks at runtime Hi Health checks can be excluded via patterns https://camel.apache.org/manual/health-check.html#_excluding_health_checks The remainder active health checks can be enabled/disabled individually with the setEnabled setter,

Re: Manage health checks at runtime

2022-03-29 Thread Claus Ibsen
Hi Health checks can be excluded via patterns https://camel.apache.org/manual/health-check.html#_excluding_health_checks The remainder active health checks can be enabled/disabled individually with the setEnabled setter, but that requires to get hold of the health check via its ID etc. There is a

Manage health checks at runtime

2022-03-28 Thread Benjamin Graf
Hi, does anybody know a way to enable/disable route/consumer checks for specific items at runtime. As I can see it's only possible to enable/disable the complete repository itself and the HealthCheck once computed seems not reconfigurable any more. Maybe worth for an enhancement? Regards B