Merge branch 'master' of github.com:blasebast/monitoring-grafana-influxdb-telegraf-prometheus

This commit is contained in:
seba
2018-06-17 13:12:23 +02:00
7 changed files with 3764 additions and 6 deletions

View File

@ -80,9 +80,9 @@ install_dashboards() {
echo "}" >> ${dashboard}.wrapped
if grafana_api POST /api/dashboards/db "" "${dashboard}.wrapped"; then
echo -e "\n** ${GREEN}installed ok **${NC}"
echo -e "\n** ${GREEN}installed ok **${NC}"
else
echo -e "\n** ${RED}installation of: ${PURPLE}\"${dashboard}\"${RED} failed **${NC}"
echo -e "\n** ${RED}installation of: ${PURPLE}\"${dashboard}\"${RED} failed.**${NC}"
fi
fi
done

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff