Get simple health status of a #SpringBoot application from #bash
Here I describe a bash script to extract only the health status of a Spring Boot application. As an example I used an adaptor application that interfaces between two external systems. Note that there several components of the adaptor that need to be monitored: control queues a database connection disk space input queues output queues… Read More »