diff options
Diffstat (limited to 'share/ceph-info/web/index.html')
-rw-r--r-- | share/ceph-info/web/index.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/share/ceph-info/web/index.html b/share/ceph-info/web/index.html index eeea131..491db2d 100644 --- a/share/ceph-info/web/index.html +++ b/share/ceph-info/web/index.html @@ -47,6 +47,9 @@ <h2>$ ceph status</h2> <p><iframe src="ceph-status.txt" frameborder="0" height="400" width="95%"></iframe></p> + <h2>$ ceph health detail</h2> + <p><iframe src="ceph-df.txt" frameborder="0" height="250" width="95%"></iframe></p> + <h2>$ ceph df</h2> <p><iframe src="ceph-df.txt" frameborder="0" height="250" width="95%"></iframe></p> |