GET_byid("storages", htmlspecialchars($_GET['id'])), true)['value'];
break;
case "node":
$node = json_decode($q->GET_byid("nodes", htmlspecialchars($_GET['id'])), true)['value'];
break;
case "vm":
$node = json_decode($q->GET_byid("instances", htmlspecialchars($_GET['id'])), true)['value'];
break;
}
$node = (object) $node;
$html_Custer = $html->List_HYPs($node->date, $node->cluster, $node->node);
$html_VMs = $html->List_VMs($node->date, $node->cluster, $node->node);
$html_sto = $html->List_STO($node->date, $node->cluster, $node->node);
?>
Nodes
|
cluster |
name |
ram (used) |
ram (alloc/total) |
cpu (alloc/total) |
storage (used) |
storage (alloc/total) |
load |
uptime |
eligibility |
swap (used/total) |
pve-version Version |
kernel |
cpu informations |
Storages and disks
|
node |
name |
total |
allocate |
available |
used |
disks |
Instances
|
cluster |
node |
name |
type |
vmid |
ram |
cpu |
disk |
macs |
uptime |
status |