dashboard报该主机上没有实例存活,因此无法获取主机信息

1、看了,一切正常,磁盘的信息都是正常的
2、我还通过浏览器的开发者工具,查看返回的数据,磁盘也是正常的
3、且过了一段时间,另一个节点也出现了这种情况,我可以肯定服务一切正常

{
“host”:“10.0.6.42”,
“cpu_info”:{
“arch”:“amd64”,
“logical_cores”:32,
“physical_cores”:32
},
“cpu_usage”:{
“idle”:0.96,
“system”:0
},
“memory_usage”:{
“used”:30730096640,
“total”:101191753728
},
“partitions”:{
“/boot”:{
“path”:“/boot”,
“fstype”:“ext4”,
“free”:324261888,
“total”:499337216
},
“/data”:{
“path”:“/data”,
“fstype”:“ext4”,
“free”:766832631808,
“total”:951061880832
},
“/var/lib/docker/containers”:{
“path”:“/var/lib/docker/containers”,
“fstype”:“ext4”,
“free”:61470498816,
“total”:88122449920
}
},
“instances”:{
“10.0.6.42:2379”:{
“type”:“pd”,
“partition_path_lower”:“”
}
}
}