Re: Open source equivalents of OpsCenter

2016-07-16 Thread Xiaolong Jiang
I am interested in building the dashboard. On Sat, Jul 16, 2016 at 7:20 AM, Scott Hirleman wrote: > We built a Cassandra metrics tracking and monitoring project > https://github.com/smartcat-labs/cassandra-diagnostics that will pump > said metrics into your monitoring system;

Re: Open source equivalents of OpsCenter

2016-07-16 Thread Scott Hirleman
We built a Cassandra metrics tracking and monitoring project https://github.com/smartcat-labs/cassandra-diagnostics that will pump said metrics into your monitoring system; we are working on adding new features (maybe repair and restart) but I've also always heard good things about Spotify's

Re: Open source equivalents of OpsCenter

2016-07-14 Thread Michał Łowicki
My experience while looking for a replacement on https://medium.com/@mlowicki/alternatives-to-datastax-opscenter-8ad893efe063

Re: Open source equivalents of OpsCenter

2016-07-14 Thread Stefano Ortolani
Replaced OpsCenter with a mix of: * metrics-graphite-3.1.0.jar installed in the same classpath of C* * Custom script to push system metrics (cpu/mem/io) * Grafana to create the dashboard * Custom repairs script Still not optimal but getting there... Stefano On Thu, Jul 14, 2016 at 10:18 AM,

Re: Open source equivalents of OpsCenter

2016-07-14 Thread Romain Hardouin
Hi Juho, Out of curiosity, which stack did you use to make your dashboard?  Romain Le Jeudi 14 juillet 2016 10h43, Juho Mäkinen a écrit : I'm doing some work on replacing OpsCenter in out setup. I ended creating a Docker container which contains the following

Re: Open source equivalents of OpsCenter

2016-07-14 Thread Juho Mäkinen
I'm doing some work on replacing OpsCenter in out setup. I ended creating a Docker container which contains the following features: - Cassandra 2.2.7 - MX4J (a JMX to REST bridge) as a java-agent - metrics-graphite-3.1.0.jar (export some but not all JMX to graphite) - a custom ruby which uses

Re: Open source equivalents of OpsCenter

2016-07-14 Thread Romain Hardouin
Do you run C* on physical machine or in the cloud? If the topology doesn't change too often you can have a look a Zabbix. The downside is that you have to set up all the JMX metrics yourself... but that's also a good point because you can have custom metrics. If you want nice graphs/dashboards

Re: Open source equivalents of OpsCenter

2016-07-13 Thread Ranjib Dey
we use datadog (metrics emitted as raw statsd) for the dashboard. All repair & compaction is done via blender & serf[1]. [1]https://github.com/pagerduty/blender On Wed, Jul 13, 2016 at 2:42 PM, Kevin O'Connor wrote: > Now that OpsCenter doesn't work with open source installs,

Open source equivalents of OpsCenter

2016-07-13 Thread Kevin O'Connor
Now that OpsCenter doesn't work with open source installs, are there any runs at an open source equivalent? I'd be more interested in looking at metrics of a running cluster and doing other tasks like managing repairs/rolling restarts more so than historical data.