Re: Best way to know the cluster status

2012-02-08 Thread Tamil selvan R.S
> On Mon, Feb 6, 2012 at 8:59 AM, R. Verlangen wrote: > > You might consider writing some kind of php script that runs nodetool > "ring" > > and parse the output? > > > > 2012/2/6 Tamil selvan R.S > >> > >> Hi, > >> What is the best

Re: Best way to know the cluster status

2012-02-06 Thread Sasha Dolgy
eb 6, 2012 at 8:59 AM, R. Verlangen wrote: > You might consider writing some kind of php script that runs nodetool "ring" > and parse the output? > > 2012/2/6 Tamil selvan R.S >> >> Hi, >>  What is the best way to know the cluster status via php? &g

Re: Best way to know the cluster status

2012-02-06 Thread R. Verlangen
You might consider writing some kind of php script that runs nodetool "ring" and parse the output? 2012/2/6 Tamil selvan R.S > Hi, > What is the best way to know the cluster status via php? > Currently we are trying to connect to individual cassandra instance with > a sp

Best way to know the cluster status

2012-02-05 Thread Tamil selvan R.S
Hi, What is the best way to know the cluster status via php? Currently we are trying to connect to individual cassandra instance with a specified timeout and if it fails we report the node to be down. But this test remains faulty. What are the other ways to test availability of nodes in