diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-08 10:27:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-08 10:58:47 +0000 |
commit | c1abaace560accadf985684411357e9387c144c0 (patch) | |
tree | 6eba1363e3c874f452fd981ba9264f13b869a17d /share/ceph-info/web/index.html | |
parent | Initial commit. (diff) | |
download | open-infrastructure-storage-tools-c1abaace560accadf985684411357e9387c144c0.tar.xz open-infrastructure-storage-tools-c1abaace560accadf985684411357e9387c144c0.zip |
Adding upstream version 20170405.upstream/20170405
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'share/ceph-info/web/index.html')
-rw-r--r-- | share/ceph-info/web/index.html | 34 |
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> |