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=0000000000000000000000000000000000000000;hb=7da45d65be36d36b880cc55c5036e96c24b53f00;hp=e076d4bb0ad528232176c6b4fec19d7d3c4ce95c;hpb=691462d09d0987b47e112d6ee8740375df3c51b2;p=stor4nfv.git diff --git a/src/ceph/src/pybind/mgr/dashboard/health.html b/src/ceph/src/pybind/mgr/dashboard/health.html deleted file mode 100644 index e076d4b..0000000 --- a/src/ceph/src/pybind/mgr/dashboard/health.html +++ /dev/null @@ -1,386 +0,0 @@ - -{% 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 %}