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

No default dashboards #88

Closed akauppi closed 7 years ago

akauppi commented 7 years ago

The repo seems really easy to get going (love the make up etc.) but then:

open existing dashboard (or create a new one) and select 'Local Graphite' datasource

Once I open Grafana, I see this (only changed the theme to light, no other changes):

nayttokuva 2016-10-30 kello 11 12 31

I should see something else, right?

System:

$ make tail
docker logs -f kamon-grafana-dashboard
/usr/lib/python2.7/dist-packages/supervisor/options.py:295: UserWarning: Supervisord is running as root and it is searching for its configuration file in default locations (including its current working directory); you probably want to specify a "-c" argument specifying an absolute path to a configuration file for improved security.
  'Supervisord is running as root and it is searching '
2016-10-30 08:49:57,680 CRIT Supervisor running as root (no user in config file)
2016-10-30 08:49:57,680 WARN Included extra file "/etc/supervisor/conf.d/supervisord.conf" during parsing
2016-10-30 08:49:57,706 INFO RPC interface 'supervisor' initialized
2016-10-30 08:49:57,706 CRIT Server 'unix_http_server' running without any HTTP authentication checking
2016-10-30 08:49:57,706 INFO supervisord started with pid 1
2016-10-30 08:49:58,710 INFO spawned: 'grafana-webapp' with pid 7
2016-10-30 08:49:58,715 INFO spawned: 'statsd' with pid 8
2016-10-30 08:49:58,734 INFO spawned: 'graphite-webapp' with pid 10
2016-10-30 08:49:58,757 INFO spawned: 'nginx' with pid 11
2016-10-30 08:49:58,758 INFO spawned: 'carbon-cache' with pid 15
2016-10-30 08:49:58,763 INFO spawned: 'dashboard-loader' with pid 16
2016-10-30 08:49:59,767 INFO success: grafana-webapp entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-10-30 08:49:59,767 INFO success: statsd entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-10-30 08:49:59,767 INFO success: graphite-webapp entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-10-30 08:49:59,767 INFO success: nginx entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-10-30 08:49:59,768 INFO success: carbon-cache entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)
2016-10-30 08:49:59,768 INFO success: dashboard-loader entered RUNNING state, process has stayed up for > than 1 seconds (startsecs)

Looks all fine for me.

Grafite is running in http://192.168.99.100:81/ and seems to have data.

For a related issue (filed in Febuary), see #82

dpsoft commented 7 years ago

@akauppi I've restore the deleted dashboards..please let me know if all is ok.

akauppi commented 7 years ago

Got it to work!

I needed to fix also the Data source. Set up to "proxy" and "http://127.0.0.1:81" (not localhost). Someone had pointed to that but I didn't get it until now.

The instructions could mention that - it would make the experience perfect.