简介:
ceph-dash 是用 Python 开发的一个 Ceph 的监控面板,用来监控 Ceph 的运行状态。同时提供 REST API 来访问状态数据。
一:安装配置环境介绍
1:系统:
more /etc/redhat-release
CentOS Linux release 7.1.1503 (Core)
2:内核:
uname -a
Linux localhost.localdomain 3.10.0-229.el7.x86_64 #1 SMP Fri Mar 6 11:36:42 UTC 2015 x86_64 x86_64 x86_64 GNU/Linux
3:ceph版本:
ceph -v
ceph version 0.94.3
4:系统分区
[[email protected] ceph-dash]# df -h
Filesystem Size Used Avail Use% Mounted on
/dev/sda3 48G 1.6G 46G 4% /
。。。。。。。。。。。。。。。。。。。。。
/dev/sda1 497M 153M 345M 31% /boot
/dev/rbd0 10G 33M 10G 1% /rbddir
二:安装部署:
1:进入安装目录
cd /workspace/
2:下载软件包
git clone https://github.com/Crapworks/ceph-dash.git
3:进入下载软件包文件夹
cd ceph-dash/
4:后台启动ceph-dash,日志输出到ceph集群一个文件夹
python ceph-dash.py >/rbddir/cephdash.log 2>&1 &
5:访问页面,查看信息:
http://192.168.2.40:5000/