Giter Site home page Giter Site logo

docker-graphite's Introduction

Graphite / StatsD / Grafana with Docker

This project contains 2 docker images

Setup

Start Graphite
mkdir -p /data/graphite
docker run -ti -d --name graphite -v /data/graphite:/opt/graphite/storage/whisper -p 8000:8000 ennexa/graphite
Start StatsD
docker run -ti -d --name statsd -P --link graphite:graphite ennexa/statsd
Start Grafana
docker run -ti -d --name grafana -p 3000:3000 --link graphite:graphite grafana/grafana

Go to http://yourhostname:3000 and login with username/password admin/admin

Exposing the port 8000 might make the graphite end point accessible to public. If you are planning to access graphite only from the grafana container, you can skip publishing the port. Instead, when creating the data source in Grafana admin page use http://graphite:8000 as the data source url and select proxy as the access method.

Using docker-compose

See the docker-compose.yml file for an example configuration for use with `docker-compose``

sudo pip install -U docker-compose
git clone https://github.com/ennexa/docker-graphite
cd docker-graphite
docker-compose up -d

Notes

In a production environment it would be a good idea to mount in a separate volume for data in to the /data as a mount point so that if the OS runs out of space the volume can be attached somewhere else.

You may need to run the script with sudo if the /data volume has restricted permissions.

Credits

These images are based on the docker-graphite image by Josh Reichardt https://github.com/jmreicha/graphite-docker

docker-graphite's People

Contributors

joycebabu avatar jparrill avatar

Watchers

Andrew Heuneman avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.