Ceph-dash是一款图形化展现Ceph状态的工具,并且部署起来非常简单(在monitor节点上进行部署),操作如下:

1
2
3
4
5
6
7
8
9
10
11
12
# mkdir -p /ceph-dash
# cd /ceph-dash/
# ls
app                  config.influxdb.json  Dockerfile        screenshots
ceph-dash.py         config.json           LICENSE           test-requirements.txt
ChangeLog            contrib               README.md         tests
config.grahite.json  debian                requirements.txt  tox.ini
# git clone https://github.com/Crapworks/ceph-dash.git
# nohup python ceph-dash.py &
[1] 10814
nohup: ignoring input and appending output to ‘nohup.out’
然后,我们可以使用http://ip:5000进行访问

Ceph:ceph-dash集群监控工具部署

Ceph:ceph-dash集群监控工具部署

下图为ceph的状态监控命令:

Ceph:ceph-dash集群监控工具部署










本文转自 冰冻vs西瓜 51CTO博客,原文链接:http://blog.51cto.com/molewan/2060774,如需转载请自行联系原作者

相关文章:

  • 2021-11-18
  • 2021-10-25
  • 2021-11-18
  • 2021-10-08
  • 2021-08-03
  • 2021-08-03
  • 2020-04-27
  • 2020-05-07
猜你喜欢
  • 2021-11-18
  • 2021-08-20
  • 2021-11-18
  • 2021-11-18
  • 2021-10-26
  • 2021-08-27
  • 2021-11-18
  • 2021-10-06
相关资源
相似解决方案