Page 1 of 1

Nagios with check_mysql_health

Posted: Thu Dec 13, 2012 1:49 am
by niraj_vara
Hi

I have configured the Nagios 3.4 in that for mysql I have configured the mysql_health plugin.

Now I want to check that suppose any query goes into the loop then it shoot a mail or sms. IS it possible with this plugin ??
Please suggest how to achieve the same ??

Once query in loop in slow query also have no log about it.

Re: Nagios with check_mysql_health

Posted: Thu Dec 13, 2012 10:31 am
by sreinhardt
To clarify, you would like to check your mysql server to see when a new query has been submitted, and send a message if that happens?

Re: Nagios with check_mysql_health

Posted: Thu Dec 13, 2012 11:24 pm
by niraj_vara
Hi

New query submitted when users/client update or insert anything in application. From that how can I detect the loop query ???