简体   繁体   English

监控cassandra集群

[英]Monitoring cassandra cluster

I have installed 4 Cassandra nodes and i'm looking for a web UI to monitor my casssandra cluster .我已经安装了 4 个 Cassandra 节点,我正在寻找一个 Web UI 来监控我的 casssandra 集群。

Are they any free monitoring tool for cassandra with web interface ?他们是否有任何免费的带有 Web 界面的 cassandra 监控工具?

You can build your own free monitoring, we do it the following way: 您可以建立自己的免费监控,我们可以通过以下方式进行:

Start Cassandra with the Jodokia JVM and send Cassandra metrics to InfluxDB using Telegraf, see: https://github.com/influxdata/telegraf/tree/master/plugins/inputs/cassandra 使用Jodokia JVM启动Cassandra,并使用Telegraf将Cassandra指标发送到InfluxDB,请参阅: https : //github.com/influxdata/telegraf/tree/master/plugins/inputs/cassandra

Then you can display these metrics on a Grafana dashboard. 然后,您可以在Grafana仪表板上显示这些指标。

我们已经创建了一组工具来监视从命令行运行的集群,该工具在此处可用,对于JMX指标,它们也基于Jolokia

您可以结合使用 2 个著名的监控和可视化工具:Prometheus 和 Grafana,其中有一个用于 cassandra 的 Grafana 仪表板: https ://grafana.com/grafana/dashboards/5408

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM