digitalocean / ceph_exporter

Prometheus exporter that scrapes meta information about a ceph cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ceph_exporter need to installed on each node ?

Alexvianet opened this issue · comments

ceph_exporter need to installed on each node? or it's enough installed ceph_exporter on one node?

use ceph.conf and export.yaml on one node

./ceph_exporter -ceph.config="/etc/nova/" -exporter.config="exporter.yml"
2018/11/29 23:32:37 Starting ceph exporter for cluster: xxxx-rg1
2018/11/29 23:32:37 Starting ceph exporter for cluster: xxxx-rg2
2018/11/29 23:32:37 Starting ceph exporter on ":9128"

Only one node as mention in the previous comment. Closing.