Skip to content
pcuzner edited this page Jun 26, 2017 · 4 revisions

cephmetrics

This project aims to provide a simple dashboard environment for monitoring your ceph cluster. Instead of starting from scratch, cephmetrics "takes from the best", building the solution on top of Grafana, collectd and graphite.

Here's what the current dashboard looks like;
dashboard

Any monitoring framework is only as good as the data that's provided to it, so for cephmetrics we use collectd. Although there is a collectd plugin for ceph, the focus of this project is Operational monitoring so the collectd plugin being used is specific to this project. The cephmetrics plugin is common across mon, osd and rgw hosts. It probes the host to determine it's role and then sends role specific metrics to graphite to support the different dashboards.

Clone this wiki locally