summaryrefslogtreecommitdiff
path: root/README
AgeCommit message (Collapse)Author
2016-03-09Added $storeconfigs parametervarac
With this you can disable collection of exported resources. On masterless setups, this module would otherwise complain.
2016-01-31Document how to use the nagios::nrpe classGabriel Filion
2015-10-02files managed for apache on debian break usage through main classGabriel Filion
Currently the nagios::apache class manages some files for debian. This means that when using the main class for setting up nagios with apache (which is the default!) lacks those files and the setup doesn't work. Split out management of those files into another class to avoid making the code in the main class too encumbered and make the main class include that (instead of nagios::apache). nagios::apache will include the main class anyway. Adjust README file so that all cases of http management are done through the "nagios" class.
2015-05-07Merge branch 'ordering_in_example' into 'master'Micah
Ordering in example The usage example in the readme has a couple of small and bigger problems. This branch makes the example more accurate. See merge request !6
2015-04-19unquoted boolean variablesnadir
2015-04-19wrong example with nagios::defaultsGabriel Filion
The example doesn't set any ordering on the classes and this leads to errors at first install since all of the configuration files that the nagios::defaults class installs need the nagios package to be installed first in order for the config dirs to exist.
2015-04-19fix alignment and lint usage exampleGabriel Filion
Example uses weird spacing in the beginning of the lines. Also the example usage of nagios::command is broken: it lacks the closing curly brace.
2013-02-14Merge branch 'add_pnp4nagios' of ssh://code.leap.se/puppet_nagios into ↵Micah Anderson
add_pnp4nagios Conflicts: README.pnp4nagios manifests/defaults/pnp4nagios.pp manifests/pnp4nagios.pp manifests/pnp4nagios/popup.pp
2013-02-14move all pnp4nagios stuff into README.pnp4nagiosMicah Anderson
remove line that says that there are no packages (there are now)
2013-02-14basic pnp4nagios grapher integrationvarac
2013-01-02Merge remote-tracking branch 'shared/master'mh
Conflicts: README manifests/service.pp
2013-01-02Merge remote-tracking branch 'riseup/master' into HEADmh
Conflicts: manifests/apache.pp manifests/base.pp manifests/defaults/templates.pp manifests/defaults/vars.pp manifests/init.pp manifests/irc_bot.pp manifests/nsca/client.pp manifests/nsca/server.pp manifests/service.pp manifests/service/mysql.pp templates/irc_bot/nsa.cfg.erb
2012-09-19basic pnp4nagios grapher integrationvarac
2012-06-05new style for 2.7mh
2012-04-10Update the README for NRPEGabriel Filion
With an example nrpe service and an example nrpe command definition, users should be able to use nrpe pretty easily. Some general-purpose variables were not documented, so I added a note about them at the same time. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2012-04-09Added NRPE Support for nagios::servicenadir
2011-04-28add configuration variable to irc bot to enable IRC notice type messages ↵Micah Anderson
which can be turned on by the puppet variable $nagios_nsa_usenotices
2011-02-06merge lelutinmh
2010-12-21Add nagios IRC botGabriel Filion
Koumbit is using an IRC bot that Micah provided. It is a pair of perl scripts that send Nagios notifications as messages in an IRC channel. Add a class to make installing this IRC bot easy. It also defines commands 'notify-by-irc' and 'host-notify-by-irc' that can be used with checks to send notifications via the bot. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2010-04-12make note about 0.25 version requirement in READMEMicah Anderson
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-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.
2009-12-04update READMEJerome Charaoui
2009-05-15added possiblity to manage external commands dirmh
2008-04-25fixed syntax errors, removed some empty lines in READMEmh
2008-04-25release new nagios stuff, should be much more modular now and using native ↵mh
types by puppet
2008-04-11erster wurf (nicht mehr ganz orig von git.black.co.at)andreas