Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-06-07 | Re-adding resource.cfg.amd64 for debian | Silvio Rhatto | |
2010-06-07 | Adding legacy path for htpasswd.users | Silvio Rhatto | |
2010-06-07 | Symlink for Debian/private/resource.cfg.amd64 | Silvio Rhatto | |
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 | |
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 | dont pull in default commands defined by nagios package on Debian | Jerome Charaoui | |
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.cfg cfg_dir path for CentOS | Jerome Charaoui | |
2009-12-08 | Fix nagios::service use parameter | Jerome Charaoui | |
2009-12-04 | update README | 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 |