ERROR com.wgcloud.controller.AgentGoController - agent multiple times at the same time:192.168.1.6
2023-02-08 12:13:54.243 [http-nio-9999-exec-5] ERROR com.wgcloud.controller.AgentGoController - agent multiple times at the same time:192.168.1.6 2023-02-08 12:13:55.461 [http-nio-9999-exec-7] ERROR com.wgcloud.controller.AgentDiskController - agentDisk multiple times at the same time:192.168.1.6
这个是指同一个IP在10s内上报多次采集数据并上报给server,如果是10s内我们重复启动agent导致的,此错误忽略即可,没有影响
还有一种可能,是有多个主机的agent配置文件中bindIp使用了相同的IP导致的
我们检查下,是不是有两个或多个主机的agent配置文件使用了相同的bindIp
#本机ip或标识,可以为空,为空时候默认取本机IP,配置不要超过50个字符 bindIp=192.168.1.2