kamon-io / docker-grafana-graphite

Docker image with StatsD, Graphite, Grafana 2 and a Kamon Dashboard
Apache License 2.0
1.14k stars 495 forks source link

What is the datasource url? #68

Closed zhaohanweng closed 8 years ago

zhaohanweng commented 8 years ago

I am new to this.

I started the docker container following the tutorial, everything is good, I can see the testing data graphs. But when I try to setup a new datasource, I am not sure what is the url, cannot find any document on it. In the using-the-dashboards part, it uses http://localhost:8000, which does not work in my setup.

The system is on EC2 instance, the security group is only exposing port 80 to public, and 8125 to internal IP. Also I am not exposing the graphite ui port 81, since grafana ui on port 80 has the auth, but graphite ui does not have any auth.

Also if I want to expose the graphite ui port, how do I setup the basic auth?

zhaohanweng commented 8 years ago

Ok, I see, the port 81 is also the datasource port. now it's working.