docker-graphite
docker-graphite copied to clipboard
Graphite + Carbon in a docker image
I think it was intended to create multiple carbon-cache in the same image: https://github.com/nickstenning/docker-graphite/blob/3588ba73cf115c15e3de123d9da41b6289cf1a37/carbon.conf#L79 but these server1-3 are never spawned. Should the `carbon.conf` should be change to [this](https://github.com/graphite-project/carbon/issues/632#issuecomment-284453880).
Docker image size improvement
Can you please provide the licensing terms for the usage.
On ``` docker run -p 80:8080 -p 2003 -p 2004 -p 7002 nickstenning/graphite``` after attempt to login ```admin:admin```: ``` Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/django/core/handlers/base.py", line 112, in get_response...
I am using supervisor to start the graphite webapp on a docker container. The command /usr/bin/gunicorn_django -b127.0.0.1:8000 -w2 graphite/settings.py actuall doesnt run the app anymore. gunicorn recommands that following commands...
On subsequent runs of the container that has exited, stale pid files are kept in the `GRAPHITE_STORAGE_DIR` per the code in `lib/carbon/conf.py`. Supervisord should have a cleanup method to `rm...
It looks like graphite 0.10 (finally) supports URL_PREFIX (via -e option?) so that I can run graphite-web UI on non-root location. Please add support for this option with docker-graphite!