No description
Find a file
Micah Anderson 6031165200 simplify the nagios check_mysql_health plugin process:
1. use the new plugin deploy feature in nagios (nagios::plugin::deploy)
2. remove unnecessary classes and inheritance - this plugin seems reasonable to install by default, and in fact it could be argued that the other 'check_mysql' plugin that still remains can be removed, as its functionality is vastly overshadowed by this one
3. add the 'repl_client_priv' mysql grant privs to the nagios user. these are needed for the check_mysql_health plugin slave replication modes. According to http://dev.mysql.com/doc/refman/5.0/en/privileges-provided.html#priv_replication-client - The REPLICATION CLIENT privilege enables the use of SHOW MASTER STATUS and SHOW SLAVE STATUS. These privileges are not too much to provide to the nagios user, as they are only informational
4. setup the define "check_health" so it can be used easily
2010-10-17 18:23:42 -04:00
files add new version of check_mysql_health plugin 2010-10-17 14:30:59 -04:00
lib get rid off expensive which call 2010-08-11 10:40:24 +02:00
manifests simplify the nagios check_mysql_health plugin process: 2010-10-17 18:23:42 -04:00
templates/root merged with puzzle 2008-06-13 20:16:32 +00:00
tests adapt to new common module 2010-05-07 17:59:42 -04:00