Added logs for iotgateway
[eliot.git] / blueprints / iotgateway / scripts / cadvisorsetup.sh
index 1ceae4a..6903fbe 100644 (file)
@@ -8,6 +8,9 @@
 # http://www.apache.org/licenses/LICENSE-2.0
 ##############################################################################
 
+echo "***********************************************************************"
+echo "cadvisor installation-------------------------------------------STARTED"
+
 HOSTNAME=`hostname`
 sudo docker run  \
  --volume=/:/rootfs:ro \
@@ -20,3 +23,6 @@ sudo docker run  \
  --name=cadvisor-${HOSTNAME} \
  google/cadvisor:latest 
 
+echo "cadvisor setup--------------------------------------------------SUCCESS"
+echo "***********************************************************************"
+