Age | Commit message (Collapse) | Author |
|
|
|
|
|
. add an additional nagios::defaults::plugins class that is included in the nagios::defaults, this can be used to install other nagios plugins that aren't distributed in the nagios-plugins package
. use the nagios::defaults::plugins to setup the check_mysql_health plugin
. add a check_mysql_health command to defaults/commands.pp in the section for commands for services defined by other modules
. change the nagios::service::mysql to use the more advanced check_mysql_health plugin, instead of the basic check_mysql plugin
|
|
creation of the check_mysql_health mysql nagios plugin. See the mysql module for the installation of this plugin, and example usage"
This reverts commit 45edca107c3fd158fc9b00aa90f9f3f6d730185a.
reverted because this is much easier to handle within the mysql module itself.
|
|
check_mysql_health mysql nagios plugin. See the mysql module for the installation of this plugin, and example usage
|
|
|
|
parameter to specify socket
|
|
nagios_service type, but should not appear for service descriptions in nagios
|
|
|
|
|
|
|
|
|
|
factored out classes and defines in their own files
|