We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
nodata配置agent.alive检测不到时补发0; agent端发送的agent.alive值正常,日志如下: 2019/06/14 16:44:59 var.go:88: => <Total=91> <Endpoint:STORE-US-009, Metric:agent.alive, Type:GAUGE, Tags:, Step:60, Time:1560501899, Value:1> 但是在前端显示为0,如果将该主机从nodata中剔除,前端又能正常显示为1 监控的所有主机中只有两台有这样的情况。 有没有碰到同样情况的小伙伴帮忙看看
The text was updated successfully, but these errors were encountered:
我也遇到这个情况了,但是我也不清楚如何解决,请问您现在已经解决了么?我在社区提的没人给回复..........尴尬....
Sorry, something went wrong.
具体是为什么我也不是很清楚; 弄了挺久的,感觉像是在数据在各组件之间处理有些许延迟; 当我数据获取周期为60s时,我试着把nodata的周期设置成稍大于60s就可以了(80,100 or 120),但是这样报警可能就不会那么的及时?; 我是少许服务器是这样,可能时有些服务器agent到falcon-server间有延迟?详细情况我也不是很清楚.....= =!
No branches or pull requests
nodata配置agent.alive检测不到时补发0;
agent端发送的agent.alive值正常,日志如下:
2019/06/14 16:44:59 var.go:88: => <Total=91> <Endpoint:STORE-US-009, Metric:agent.alive, Type:GAUGE, Tags:, Step:60, Time:1560501899, Value:1>
但是在前端显示为0,如果将该主机从nodata中剔除,前端又能正常显示为1
监控的所有主机中只有两台有这样的情况。
有没有碰到同样情况的小伙伴帮忙看看
The text was updated successfully, but these errors were encountered: