/graphite-redis

Primary LanguageGoGNU General Public License v3.0GPL-3.0

graphite-redis

What is this?

Redis INFO to graphite gateway.

Building it

  1. Install go

  2. Install "graphite-golang" go get -u github.com/marpaia/graphite-golang

  3. Install "go-logging" go get -u github.com/op/go-logging

  4. Install "github.com/mediocregopher/radix.v2/" go get -u github.com/mediocregopher/radix.v2/

  5. Compile graphite-redis

     git clone git://github.com/akashihi/graphite-redis.git
     cd graphite-redis
     go build .
    

Running it

Generally:

graphite-redis --host 127.0.0.1 -port 6379 -metrics-host 192.168.1.1 -metrics-port 2003 -metrics-prefix test -period 60

All parameters could be omited. Run with --help to het parameters description

License

See LICENSE file.

Copyright 2015 Denis V Chapligin akashihi@gmail.com