Grafana+Prometheus实现Ceph监控

2022-01-25  本文已影响0人  春秋不做梦

提前安装好prometheus,grafana服务
Ceph Manager内置了众多模块,包括prometheus模块,⽤于直接输出Prometheus的指标数据

#开启ceph内置prometheus模块
$ ceph mgr module enable prometheus
#增加监控ceph文件配置
$ vim /etc/ceph/prometheus.yml
  - job_name: 'ceph-exporters'
    static_configs:
    - targets:
      - 192.168.11.109:9128
#重启prometheus服务
$ systemctl restart prometheus

查看是否抓取到ceph数据

image.png

配置Grafana Dashboard

image.png

导入模板 2842
效果图让如下

image.png
上一篇 下一篇

猜你喜欢

热点阅读