sensu monitoring a service

Can anyone help me with use of monitoring tools. Say I want to monitor that mysql is up, What is the command that I use,

Hey Michael,

You want to likely use the check-process check here: https://github.com/sensu-plugins/sensu-plugins-process-checks/blob/master/bin/check-process.rb

Although, you should really probably monitor something more realistic, e.g. that the application can use the database or that data is present and you can authenticate as you will likely end up monitoring that anyway and they realistically check if the db is up anyway.

Thanks,

Josh

···

On May 23, 2018, at 7:18 AM, Michael G michaelgartlan@gmail.com wrote:

Can anyone help me with use of monitoring tools. Say I want to monitor that mysql is up, What is the command that I use,

thank you

···

On Wednesday, May 23, 2018 at 4:05:37 PM UTC+1, Joshua Pasqualetto wrote:

Hey Michael,

You want to likely use the check-process check here: https://github.com/sensu-plugins/sensu-plugins-process-checks/blob/master/bin/check-process.rb

Although, you should really probably monitor something more realistic, e.g. that the application can use the database or that data is present and you can authenticate as you will likely end up monitoring that anyway and they realistically check if the db is up anyway.

Thanks,

Josh

On May 23, 2018, at 7:18 AM, Michael G michael...@gmail.com wrote:

Can anyone help me with use of monitoring tools. Say I want to monitor that mysql is up, What is the command that I use,