mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-21 14:19:49 +08:00
refacotr: 配置建议,增加阈值参数和当前的TOP95值
This commit is contained in:
@@ -6,7 +6,7 @@ var (
|
||||
|
||||
func init() {
|
||||
UnderutilizedInstances = NewCloudmonManager("underutilizedinstance", "underutilizedinstances",
|
||||
[]string{"id", "vm_id", "vm_name", "time", "advices", "vm_cpu", "vm_disk", "vm_memory", "vm_provider"},
|
||||
[]string{"id", "vm_id", "vm_name", "datetime_str", "vm_cpu", "vm_disk", "vm_memory", "vm_provider", "cpu_usage_threshold", "netio_rx_bps_threshold", "netio_tx_bps_threshold", "stastics_details"},
|
||||
[]string{})
|
||||
|
||||
register(&UnderutilizedInstances)
|
||||
|
||||
Reference in New Issue
Block a user