digitalocean / ceph_exporter

Prometheus exporter that scrapes meta information about a ceph cluster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cannot connect to ceph cluster

charlieuk2k opened this issue · comments

When running docker run -v /etc/ceph:/etc/ceph --net=host -it digitalocean/ceph_exporter I get the following error:

cannot connect to ceph cluster: rados: No such file or directory

Am I doing something wrong?

I've the same issue, my problem was, that the ceph.conf or keyring was not readible

I've the same issue, my problem was, that the ceph.conf or keyring was not readible

I decided to just use the built in ceph exporter.

I've the same issue, because i use other ceph.user rather than default admin,you need to add https://github.com/digitalocean/ceph_exporter/blob/luminous/exporter.yml in /etc/ceph and modify the user in this yaml file.