Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-09-27 | remove check_jabber_plugin, this is installed in module-ejabberd and not ↵ | Micah Anderson | |
used in this module | |||
2010-08-11 | remove unnecessary fileserver variable (#2460) round II | mh | |
2010-08-11 | Merge branch 'master' of git.puppet.immerda.ch:module-nagios | 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-06-28 | merge with lavamind | mh | |
2010-05-05 | merged with lavamind | mh | |
2010-04-12 | make note about 0.25 version requirement in README | Micah Anderson | |
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 | add a default empty htpasswd so the catalog compiles right | Antoine Beaupre | |
2010-04-09 | include the commands.cfg file in Debian since we need the ↵ | Antoine Beaupre | |
notify-(host|service)-by-email commands | |||
2010-04-09 | add amd64 resources, fix the other to be a symlink since it's the same | Antoine Beaupre | |
2010-04-09 | add my mountpoints fact to nagios for the df plugin | Antoine Beaupre | |
2010-04-09 | proper apache bootstrap | Antoine Beaupre | |
2010-02-22 | Fix $nagios_parents variable in README, the correct variable name is | Micah Anderson | |
plural as can be determined by looking at the only place it is used in target.pp: if ($nagios_parents != '') { Nagios_host["${fqdn}"] { parents => $nagios_parents } } | |||
2010-02-22 | rename nagios::target::nat to nagios::target::fqdn, this is a better name ↵ | Micah Anderson | |
for this | |||
2010-02-22 | update README to fix the bits about $fqdn being used, also create an | Micah Anderson | |
Upgrading section so that people can follow along more easily when they upgrade. | |||
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 | enable the cfg_dir=/etc/nagios-plugins/config parameter in the default | Micah Anderson | |
Debian nagios.cfg file without this enabled, the plugins which are installed by the nagios-plugins and nagios-plugins-basic packages will not be enabled, causing undefined service check command errors in the nagios pre-flight check. Because the nagios-plugins-basic package is installed as a Depends for the nagios3 package, and nagios-plugins is usually brought in, due to nagios3 having a Recommends on it, it a good idea to have this plugin location enabled. | |||
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-25 | enable to set the service to absent | mh | |
2009-12-25 | enable to set the extra_host to absent | mh | |
2009-12-22 | adjust mysql commands & service | Jerome Charaoui | |