When using Spring Boot health actuator
http://localhost:8080/health
{"status":"UP","diskSpace":{"status":"UP","total":122588196864,"free":59227926528,"threshold":10485760},"mongo":{"status":"UP","version":"3.2.6"}}
Now I want to check for other condition, so as to check dependent action are triggered when status is down. I want something like
{"status":"Down"}