github.com/lswith/graphite-monitor

a monitoring daemon for graphite


Install
go get github.com/lswith/graphite-monitor

Documentation

master : Build Status

develop: Build Status

graphite-monitor

a monitoring daemon for graphite

Install with Go

If you have go installed on your machine you can run the command:

go install github.com/lswith/graphite-monitor

Docker Quickstart

#make the location where the volume will be mounted
mkdir /conf
#edit your configuration
vim /conf/conf.json
#start the container
sudo docker run -d --name graphite-monitor \
-v /conf:/conf lswith/graphite-monitor

TODO

  • args for configuration paths
  • more robust logging