Skip to content

akashihi/graphite-squid

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

graphite-squid

What is this?

Squid counters 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. Compile graphite-squid

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

Running it

Generally:

graphite-squid -host localhost -port 3128 -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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages