[pve-devel] [PATCH manager 0/8] add cluster dashboard
Dominik Csapak
d.csapak at proxmox.com
Fri Oct 28 13:11:40 CEST 2016
this patch series adds a cluster dashboard
it show the cluster status
node count
ceph status if available (of the connected node)
it shows number of running/stopped/etc. guests
it shows the cluster-wide utilization of
resources (cpu/memory/storage)
and the nodelist that existed before,but
withouth the cluster status, and with
extra columns to easily identify cpu/memory usage and uptime
of single nodes
Dominik Csapak (8):
move dcNodeView into its own file
add gaugeWidget
add some color definitions to css
add dc health panel
add guests panel
change layout of dc summary and nodeview
adds the dc health,guest,resources to cluster dashboard
add cpu/memory usage, uptime to nodeview
www/css/ext6-pve.css | 20 +++
www/manager6/Makefile | 4 +
www/manager6/dc/Guests.js | 113 ++++++++++++++++
www/manager6/dc/Health.js | 184 +++++++++++++++++++++++++
www/manager6/dc/NodeView.js | 131 ++++++++++++++++++
www/manager6/dc/Summary.js | 275 +++++++++++++++++++++++---------------
www/manager6/panel/GaugeWidget.js | 96 +++++++++++++
7 files changed, 714 insertions(+), 109 deletions(-)
create mode 100644 www/manager6/dc/Guests.js
create mode 100644 www/manager6/dc/Health.js
create mode 100644 www/manager6/dc/NodeView.js
create mode 100644 www/manager6/panel/GaugeWidget.js
--
2.1.4
More information about the pve-devel
mailing list