diff --git a/code/web/www/pages/cluster.php b/code/web/www/pages/cluster.php new file mode 100644 index 0000000..4e760e8 --- /dev/null +++ b/code/web/www/pages/cluster.php @@ -0,0 +1,73 @@ +List_HYPs($lastdate, htmlspecialchars($_GET['cluster'])); +$html_VM = $html->List_VMs($lastdate, htmlspecialchars($_GET['cluster'])); + +$html_VM_final =' +

+ + + + + + + + + + + + + + + + + + '.$html_VM.' +
clusternodenametypevmidramcpu diskmacsuptimestatus
'; + +?> + +
+
+
+

Nodes -

+
+
+ +
+
+
+
+ + + + + + + + + + + + + + + + + + + + + +
clusternameram (used)ram (alloc/total)cpu (alloc/total)storage (used)storage (alloc/total)loaduptimeeligibilityswap (used/total)pve-version Versionkernelcpu informations
+ +
+ * The storage used is the largest.
+ * This is a score to evaluate the eligibility to receive news VM. Lower score are the best. +
+
+
+ \ No newline at end of file