MySQL 监控复制
有谁知道任何免费的 MySQL Enterprise Monitor 替代品吗?
我需要一些工具,它允许我通过复制来监控我的 3 个服务器,而无需打开 ssh 控制台并使用命令行。
问候,
佩德罗
Does anyone knows any free alternative MySQL Enterprise Monitor?
I need some tool, that allows me to monitor my 3 servers with replication without having to open ssh console, and use command line.
Regards,
Pedro
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请参阅themattreid对类似问题的回答:如何监控 MySQL 查询错误、超时和登录尝试?
他建议查看 kontrollbase:http://kontrollsoft .com/software-kontrollbase 有很多功能并且是开源的。
See the answer to a similar question by themattreid here: How to monitor MySQL query errors, timeouts and logon attempts?
He recommended looking at kontrollbase: http://kontrollsoft.com/software-kontrollbase lots of functionality and is open source.
我编写了一个名为 MySQLMonk 的开源工具,可以监视复制。
I wrote an open source tool called MySQLMonk that can monitor replication.
这可能是您正在寻找的工具,名为 MONyog。 就 MySQL 管理操作而言,它确实完成了一项整洁的工作,并且具有很好的维护周期。
MONyog - MySQL Monitor and Advisor 具有单独的
Replication
选项卡,其中显示复制拓扑MONyog 有许多其他功能可以对 DBA 活动有所帮助,例如 < code>查找问题 SQL、
趋势分析
、关键条件警报
和200+ Advisors
,使其成为完整的 MySQL 监控解决方案。This Could be the tool you are looking for its called MONyog. It does quit a neat job as far as MySQL admin operations are concerned and has a great maintenance cycle.
MONyog - MySQL Monitor and Advisor has separate
Replication
tab which shows Replication topology of all MySQL servers in your environment.MONyog has so many other features which can be helpful for DBA activities like
Find problem SQL
,Trend analysis
,Alerts on critical conditions
and200+ Advisors
which makes it a complete MySQL monitoring solution.