graphite_docker icon indicating copy to clipboard operation
graphite_docker copied to clipboard

docker container for graphite

Results 7 graphite_docker issues
Sort by recently updated
recently updated
newest added

Hello, I was following this [link](https://www.vernemq.com/blog/2015/10/16/monitoring-vernemq-application-metrics.html) and came across to use this docker to setup graphite web view. Grafana web interface worked fine. I am stuck on graphite web view....

So with the latest update to django(1.9.x) when building the dock image will actually break the run command for the supervisor command, specifically command = /usr/bin/gunicorn_django -b127.0.0.1:8000 -w2 graphite/settings.py where...

To best of my knowledge, logging into grafana should allow be to add carbon/graphite as datasource. I've tried to put `localhost` as `$(docker-machine ip)` in the URL section of new...

Graphite can use Memcached to cache calculated targets including functions. Any plans to add that?

I expected to see Grafana on port 81, nothing shows though. Is there something I need to configure?

The `Dockerfile` is using `EXPOSE` incorrectly. Currently it lists each port with both the container and host ports (`expose 85:80` for example). It should really only list the ports that...

I am a docker newbie so please forgive me if these are stupid questions. I am unable to bind volumes from host to container for graphite, elasticdata or supervisor logs....