panel icon indicating copy to clipboard operation
panel copied to clipboard

Show hardware or usage of selected node on server creation page.

Open BolverBlitz opened this issue 4 years ago • 5 comments

🚀 Feature Request

Is your proposal related to a problem?

No

*Provide a clear and concise description of what the problem is. When a node is selected, there could be a smal summery of CPU Type, Ram Type, Disk Type and usage of that node. Also maybe show the location of that node infront.

Provide a clear and concise description of what you want to happen. As shown in the picture, something like so. The usage would be enoth to either show the "At-A-Glance" Section of ptero or it could show relation of total servers and servers running on that node. The usage would just be great to give the user a tiny bit of information of what node to pick. grafik

At-A-Glance of Ptero: grafik

BolverBlitz avatar Nov 12 '21 23:11 BolverBlitz

Yes, i´m aware of the fact that the hardware part could be added in pterodactyl as name of that node but i personaly disslike that idear.

BolverBlitz avatar Nov 12 '21 23:11 BolverBlitz

Usage in % of the node eould be good. When the server will exceed allocated ram and storage limits, show error that it would exceed node allocation limit, and tell user to pick different node.

As now you can overallocate nodes, and go over the limit you set on ptero.

anondev-sudo avatar Nov 13 '21 06:11 anondev-sudo

im pretty sure pterodactyl offers no such API?

1day2die avatar May 31 '22 06:05 1day2die

They do. https://panel.ebg.pw/api/application/nodes/5

Nodes avaibke resources:

"memory": 131072,
"memory_overallocate": 250,
"disk": 819200,
 "disk_overallocate": 5,

Currently allocated resources:

"allocated_resources": {
"memory": 12288,
"disk": 40960
}

You could add that to the cronjob that checks nodes once a min and then destroys / creates the product links as needed.

BolverBlitz avatar May 31 '22 09:05 BolverBlitz

this is pretty important imo

S0ly avatar May 18 '24 01:05 S0ly