← All dashboards

Ceph Clusters Overview Prometheus

Dashboard for monitoring ceph cluster stats using native ceph prometheus module.

Description

This dashboard is targeted for service managers or teams which manage more than one ceph instances. It shows all the stats combined and also is possible to create comparison graphs between clusters. This dashboard uses native ceph prometheus module (ceph_exporter not needed) for ceph stats and node exporter for node stats

Requisites

  • Ceph Luminous (12.2) or Ceph Mimic (13.2)
  • Node Exporter for node metrics

Setup

  • Enable ceph prometheus module: ceph mgr module enable prometheus
  • Allow traffic through the port 9283 of the machines containing the ceph mgr.
  • To ensure that you don’t lose the metrics between mgr fail-overs, add all the mgr to the target section in prometheus.
  • To allow “by cluster” metrics, create a new label when defining the targets, like:
{
        "targets": [ "mycluster-mgr-1:9283", "mycluster-mgr-2:9283", "mycluster-mgr-3:9283" ],
        "labels": {
           "cluster":"mycluster"
        }
}

Dashboard revisions

RevisionDecscriptionCreated

Reviews

Login or Sign up to write a review

Reviews from the community

Get this dashboard

Data source:

Dependencies:

Import the dashboard template:

or

Download JSON

Docs: Importing dashboards

Downloads: 4,739