Skip to content

Latest commit

 

History

History
 
 

riak

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

riak

a python module for ganglia 3.1.

Riak is a Dynamo-inspired key/value store.

This module collects metrics from the JSON stats interface of riak, available at http://localhost:8098/stats. The statistics-aggregator must be enabled in your riak configuration for this to work:

{riak_kv, [

  %% ...

  {riak_kv_stat, true},

  %% ...

]},

You'll want to edit the url key in riak.conf to point at the interface your riak install is listening on:

param url {
    value = "http://10.0.1.123:8098/stats"
}

AUTHOR

Jesse Newland [email protected]