(12)使用prometheus+Grafana监控ceph集群-创新互联

在Ceph Luminous之前的版本,可以使用第三方的Prometheus exporterceph_exporter。 Ceph Luminous 12.2.1的mgr中自带了Prometheus插件,内置了 Prometheus ceph exporter,可以使用Ceph mgr内置的exporter作为Prometheus的target。

10年积累的网站建设、成都网站制作经验,可以快速应对客户对网站的新想法和需求。提供各种问题对应的解决方案。让选择我们的客户得到更好、更有力的网络服务。我虽然不认识你,你也不认识我。但先网站设计后付款的网站建设流程,更有朝阳免费网站建设让你可以放心的选择与我们合作。

(1)环境介绍

shell> ceph -v
ceph version 14.2.4 nautilus (stable)

(2)环境准备

① grafana部署
shell> yum -y install grafana
shell> rpm -qa | grep grafana
grafana-6.3.6-1.x86_64
shell> netstat -tunlp | grep grafana #监听3000端口
http://10.10.204.38:3000 默认密码admin admin

② prometheus server 部署
查看该链接部署https://blog.51cto.com/7603402/2444837

(3)使用ceph mgr prometheus插件

①找到mgr active 主机
shell> ceph -s
mgr: admin(active, since 107m), standbys: node140

② 在ceph mgr admin节点上启动插件
shell>ceph mgr module enable prometheus

③查看插件是否启动
shell>netstat -nltp | grep mgr
tcp6 0 0 :::9283 :::* LISTEN 59954/ceph-mgr

④检查是否已经获取到数据
shell> curl 127.0.0.1:9283/metrics #可以看到大量的返回值

(4)配置prometheus server 添加ceph集群 job

shell>vim prometheus.yml
#在scrape_configs: 配置项下添加,注意空格按yml 2 4 6 8 空格的规则

  - job_name: 'ceph_cluster'
    honor_labels: true
    scrape_interval: 5s
    static_configs:
      - targets: ['10.10.202.142:9283']
        labels:
          instance: ceph

① 重启prometheus 服务
shell>systemctl restart prometheus

② 检查prometheus服务器中是否添加成功
浏览器-》 http://x.x.x.x:9090 -》status -》Targets

(12)使用prometheus+Grafana监控ceph 集群

(5)grafana添加展示

①浏览器登录 grafana 管理界面
②添加data sources ,点击configuration--》data sources
(12)使用prometheus+Grafana监控ceph 集群
③ 添加dashboard

点击HOME--》find dashboard on grafana.com
(12)使用prometheus+Grafana监控ceph 集群

④ 搜索ceph的dashboard
(12)使用prometheus+Grafana监控ceph 集群
⑤ 选择合适的dashboard,记录编号
(12)使用prometheus+Grafana监控ceph 集群

⑥ Import dashboard 再选导入模板,输入编号
(12)使用prometheus+Grafana监控ceph 集群

(12)使用prometheus+Grafana监控ceph 集群

⑦ 漂亮的dashboard即可展现出来了:
(12)使用prometheus+Grafana监控ceph 集群

另外有需要云服务器可以了解下创新互联cdcxhl.cn,海内外云服务器15元起步,三天无理由+7*72小时售后在线,公司持有idc许可证,提供“云服务器、裸金属服务器、高防服务器、香港服务器、美国服务器、虚拟主机、免备案服务器”等云主机租用服务以及企业上云的综合解决方案,具有“安全稳定、简单易用、服务可用性高、性价比高”等特点与优势,专为企业上云打造定制,能够满足用户丰富、多元化的应用场景需求。


新闻名称:(12)使用prometheus+Grafana监控ceph集群-创新互联
标题来源:http://pwwzsj.com/article/eoghh.html