summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-10-17Revert "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-17add a nagios::plugin::deploy modeled after the munin::plugin::deployMicah Anderson
2010-09-27add 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-27remove check_jabber_plugin, this is installed in module-ejabberd and not ↵Micah Anderson
used in this module
2010-04-12make note about 0.25 version requirement in READMEMicah Anderson
2010-04-12update file resource source parameters to use the 0.25 style modules pathingMicah 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-02-22Fix $nagios_parents variable in README, the correct variable name isMicah 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-22rename nagios::target::nat to nagios::target::fqdn, this is a better name ↵Micah Anderson
for this
2010-02-22update README to fix the bits about $fqdn being used, also create anMicah Anderson
Upgrading section so that people can follow along more easily when they upgrade.
2010-02-20remove check_ssh_port duplicate command definitionMicah Anderson
2010-02-20remove another duplicated check_command definitionMicah Anderson
2010-02-20fix another syntax error from the previous commitMicah Anderson
2010-02-20add back the accidentally removed nagios_command pieceMicah Anderson
2010-02-20the debian package nagios-plugins and nagios-plugins-basic defines aMicah 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-20enable the cfg_dir=/etc/nagios-plugins/config parameter in the defaultMicah 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-20remove the classification of the $nagios_cfgdir variable. this is theMicah Anderson
only location where specific classification is done, and this anomaly prohibits you from setting the variable in site.pp
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-08dont pull in default commands defined by nagios package on DebianJerome Charaoui
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.cfg cfg_dir path for CentOSJerome Charaoui
2009-12-08Fix nagios::service use parameterJerome Charaoui
2009-12-04update READMEJerome 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-01correct cfg paths for debianJerome Charaoui