blob: 95b059d7b56c2a6f48980c9b80f5001f9b629e80 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta name="description" content="storage-tools: ceph-info">
<meta name="author" content="open-infrastructure.net">
<link rel="icon" type="image/png" href="favicon.png" />
<title>storage-tools: ceph-info</title>
<!-- Bootstrap core CSS -->
<link href="bootstrap.min.css" rel="stylesheet">
<!-- Custom styles for this template -->
<link href="font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link href="navbar.css" rel="stylesheet">
<meta http-equiv="refresh" content="300" />
</head>
<body>
<div class="container">
<!-- Static navbar -->
<nav class="navbar navbar-default">
<div class="container-fluid">
<div class="navbar-header">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#navbar" aria-expanded="false" aria-controls="navbar">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="https://open-infrastructure.net/software/storage-tools" style="color: black;"><b><i class="fa fa-fw fa-hdd-o" style="color: black;"></i> storage-tools: ceph-info</b></a>
</div>
</div><!--/.container-fluid -->
</nav>
<!-- Content -->
<div id="header"><h2>$ ceph --watch <a class="pull-right" id="pause" href='#'>Pause</a></h2></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>
<!-- /Content -->
<hr />
<footer>
<p><a class="text-muted" href="mailto:software@lists.open-infrastructure.net?subject=storage-tools/ceph-info:%20Bug%20Report"><i class="fa fa-fw fa-bug" style="color: black;"></i> Report a Bug</a> <a class="text-muted pull-right" href="https://sources.open-infrastructure.net/software/storage-tools"><i class="fa fa-fw fa-heart" style="color: #cc0000;"></i> Source Code</a></p>
</footer>
</div> <!-- /container -->
<!-- Bootstrap core JavaScript -->
<script src="jquery.min.js"></script>
<script>window.jQuery || document.write('<script src="jquery.min.js"><\/script>')</script>
<script src="bootstrap.min.js"></script>
<!-- Custom scripts for this template -->
<script src="logtail.js"></script>
</body>
</html>
|