Start / stop
sudo service grafana-server restart
https://github.com/darrenfu/bigdata/issues/4
Dashboard JSON
http://docs.grafana.org/reference/dashboard/
Datasource
Set: Left menu > Configuration > Data Sources
and if you click on the Data Source you’ll see the Settings. E.g.
URL: http://localhost:9000
and you can test this using:
1 2 |
curl http://localhost:9090 <a href="/graph">Found</a>. |
When you create (and save) the JSON for a dashboard, you can see it configured. e.g.:
"datasource": "Prometheus",