20-Apr-2021 03:55
We want to create one monitor for multiple contexts.
/foo/actuator/health
/bar/actuator/health
Can this be done with the standard health monitors?
20-Apr-2021 07:37
Hi Arjan,
Standart health monitors don't support multiple send string..
You need create two monitors and apply them to pool.
20-Apr-2021 08:25
But we have an lot of applications and we do not want to make an monitor for every application. Is there another option? A custom monitor with a shell script for example?