3

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

Pedro
  • 2,907
  • 6
  • 34
  • 46
  • I asked for a solution to this issue based on Monit and answered here: https://stackoverflow.com/a/72856217/2590508 – luvzfootball Jul 04 '22 at 12:40

3 Answers3

2

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.

Community
  • 1
  • 1
grumpit
  • 187
  • 1
  • 9
1

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. enter image description here

MONyog has so many other features which can be helpful for DBA activities like Find problem SQL, Trend analysis, Alerts on critical conditions and 200+ Advisors which makes it a complete MySQL monitoring solution.

Mahesh Patil
  • 1,529
  • 1
  • 11
  • 22
Steve Obbayi
  • 6,015
  • 5
  • 27
  • 24
  • thanks! that is good but Unlimited Users Pack License: $999, Support: $499, I'm still looking for something without restrictions of use. – Pedro Jul 15 '09 at 16:12
1

I wrote an open source tool called MySQLMonk that can monitor replication.

Omry Yadan
  • 31,280
  • 18
  • 64
  • 87