Ceph-dash是一款图形化展现Ceph状态的工具,并且部署起来非常简单(在monitor节点上进行部署),操作如下:
|
1
2
3
4
5
6
7
8
9
10
11
12
|
# mkdir -p /ceph-dash# cd /ceph-dash/# lsapp config.influxdb.json Dockerfile screenshotsceph-dash.py config.json LICENSE test-requirements.txt
ChangeLog contrib README.md testsconfig.grahite.json debian requirements.txt tox.ini# git clone https://github.com/Crapworks/ceph-dash.git# nohup python ceph-dash.py &[1] 10814nohup: ignoring input and appending output to ‘nohup.out’
然后,我们可以使用http://ip:5000进行访问
|
下图为ceph的状态监控命令:
本文转自 冰冻vs西瓜 51CTO博客,原文链接:http://blog.51cto.com/molewan/2060774,如需转载请自行联系原作者