gyptazy / ProxLB

ProxLB - (Re)Balance VM Workloads Across Nodes in Proxmox Clusters. A Load Balancer for Proxmox - and more!
https://proxlb.de
GNU General Public License v3.0
138 stars 6 forks source link

feature: Add configurable log verbosity and vm rebalancing by total usage #19

Closed gyptazy closed 2 months ago

gyptazy commented 2 months ago

feature: Add configurable log verbosity and vm rebalancing by total usage

VM Rebalancing by Total Value

With the new param mode which can be defined in the config file, it can now be defined if rebalancing should be done by used (default) or total resources.

Log Verbosity

With the new param log_verbosity which can be defined in the config file, the log verbosity can now be defined by using INFO, WARN or CRITICAL (default).

Fixes #16 Fixes #17

gyptazy commented 2 months ago

Needs more adjustments than expected. closing