Add additional logging of osm health

Change-Id: I4258228a0e7cd46fd1b9e771313c2c8f8650ea38
Signed-off-by: Mike Marchetti <mmarchetti@sandvine.com>
diff --git a/installers/osm_health.sh b/installers/osm_health.sh
index 8852ab3..3a7eaf9 100755
--- a/installers/osm_health.sh
+++ b/installers/osm_health.sh
@@ -28,4 +28,8 @@
     sleep $step
     time=$((time+step))
 done
+
+echo "Not all Docker services are healthy"
+docker ps | grep " ${STACK_NAME}_"
+
 exit 1