monika icon indicating copy to clipboard operation
monika copied to clipboard

Monitor MySQL Client

Open dennypradipta opened this issue 2 years ago • 0 comments

It will be great if we can monitor MySQL instances. We can use SELECT 1 or SHOW STATUS query to check if it is working.

The input would be something like this:

  - id: 'check-mysql'
    mysql:
      url: <mysql_connection_url> # required if the host, port, password, and user is empty
      host: '<hostname>' # required if url is empty
      port: <port> # required if url is empty
      password: '<password>' # required if url is empty
      user: <user> # required if url is empty

You may refer to Redis Client probing.

dennypradipta avatar Oct 09 '22 13:10 dennypradipta