summaryrefslogtreecommitdiff
path: root/manifests/service.pp
AgeCommit message (Collapse)Author
2012-09-19Merge branch 'immerda'Leap devs
Conflicts: manifests/apache.pp manifests/irc_bot.pp manifests/service/mysql.pp templates/irc_bot/nsa.cfg.erb Conflict resolutions: apache.pp: just cosmetics mysql.pp: The shared modules provides more variables to fine tune the mysql health check so we went for this version. The irc bot conflicts were a result of immerda's branch not being up-to-date with the shared branch. The shared branch had factored out the irc_bot.pp into a directory, and added a few additional variables. Immerda changed the variables from having the prefix $nagios_ to not having it and did not have that refactor. The variable renames were good ones for the 2.7 refactoring work, and future hiera integration, so we want those. So to resolve this, we took the shared version of the refactor, and then took the immerda version of the variable renames. This requires an UPGRADE NOTICE in the README as people may have been using the previous variable names.
2012-04-09add nrpe timeout parameternadir
amended (lelutin): took out some trailing whitespaces and a commented out (useless) line
2012-04-09working nrpe supportnadir
2012-04-09service.pp: added nrpe supportnadir
2012-04-09Added NRPE Support for nagios::servicenadir
2012-02-01fully qualify fqdn and hostname facter variablesChristian G. Warden
2011-02-19rearrange some variable settingmh
2011-01-18nagios::service : Pass on contact_groupsGabriel Filion
The contact_groups argument to nagios::service is currently not passed on to the exported nagios_service resource. Pass this value on so that services can notify the right people. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2009-12-08use 'absent' parameter internally only in nagios::serviceJerome Charaoui
2009-12-08Fix nagios::service use parameterJerome Charaoui
2009-12-02refactor service resource without any hardcoded defaults, and use ↵Jerome Charaoui
'generic-service' template by default
2009-06-13put everything into its own filemh