X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Fhealth.html;fp=src%2Fceph%2Fsrc%2Fpybind%2Fmgr%2Fdashboard%2Fhealth.html;h=e076d4bb0ad528232176c6b4fec19d7d3c4ce95c;hb=812ff6ca9fcd3e629e49d4328905f33eee8ca3f5;hp=0000000000000000000000000000000000000000;hpb=15280273faafb77777eab341909a3f495cf248d9;p=stor4nfv.git diff --git a/src/ceph/src/pybind/mgr/dashboard/health.html b/src/ceph/src/pybind/mgr/dashboard/health.html new file mode 100644 index 0000000..e076d4b --- /dev/null +++ b/src/ceph/src/pybind/mgr/dashboard/health.html @@ -0,0 +1,386 @@ + +{% extends "base.html" %} + +{% block content %} + + + + +
+
+
+
+
+ Health +
+
+ Overall status: {health.status} + +
    +
  • + {check.type}: + {check.summary.message} +
  • +
+
+
+
+
+
+ + +
+ Monitors + {mon_status | mon_summary} +
+
+
+ + +
+ OSDs + {osd_map | osd_summary} +
+
+
+ +
+
+ + +
+ Metadata servers + {fs_map | mds_summary} +
+
+
+ + +
+ Manager daemons + {mgr_map | mgr_summary} +
+
+
+ +
+ +
+
+
+
+ Usage +
+
+ + + + + + + + + + + +
+ {df.stats.total_objects | dimless} + +
+ +
+
+
+ +
+
ObjectsRaw capacity
({df.stats.total_used_bytes | dimless_binary} used)
Usage by pool
+ +
+
+
+ +
+
+
+ Pools +
+
+ + + + + + + + + + + + + + + +
NamePG statusUsageActivity
+ {pool.pool_name} + + {pool.pg_status | pg_status} + + {pool.stats.bytes_used.latest | dimless} / + {pool.stats.max_avail.latest | dimless } + + {pool.stats.rd_bytes.rate | dimless } rd, { + pool.stats.wr_bytes.rate | dimless } wr +
+
+
+
+
+ +
+
+ +
+
+ + + { line.stamp } {line.priority}  + + { line.message } +
+
+
+
+
+
+ + + { line.stamp } {line.priority}  + + + { line.message } +
+
+
+
+ +
+
+ +
+ +
+
+ +{% endblock %}