Grafana dashboard for Ceph with ceph-mgr built-in prometheus exporter (since Mimic) and multi-cluster support
Go to file
Vitaliy Filippov 5e0fd63895 Allow to select pools by name 2020-08-30 14:12:53 +03:00
README.md README 2018-12-18 19:03:37 +03:00
ceph-cluster.json Allow to select pools by name 2020-08-30 14:12:53 +03:00
ceph-cluster.png Screenshots 2018-12-18 18:44:43 +03:00
ceph-osd.json Re-saved via export 2018-12-18 18:25:01 +03:00
ceph-osd.png Screenshots 2018-12-18 18:44:43 +03:00
ceph-pool.json Allow to select pools by name 2020-08-30 14:12:53 +03:00
ceph-pool.png Allow to select pools by name 2020-08-30 14:12:53 +03:00

README.md

Grafana dashboards for Ceph and ceph-mgr built-in Prometheus exporter.

First enable mgr module:

ceph mgr module enable prometheus
# if you have IPv6 disabled:
ceph config-key put mgr/prometheus/server_addr 0.0.0.0

prometheus.yml:

scrape_configs:
  - job_name: 'ceph-test'
    static_configs:
      - targets: ['172.31.1.12:9283','172.31.1.13:9283','172.31.1.14:9283']
  - job_name: 'ceph-prod'
    static_configs:
      - targets: ['172.31.1.5:9283','172.31.1.7:9283']

Then import dashboards.

License: MIT.