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

FIX: Add missing log folder to README.md #63

Closed wurstbrot closed 8 years ago

wurstbrot commented 8 years ago

Without the creation of the log folder, graphite will not start. I get status code 500 by trying to get http://localhost:8000. With the creation of the correct files, it works.

behrad commented 8 years ago

:+1:

dpsoft commented 8 years ago

@wurstbrot done!!!

rezna306601261 commented 7 years ago

still can't get running graphite, when using on windows ;( - directories created automatically on my windows machines, even tried changing paths in docker-compose.yml from ./log/graphite to /d/GrafanaDocker/log/graphite and graphite still can't see the directory correctly.

anyone got this working on windows? (running latest docker toolbox, grafana itself is ok, but can't get graphite to collect data running)