-
Notifications
You must be signed in to change notification settings - Fork 144
New issue
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
数据采集不成功问题 #38
Comments
建议按README中的说明在配置文件中将日志级别调为7(Debug),然后看一下mymon自己打的日志中运行的时间及状态信息,方便的话可以把日志上传上来,也好帮忙定位异常原因。 |
root@dpsvstadbs03 12:45:34:mymon$ cat myMon.log |grep 'Error: strconv.Atoi' |
从日志上看应该是show.go中处理longest_transaction报的错。这种问题在最近的几次提交中应该fix了,请帮忙确认一下mymon的版本,以及mysql的版本。 如果git pull到最新版没有类似报错了,就可以继续使用啦。 |
奇怪的是我监控的机器里面有一台几乎没有报错,有两台大批量报错 |
|
这个问题的原因找到了,确认是longest_transaction处理时产生的异常,之前有位朋友也反馈过同样的问题,已经在一个fork中修复了,但尚未提交PR合并到主分支。稍晚些时候我们会再提交这个问题FIX的PR。 之所以频率不同与应用程序使用的事务或SQL类型有关,strconv.Atoi处理的时候容错做得存在问题。 感谢您的积极反馈。 |
另外还有个问题,我这边个别机器的监控数据有是有但是dashbord上老是不及时展示,一直不更新,我重启falcon才能看到完整的数据,个别机器 |
dashboard的问题可以在https://github.com/open-falcon/falcon-plus 或 https://github.com/open-falcon/dashboard 中咨询一下,在这里回复不合适。 PR已经提交#40, 等待管理员同学合并。 |
crontab日志看,每分钟都有执行
但通过snapshot里面记录的processlist时间戳来看,经常会出现没执行成功的情况,不知如何解决
The text was updated successfully, but these errors were encountered: