1

Is there any monitoring tool for mysql which will send a notification mail to mentioned email ID ? It must monitor below parameters. 1. mysql more than 500 concurrent connections. 2. mysql deadlocks. 3. connection between mysql and application.

And some more like this.

Nitesh B.
  • 563
  • 2
  • 7
  • 20

2 Answers2

1

MySQL monitoring tools provided by mysql

Or use any of the command line tools listed below and customize it to your requirements as the tools are built using perl scripts use snmp traps in scripts to notify a mail server to trigger a mail to receive email notification

http://www.tecmint.com/mysql-performance-monitoring/

snoopy
  • 33
  • 2
  • 8
1

While there are probably many more, there are two tools I can think of off the top of my head that will do all of what you listed out of the box:

  1. Percona's PMM
  2. Shattered Silicon's fork of PMM called SSM

These are docker deployed prometheus+grafana stacks with very database-optimised dashboards and alerting works via Grafana functionality. Email is one of many alerting channels it can use to send out alerts.

Gordan Bobić
  • 381
  • 1
  • 6