summaryrefslogtreecommitdiff
path: root/manifests
AgeCommit message (Collapse)Author
2010-12-14Make nagios::apache manage the apache config.Gabriel Filion
Currently, the nagios module purges all files under the Nagios configuration directory. This has the unwanted effect of removing files that are added by default by the .deb packages, thus making the Nagios interface non functional under apache. To fix the situation, make nagios::apache under Debian manage the apache config file and link to it in apache's conf.d directory, in the same manner as the Debian packages do. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2010-02-08add missing notify for nsca.cfgJerome Charaoui
2010-02-08add basic nsca server/client classes and provide default configJerome Charaoui
2010-02-08add passive serviceJerome Charaoui
2010-02-01add munin plugin for nagios serverJerome Charaoui
2009-12-28add port and database options to mysql service, use 'hostname' plugin ↵Jerome Charaoui
parameter to specify socket
2009-12-28remove $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-22adjust mysql commands & serviceJerome Charaoui
2009-12-11add mysql commands and serviceJerome Charaoui
2009-12-08add more commands to defaults::commands and distinguish between common ↵Jerome Charaoui
commands and commands required by some services defined in other modules
2009-12-08remove command wrapper (use native type instead) and commands.pp (now in ↵Jerome Charaoui
nagios::defaults::commands)
2009-12-08use 'absent' parameter internally only in nagios::serviceJerome Charaoui
2009-12-08Fix nagios::service use parameterJerome Charaoui
2009-12-04port the 'nagios_allow_external_cmd' switch to debianJerome Charaoui
2009-12-02refactor service resource without any hardcoded defaults, and use ↵Jerome Charaoui
'generic-service' template by default
2009-12-02fix cfgdir variable scopeJerome Charaoui
2009-12-02manage /conf.d and fix nagios cfg filenameJerome Charaoui
2009-12-02fix cfgdir variableJerome Charaoui
2009-12-02move nagios templates in a file resource as puppet doesn't support them ↵Jerome Charaoui
using native types, see issue #1180
2009-12-02move puppet nagios resources down into conf.dJerome Charaoui
2009-12-02remove jabber command from default commands until we decide if/how to ↵Jerome Charaoui
include plugins
2009-12-02replace defaults based on cfg files by puppet resourcesJerome Charaoui
2009-12-02remove host wrapper, instead define using native type in target, and create ↵Jerome Charaoui
a target::nat subclass
2009-12-02override exported resources to set notify and target pathJerome Charaoui
2009-12-02adjust htpasswd.users pathJerome Charaoui
2009-12-02don't use /files/, that is un-0.25.x-ishJerome Charaoui
2009-12-02don't always add ping service to targetsJerome Charaoui
2009-12-02keep stylesheets directory on debianJerome Charaoui
2009-12-01remove ensure => absent from default resourceJerome Charaoui
2009-12-01use 'www-data' instead of 'apache' as group for debian configJerome Charaoui
2009-12-01qualify nagios_cfg_dir variableJerome Charaoui
2009-12-01use correct package name for snmp plugins on debianJerome Charaoui
2009-12-01use empty directory from common moduleJerome Charaoui
2009-12-01Correct default definition file source; remove unneeded config filesJerome Charaoui
2009-12-01Add 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-01adjust ntp command as wellmh
2009-12-01adjust commandmh
2009-11-14update file sources to new 0.25.x stylemh
2009-11-14update to new 0.25.x stylemh
2009-11-14update to new 0.25.x stylemh
2009-11-02change pending module file resources to new 0.25 stylemh
2009-11-02update file path to new 0.25 stylemh
2009-10-31remove duplicated namemh
2009-06-13added sobby check servicemh
2009-06-13put everything into its own filemh
2009-05-15added possiblity to manage external commands dirmh
2009-05-11use empty directory of the common moduleduritong
2009-02-23rather use absent than empty stringmh
2009-02-21newer puppet version doesn't anymore automatically set the name var for ↵mh
service_description
2009-02-03added missing packagemh