Tuesday, August 2, 2011

no mysql_check in nagios plugins ubuntu

1. apt-get install libmysqlclient15-dev
2. Now recompile nagios plugins with mysql plugin.
./configure --with-mysql
make
make install

Now check the folder /usr/local/nagios/libexec/ or wherever you had installed nagios and you will find check_mysql plugin required for checking mysql service.

0 comments:

Post a Comment