Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-12-25 | it might be that having ! when there are no arguments will cause nagios to ↵ | Micah Anderson | |
be unhappy, so lets only put them in when we have arguments to pass | |||
2010-12-25 | fix the --warning --critical by appending it as optional ending arguments in ↵ | Micah Anderson | |
the command specifier | |||
2010-12-25 | fix check_mysql_health real_check_host variable | Micah Anderson | |
2010-12-25 | add in the missing --warning and --critical options to check_mysql_health | Micah Anderson | |
2010-10-18 | . add the check_mysql_health plugin | Micah Anderson | |
. 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 | |||
2010-10-17 | Merge remote branch 'ng/master' | Micah Anderson | |
2010-10-17 | Revert "add a nagios::service::mysql_health define to facilitate the ↵ | Micah Anderson | |
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. | |||
2010-10-17 | add a nagios::plugin::deploy modeled after the munin::plugin::deploy | Micah Anderson | |
2010-09-27 | add a nagios::service::mysql_health define to facilitate the creation of the ↵ | Micah Anderson | |
check_mysql_health mysql nagios plugin. See the mysql module for the installation of this plugin, and example usage | |||
2010-08-11 | remove unnecessary fileserver variable (#2460) round II | mh | |
2010-08-07 | remove unnecessary fileserver variable (#2460) | mh | |
2010-07-01 | fix variable lookup and allow outside setting | mh | |
2010-07-01 | use proper check cmd name | mh | |
2010-07-01 | Merge branch 'koumbit' | mh | |
2010-07-01 | Merge remote branch 'riseup/master' | mh | |
2010-06-29 | workaround puppet bug | mh | |
2010-06-28 | adjust plugin stuff, so we can remotely specify new plugins | mh | |
2010-06-28 | some whitespace | mh | |
2010-06-28 | whitespace issue | mh | |
2010-06-28 | whitespace cleanup | mh | |
2010-06-28 | require parent dir for nagios resources | mh | |
2010-04-12 | update file resource source parameters to use the 0.25 style modules pathing | Micah Anderson | |
this also adds a site-nagios possibility to one file resource where it was missing (nagios_private_resource.cfg) although this module was updated for this purpose some time ago, it was still complaining: Apr 12 15:13:10 puppetmaster puppetmasterd[11189]: DEPRECATION NOTICE: Files found in modules without specifying 'modules' in file path will be deprecated in the next major release. Please fix module 'nagios' when no 0.24.x clients are present | |||
2010-04-09 | proper apache bootstrap | Antoine Beaupre | |
2010-02-22 | rename nagios::target::nat to nagios::target::fqdn, this is a better name ↵ | Micah Anderson | |
for this | |||
2010-02-20 | remove check_ssh_port duplicate command definition | Micah Anderson | |
2010-02-20 | remove another duplicated check_command definition | Micah Anderson | |
2010-02-20 | fix another syntax error from the previous commit | Micah Anderson | |
2010-02-20 | add back the accidentally removed nagios_command piece | Micah Anderson | |
2010-02-20 | the debian package nagios-plugins and nagios-plugins-basic defines a | Micah Anderson | |
number of the check_commands that were being defined by this module, this caused duplicate definition issues, so to solve this we don't define the subset of commands on debian/ubuntu systems that are handled by the package, but let other operatingsystems define them (as they were before) | |||
2010-02-20 | remove the classification of the $nagios_cfgdir variable. this is the | Micah Anderson | |
only location where specific classification is done, and this anomaly prohibits you from setting the variable in site.pp | |||
2010-02-08 | add missing notify for nsca.cfg | Jerome Charaoui | |
2010-02-08 | add basic nsca server/client classes and provide default config | Jerome Charaoui | |
2010-02-08 | add passive service | Jerome Charaoui | |
2010-02-01 | add munin plugin for nagios server | Jerome Charaoui | |
2009-12-28 | add port and database options to mysql service, use 'hostname' plugin ↵ | Jerome Charaoui | |
parameter to specify socket | |||
2009-12-28 | remove $hostname from service names: these are added internally to ↵ | Jerome Charaoui | |
nagios_service type, but should not appear for service descriptions in nagios | |||
2009-12-22 | adjust mysql commands & service | Jerome Charaoui | |
2009-12-11 | add mysql commands and service | Jerome Charaoui | |
2009-12-08 | add more commands to defaults::commands and distinguish between common ↵ | Jerome Charaoui | |
commands and commands required by some services defined in other modules | |||
2009-12-08 | remove command wrapper (use native type instead) and commands.pp (now in ↵ | Jerome Charaoui | |
nagios::defaults::commands) | |||
2009-12-08 | use 'absent' parameter internally only in nagios::service | Jerome Charaoui | |
2009-12-08 | Fix nagios::service use parameter | Jerome Charaoui | |
2009-12-04 | port the 'nagios_allow_external_cmd' switch to debian | Jerome Charaoui | |
2009-12-02 | refactor service resource without any hardcoded defaults, and use ↵ | Jerome Charaoui | |
'generic-service' template by default | |||
2009-12-02 | fix cfgdir variable scope | Jerome Charaoui | |
2009-12-02 | manage /conf.d and fix nagios cfg filename | Jerome Charaoui | |
2009-12-02 | fix cfgdir variable | Jerome Charaoui | |
2009-12-02 | move nagios templates in a file resource as puppet doesn't support them ↵ | Jerome Charaoui | |
using native types, see issue #1180 | |||
2009-12-02 | move puppet nagios resources down into conf.d | Jerome Charaoui | |
2009-12-02 | remove jabber command from default commands until we decide if/how to ↵ | Jerome Charaoui | |
include plugins |