From aece52666d51f45d929aa4f96044bcbcee7b504e Mon Sep 17 00:00:00 2001 From: ningyu Date: Tue, 20 Nov 2018 21:46:36 +0800 Subject: [PATCH] =?UTF-8?q?refacotr:=20=E9=85=8D=E7=BD=AE=E5=BB=BA?= =?UTF-8?q?=E8=AE=AE=EF=BC=8C=E5=A2=9E=E5=8A=A0=E9=98=88=E5=80=BC=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=92=8C=E5=BD=93=E5=89=8D=E7=9A=84TOP95=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pkg/mcclient/modules/mod_underutilizedinstances.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/mcclient/modules/mod_underutilizedinstances.go b/pkg/mcclient/modules/mod_underutilizedinstances.go index 8c0e6af42f..0fde51c30e 100644 --- a/pkg/mcclient/modules/mod_underutilizedinstances.go +++ b/pkg/mcclient/modules/mod_underutilizedinstances.go @@ -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)