mirror of
https://github.com/yunionio/cloudpods.git
synced 2026-09-01 15:07:17 +08:00
fix(monitor): no metrics of baremetal server
This commit is contained in:
@@ -162,7 +162,7 @@ func (s Servers) NeedSync() bool {
|
||||
}
|
||||
|
||||
func (s Servers) ModelFilter() []string {
|
||||
return []string{"hypervisor.notin(baremetal,container)"}
|
||||
return []string{"hypervisor.notin(container)"}
|
||||
}
|
||||
|
||||
func (h Hosts) AddModel(i db.IModel) {
|
||||
|
||||
Reference in New Issue
Block a user