Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-07 | Adding legacy path for htpasswd.users | Silvio Rhatto | |
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 | |||
2009-12-02 | replace defaults based on cfg files by puppet resources | Jerome Charaoui | |
2009-12-02 | remove host wrapper, instead define using native type in target, and create ↵ | Jerome Charaoui | |
a target::nat subclass | |||
2009-12-02 | override exported resources to set notify and target path | Jerome Charaoui | |
2009-12-02 | adjust htpasswd.users path | Jerome Charaoui | |
2009-12-02 | don't use /files/, that is un-0.25.x-ish | Jerome Charaoui | |
2009-12-02 | don't always add ping service to targets | Jerome Charaoui | |
2009-12-02 | keep stylesheets directory on debian | Jerome Charaoui | |
2009-12-01 | remove ensure => absent from default resource | Jerome Charaoui | |
2009-12-01 | use 'www-data' instead of 'apache' as group for debian config | Jerome Charaoui | |
2009-12-01 | qualify nagios_cfg_dir variable | Jerome Charaoui | |
2009-12-01 | use correct package name for snmp plugins on debian | Jerome Charaoui | |
2009-12-01 | use empty directory from common module | Jerome Charaoui | |
2009-12-01 | Correct default definition file source; remove unneeded config files | Jerome Charaoui | |
2009-12-01 | Add support for Debian; split up package defaults and create new ↵ | Jerome Charaoui | |
nagios::default resource; add support for lighttpd and headless httpd configurations; move common commands definitions into nagios::commands | |||
2009-12-01 | adjust ntp command as well | mh | |