Re: nodetool output through REST API?

2012-08-20 Thread Tyler Hobbs
Your best bet is probably to set up mx4j with Cassandra, which will expose a REST api for all of the JMX stuff. On Mon, Aug 20, 2012 at 2:46 PM, Yang wrote: > I'm trying to write a little python script to manage our cassandra cluster. > > it uses output from nodetool, for example to find the cur

nodetool output through REST API?

2012-08-20 Thread Yang
I'm trying to write a little python script to manage our cassandra cluster. it uses output from nodetool, for example to find the current token assignment, node status etc. I could do this by parsing output from "nodetool ring" command. but is there a more "native way" , for example through some