diff options
Diffstat (limited to 'share/ceph-info/web')
l--------- | share/ceph-info/web/ceph-health-detail.txt | 1 | ||||
-rw-r--r-- | share/ceph-info/web/index.html | 3 |
2 files changed, 4 insertions, 0 deletions
diff --git a/share/ceph-info/web/ceph-health-detail.txt b/share/ceph-info/web/ceph-health-detail.txt new file mode 120000 index 0000000..e78c3e7 --- /dev/null +++ b/share/ceph-info/web/ceph-health-detail.txt @@ -0,0 +1 @@ +/var/log/storage-tools/ceph-info/ceph-health-detail.txt
\ No newline at end of file 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> |