mirror of
https://github.com/Corsinvest/cv4pve-admin.git
synced 2026-04-25 12:55:57 +03:00
[PR #203] feat: add Health Score for nodes, VMs, and storages #193
Labels
No labels
bug
bug
enhancement
feedback
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/cv4pve-admin#193
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/Corsinvest/cv4pve-admin/pull/203
State: closed
Merged: Yes
Summary
ClusterResourceHealthExtensionswith score calculation:100 - (cpu*0.4 + ram*0.4 + disk*0.2)100 - (cpu*0.5 + ram*0.5), stopped: 0100 - disk*1.0GetHealthScoreColor()inPveAdminUIHelper(≥80 OK, ≥60 Warning, <60 Danger)HealthScoreBadgeandHealthScoreGaugecomponentsHealthScoreproperty onClusterResourceExHealthScoreGaugein Node, VM, Storage Summary panelsTest plan
[PR #203] [MERGED] feat: add Health Score for nodes, VMs, and storagesto [PR #203] feat: add Health Score for nodes, VMs, and storages