summaryrefslogtreecommitdiff
path: root/manifests/base.pp
AgeCommit message (Collapse)Author
2016-03-10Nagios resources depend on nagios confdirvarac
2016-03-10Always notify Service[nagios] from nagios resourcesvarac
2016-03-10Improve relationship of nagios resourcesvarac
2016-03-09Added $storeconfigs parametervarac
With this you can disable collection of exported resources. On masterless setups, this module would otherwise complain.
2015-10-25Merge remote-tracking branch 'shared/master'mh
2015-05-07require package before config filesGabriel Filion
In the current state of the module, almost 100% of the time nagios doesn't install correctly since ordering of the resources is not enforced.
2015-04-19Only use the private directory on CentOSGabriel Filion
Debian and ubuntu have their resource.cfg file placed in /etc/nagios3/ and when it's absent it can cause issues with the package (because the package is badly done).
2014-10-05this is now the confdmh
2014-10-05restore a resource that was deleted too earlymh
2014-10-05get auto purging working againmh
That purging resources work correctly, the config files must be at the location that the nagios providers have internally, which is at /etc/nagios/<name>.cfg To ease the config file we used the cfg_dir option so far, which we can't anymore and hence this change requires adoption of your site modules. But auto-purging resources will then finally work.
2014-10-04restart after purgingmh
2014-10-04purge any unmanaged resourcesmh
2014-10-04link to the default path to get the resource purging workingmh
2013-12-28lintingmh
2013-06-13force purge, so also subdirectories are removedmh
2013-01-02this file is only needed on debianmh
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-06-272.7 underscore rename: site-nagiosMicah Anderson
2012-06-14take hiera out of the paramsmh
2012-06-05new style for 2.7mh
2012-04-18Fully qualify facter variables to suppress warningsChristian G. Warden
merge conflict due to immerda's branch not being up-to-date on the bot
2012-04-18it is not anymore necessary to add an empty source to purge directoriesmh
2012-02-02Merge remote-tracking branch 'github/master'mh
2012-02-01Fully qualify facter variables to suppress warningsChristian G. Warden
2011-07-15it is not anymore necessary to add an empty source to purge directoriesmh
2011-07-13Ensure commands.cfg existsSilvio Rhatto
The file commands.cfg was introduced at 61aab91919b2e6d9cb5d7afe3befe40de67ac132. This change make sure the file exists so nagios doesn't stop running.
2011-04-06try to fix nagios::plugin problemmh
We have a serious problem with the concept that we had up to now if you start adding more than one nagios server. This is an attempt to fix it, with certain drawbacks, such as that you have to list all the nagios plugins in the nagios modules. This will be subject of further discussion.
2011-03-02merge with saravamh
2011-02-06Merge remote branch 'leluitn/service_contactgroup'mh
2011-02-06merge lelutinmh
2011-02-06and we need also to remove the overwritemh
2011-02-06Nagios_hostgroupescalation does also not anymore existmh
2011-02-06remove nagios_plugin - rerrange collectionmh
* the type nagios_type have been removed and puppet fails to collect unknown types. This has already been removed once, but reintroduced with 4e35b0bce0f2dd00d52e0de7488ab322867dd012 -> reremove it again * To better compare existing types and what we have in the module, I arranged the collection alphabetically to ease comparision.
2011-01-14Add missing Nagios resource types to base.ppGabriel Filion
Some Nagios resource types are currently not being managed. This has the result that exported resources for those types are not collected by nagios servers, and also that configuration files for those resources are put in their default path which is wrong for some OSes and with possibly wrong permissions. Add the missing resources to base.pp Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2010-10-17Merge remote branch 'ng/master'Micah Anderson
2010-10-17add a nagios::plugin::deploy modeled after the munin::plugin::deployMicah Anderson
2010-08-22Specifying 'modules' in file pathSilvio Rhatto
2010-08-07remove unnecessary fileserver variable (#2460)mh
2010-07-01fix variable lookup and allow outside settingmh
2010-07-01Merge remote branch 'riseup/master'mh
2010-06-29workaround puppet bugmh
2010-06-28adjust plugin stuff, so we can remotely specify new pluginsmh
2010-06-28require parent dir for nagios resourcesmh
2010-06-07Adding legacy path for htpasswd.usersSilvio Rhatto
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-01add munin plugin for nagios serverJerome Charaoui
2009-12-04port the 'nagios_allow_external_cmd' switch to debianJerome Charaoui
2009-12-02manage /conf.d and fix nagios cfg filenameJerome Charaoui
2009-12-02move puppet nagios resources down into conf.dJerome Charaoui
2009-12-02override exported resources to set notify and target pathJerome Charaoui