Comments on Monitoring of a Ceph Cluster with Ceph-dash on CentOS 7

Ceph-dash is is a WSGI application based on the Flask framework for monitoring of Ceph clusters. In this tutorial, I will show you to install Ceph-dash and configure it to run under an apache web server with SSL and mod_auth support.

5 Comment(s)

Add comment

Please register in our forum first to comment.

Comments

By: Andre Spaziani

Hi, thank you for the tutorial! there are a couple of things to check:

1) in cephdash.conf you insert "AuthUserFile /etc/apache2/.htpasswd" instead of "AuthUserFile /etc/httpd/htpasswd"

2) you need to auth apache on "/etc/ceph/ceph.client.admin.keyring"

3) apache missing in sudo chown apache -R /var/www/html/ceph-dash/

By: Vivek Shwarup

Hi, thank you...!!!

sudo chmod +r /etc/ceph/ceph.client.admin.keyring 

By: krishna

Thanks for the wonderful article. In addition "Insert the following line at the httpd.conf: ServerName localhost" to avoid below error 

[root@XXXXX]# apachectl configtest

AH00558: httpd: Could not reliably determine the server's fully qualified domain name, using XXXXX. Set the 'ServerName' directive globally to suppress this message

 

However it would be grate if you can extend  the tutorial for 2nd ceph cluster integerated with 1st cluster over gateway in multiple geolocations    

By: Siraj

Hi, I am having issue ininstalling the ceph dashboard for the nautilus version on CentOS 7

In cli mode i am able to see all the Monitors, Managers , MSD's and OSD's. I amb able to get the dashboard for the mimic version, but when i tried with the nautilus version, dashboard is not work. The commands given in the ceph document does not work for nautilus. Pls help

By: moula

Hello Muhammad

Your howto is great but with the new versions CENTOS 8, CEPH NAUTILUS with the integrated MGR and the ROOK project for ceph in containers, we are looking forward to a new one. Thank you.