美文网首页
prometheus 监控 ceph

prometheus 监控 ceph

作者: shangyaqi | 来源:发表于2019-05-30 15:11 被阅读0次

参考:[https://github.com/digitalocean/ceph_exporter]

  1. 运行 ceph_exporter (/etc/ceph 为ceph集群的配置文件)
    docker run -v /etc/ceph:/etc/ceph -p=9128:9128 -it digitalocean/ceph_exporter

  2. 在prometheus 配置文件中添加job

    • job_name: ceph-exporter
      static_configs:
      - targets: ['$DOCKERHOST:9128']
  3. 在grafana 中添加监控ceph的dashbord

[https://grafana.com/dashboards/917]

相关文章

网友评论

      本文标题:prometheus 监控 ceph

      本文链接:https://www.haomeiwen.com/subject/xxkvtctx.html