summaryrefslogtreecommitdiffstats
path: root/share/ceph-info/web/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'share/ceph-info/web/index.html')
-rw-r--r--share/ceph-info/web/index.html34
1 files changed, 34 insertions, 0 deletions
diff --git a/share/ceph-info/web/index.html b/share/ceph-info/web/index.html
new file mode 100644
index 0000000..b55f637
--- /dev/null
+++ b/share/ceph-info/web/index.html
@@ -0,0 +1,34 @@
+<html>
+ <head>
+ <title>ceph-info</title>
+ <script type="text/javascript" src="jquery.min.js"></script>
+ <script type="text/javascript" src="logtail.js"></script>
+ <meta http-equiv="refresh" content="300" />
+ </head>
+
+ <body>
+ <h1>ceph-info</h1>
+
+ <h2>$ ceph --watch</h2>
+ <div id="header"><a id="pause" href='#'>Pause</a></div>
+ <pre id="data">Loading...</pre>
+
+ <h2>$ ceph status</h2>
+ <p><iframe src="ceph-status.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>
+
+ <h2>$ ceph osd df</h2>
+ <p><iframe src="ceph-osd-df.txt" frameborder="0" height="250" width="95%"></iframe></p>
+
+ <h2>$ ceph osd tree</h2>
+ <p><iframe src="ceph-osd-tree.txt" frameborder="0" height="250" width="95%"></iframe></p>
+
+ <h2>$ ceph version</h2>
+ <p><iframe src="ceph-version.txt" frameborder="0" height="25" width="95%"></iframe></p>
+
+ <h3>Last Updated:</h3>
+ <p><iframe src="date.txt" frameborder="0" height="25" width="95%"></iframe></p>
+ </body>
+</html>