Removed useless echo

Change-Id: I6ec34fa5fcc9b693ddc1f6704f112db7b99fc650
This commit is contained in:
aviau 2015-06-18 14:23:27 -04:00
parent 70e3e7c3cb
commit 2515d7e326
1 changed files with 0 additions and 1 deletions

View File

@ -23,7 +23,6 @@ done
shift $((OPTIND-1))
echo "=> Configuring InfluxDB datasources."
echo "${INFLUXDB_HOST}"
curl 'http://localhost:8888/grafana/api/datasources' -X PUT -H 'Content-Type: application/json;charset=utf-8' --data '{"name":"influxdb","type":"influxdb","url":"http://'${INFLUXDB_HOST}':'${INFLUXDB_PORT}'","access":"proxy","isDefault":true,"database":"'${INFLUXDB_NAME}'","user":"'${INFLUXDB_USER}'","password":"'${INFLUXDB_PASS}'"}'
echo "=> Configuring Grafana dashboard."