Re: Monitoring Riak-KV using Golang

2017-05-08 Thread Magnus Kessler
On 4 May 2017 at 18:46, Prakash Parmar wrote: > Hi Magnus, > > How I can interpret health statics and decide that whether riak cluster is > healthy or not ? I have gone through all statistics but not able to > conclude that which and all I have to use to monitor health of cluster and > based on w

Re: Monitoring Riak-KV using Golang

2017-05-04 Thread Prakash Parmar
Hi Magnus, How I can interpret health statics and decide that whether riak cluster is healthy or not ? I have gone through all statistics but not able to conclude that which and all I have to use to monitor health of cluster and based on what I can give conclusion. For eg. Disk status will give

Re: Monitoring Riak-KV using Golang

2017-05-02 Thread Magnus Kessler
On 30 April 2017 at 13:06, Prakash Parmar wrote: > Hi Magnus, > > Thanks for your quick response. > > One more question. How I can get Cluster Status ? > > Regards, > Prakash Parmar > > Hi Prakash, The command 'riak-admin cluster status' does not have an equivalent access via HTTP. Like most sub

Re: Monitoring Riak-KV using Golang

2017-04-30 Thread Prakash Parmar
Hi Magnus, Thanks for your quick response. One more question. How I can get Cluster Status ? Regards, Prakash Parmar On 30-Apr-2017, at 3:49 PM, Magnus Kessler mailto:mkess...@basho.com>> wrote: Magnus ___ riak-users mailing list riak-users@lists.b

Re: Monitoring Riak-KV using Golang

2017-04-30 Thread Magnus Kessler
On 30 April 2017 at 10:34, Prakash Parmar wrote: > Hi All, > > For my project I have to read riak status periodically. From CLI, I can do > using command 'riak-admin status’. How I can get in Golang Program ? > > I have gone through riak-go-client but didn’t find any API. > > Any help is really a

Monitoring Riak-KV using Golang

2017-04-30 Thread Prakash Parmar
Hi All, For my project I have to read riak status periodically. From CLI, I can do using command 'riak-admin status’. How I can get in Golang Program ? I have gone through riak-go-client but didn’t find any API. Any help is really appreciated :) You can answer on stackoverflow : http://stacko