summaryrefslogtreecommitdiff
path: root/files
AgeCommit message (Collapse)Author
2016-03-01Merge remote-tracking branch 'shared/master' into leap_mastervarac
2015-10-31also add pop3 login checksmh
2015-10-31add some metrics to the horde checkmh
2015-10-25add an imap_login checkmh
2015-10-25Merge remote-tracking branch 'shared/master'mh
2015-10-16fixing pathmh
2015-10-16fetch things over hkps and on every checkmh
2015-10-16Revert "this is handled outside & centrally"mh
This reverts commit ffca95a6b0281ab49f4a626a1ee6a68257769388.
2015-10-13this is handled outside & centrallymh
2015-10-12introduce horde_login checksmh
2015-10-12introduce gpg checksmh
2015-10-08update the apache2.conf fileMatt Taggart
updating to the debian 3.5.1.dfsg-2+b1 version of the file. mostly whitespace changes, one 2.2 vs 2.4 change and a change for docs.
2015-08-11Merge remote-tracking branch 'shared/master' into leap_mastervarac
Conflicts: README manifests/base.pp manifests/defaults/commands.pp manifests/nrpe.pp manifests/service.pp manifests/target.pp templates/nrpe/nrpe_command.erb
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).
2015-04-08Merge remote-tracking branch 'shared/master' into leap_mastervarac
Conflicts: manifests/defaults/commands.pp
2015-04-07Add missing DirectoryIndex index.php to the pnp4nagios apache config snippetMicah Anderson
2014-10-05add the default nagios templates file as wellmh
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.
2013-04-25Merge branch 'master' into leapMicah Anderson
Conflicts: README README.pnp4nagios manifests/defaults/pnp4nagios.pp manifests/munin.pp manifests/pnp4nagios.pp manifests/pnp4nagios/popup.pp
2013-02-27Fix munin pluginsGabriel Filion
the basic path for nagiosstats is wrong/hardcoded. that binary comes in with the nagios3 package in Debian. set the default value to the right path under Debian and make it possible to override the path with an environment variable. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2013-02-14use a graph style icon for action.gifvarac
2013-02-14configure pnp4nagios npcdvarac
2013-02-14added pnp-grapher templates for explicit usenadir
2013-02-14added pnp-grapher templates for explicit usenadir
2013-02-14standard pnp4nagios apache confignadir
2013-02-14basic pnp4nagios grapher integrationvarac
2013-01-26duplicate command definitionsvarac
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-11-22Merge branch 'master' of git://labs.riseup.net/shared-nagiosvarac
Conflicts: templates/irc_bot/nsa.cfg.erb
2012-09-25Merge branch 'merge_immerda'Micah Anderson
Conflicts: manifests/apache.pp this conflict was just a indentation difference.
2012-09-20Merge remote-tracking branch 'riseup/irc_bot_enhancements'Gabriel Filion
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-09-18check_openvpn_server.plvarac
2012-09-17use a graph style icon for action.gifvarac
2012-09-17configure pnp4nagios npcdvarac
2012-09-17added pnp-grapher templates for explicit usenadir
2012-09-17added pnp-grapher templates for explicit usenadir
2012-09-17standard pnp4nagios apache confignadir
2012-09-17basic pnp4nagios grapher integrationvarac
2012-04-10Define check_load as a function of the nb of cpusGabriel Filion
The "check_load" nagios check should not be hardcoded to some arbitrary value. The thresholds should rather be adjusted in function of how many CPUs are present in the server. The factors were chosen by prior experience but could be adjusted if needed. Factors for warning thresholds (where N is the nb of cpus): * 1min : 5 * N * 5mins : 4 * N * 15mins : 3 * N Factors for critical thresholds: * 1min : 10 * N * 5mins : 9 * N * 15mins : 8 * N
2012-04-09Basic NRPE Supportnadir
amended (lelutin): removed trailing spaces and commented out code.
2012-04-09Import fresh nsca.cfg fileGabriel Filion
The default nsca.cfg is currently using the "non-normal" port for nsca. Let's import a freshly installed nsca.cfg file with default values. Signed-off-by: Gabriel Filion <lelutin@gmail.com>
2012-03-14allow dashes in service namesAntoine Beaupre
2012-03-14make default comment mention ircroot
2012-03-14be silent when we send stuff to nagios, it will answer backroot
2012-03-14accept dots in servicesroot
2012-03-14remove debugging messageAntoine Beaupre
2012-03-14always add a comment, allow spaces in commentsAntoine Beaupre
2012-03-13add reference for good material i foundAntoine Beaupre