forked from switnet/quick-jibri-installer
Add entry URL for Grafana
This commit is contained in:
parent
022ecfeed7
commit
4080043df0
|
@ -113,3 +113,5 @@ for d in "${ds[@]}"; do
|
||||||
\"pluginId\":\"influxdb\",\"value\":\"$grafana_datasource\"}]}" \
|
\"pluginId\":\"influxdb\",\"value\":\"$grafana_datasource\"}]}" \
|
||||||
$grafana_host/api/dashboards/import; echo ""
|
$grafana_host/api/dashboards/import; echo ""
|
||||||
done
|
done
|
||||||
|
|
||||||
|
echo "Go check on http://$PUBLIC_IP:3000 to review configuration and dashboards."
|
||||||
|
|
Loading…
Reference in New Issue