Skip to content

InnovaLangues/docker-monitoring

Repository files navigation

Introduction

This image contains a sensible default configuration of graphite and carbon-cache. Starting this container will, by default, bind the the following host ports:

  • 80: the graphite web interface
  • 2003: the carbon-cache line receiver (the standard graphite protocol)
  • 2004: the carbon-cache pickle receiver
  • 7002: the carbon-cache query port (used by the web interface)

Create host folers

sudo mkdir -p /data/graphite

Setting host permissions

sudo chown -R www-data:www-data /data/graphite

Building the image

cd into the folder then

docker build -t innovalangues/monitoring .

Running the image

With this image, you can get up and running with graphite by simply running:

docker run -d innovalangues/monitoring

or by using the provided run.sh file.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published