summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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-05-07Merge branch 'manage_resource.cfg' into 'master'Micah
Only use the private directory on CentOS 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). This is a followup to issue https://labs.riseup.net/code/issues/4240 See merge request !4
2015-04-19Merge branch 'unquote_booleans' into 'master'varac
Unquote booleans Some variables and if blocks use quoted booleans when we should be using the native boolean type. Also, when working on this, I saw an issue with a mistyped variable in nagios::service so I fixed it. This is a followup of: https://labs.riseup.net/code/issues/4093 See merge request !9
2015-04-19nagios::service typo in variableGabriel Filion
This invalidates the point of that if block since it will probably never be true that some undefined (read mis-typed) variable is set to 'absent'.
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.
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-18adding Debian specific nrpe template (fixes stop/restart of nrpe-server)kwadronaut
2015-04-18Commands notify-host-by-email and notify-service-by-email are already ↵Silvio Rhatto
defined by the nagios package amended by LeLutin: added missing : after default keyword and fixed style a bit.
2015-04-17Merge branch 'master' into 'master'Jerome Charaoui
Remove unused 'mountpoints' fact. Closes #1 See merge request !3
2015-04-17Remove unused 'mountpoints' fact. Closes #1Jerome Charaoui
2015-04-17Add GPLv3 licenseMicah Anderson
2015-04-08Merge branch 'bug/pnp4nagios_missing_index' into 'master'varac
Add missing DirectoryIndex index.php to the pnp4nagios apache config snippet Without this you get a 404, and have to explicitly specify index.php to load it See merge request !2
2015-04-07Add missing DirectoryIndex index.php to the pnp4nagios apache config snippetMicah Anderson
2015-03-02Merge branch 'master' into 'master'Jerome Charaoui
Don't screw up ENV["PATH"] for other platforms Minor bugfix to prevent overriding ENV["PATH"] for non-Linux platforms. See merge request !1
2015-02-12Don't screw up ENV["PATH"] for other platformsJerome Charaoui
2014-02-20Fix source URL for apache configJerome Charaoui
2013-07-31Correct erroneous previous commitJerome Charaoui
2013-07-31Mirror modification to check_http_regex_url in commit b0a5c09 to ↵Jerome Charaoui
debian/ubuntu commands.
2013-02-28Update nagios::headless to use parametrized classSilvio Rhatto
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-27delete commented nagios_host and -service template definitionsvarac
2013-02-22remove site-nagios source lines, we decided that it is better not to carry ↵Micah Anderson
that old baggage around
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-14Revert "added icon for pnp4nagios"Micah Anderson
This reverts commit 2f8d046607ad0bd5555ef812880cd97431b24977. This was never used in any resource
2013-02-14make site_nagios source primary, but allow fall-back to site-nagiosMicah Anderson
2013-02-14lintian of pnp4nagios commitsMicah Anderson
2013-02-14forgot $varac
2013-02-14fix proper deployment of pnp4nagios-templates.cfgvarac
2013-02-14updated readmevarac
2013-02-14no ::nagios_packagename variable anymorevarac
2013-02-14require pnp4nagios package for config filevarac
2013-02-14use a graph style icon for action.gifvarac
2013-02-14typos againvarac
2013-02-14typovarac
2013-02-14fixed conf file permissions, notify servicesvarac
2013-02-14resolve nagios_cfgdir variablevarac
2013-02-14depend on pnp4nagios instead of npcdvarac
2013-02-14configure pnp4nagios npcdvarac
2013-02-14typovarac
2013-02-14package pnp4nagios available now, fix permissions for config filesvarac
2013-02-14corrected path to pnp4nagios apache.confvarac
2013-02-14README.pnp4nagiosvarac
2013-02-14added icon for pnp4nagiosnadir
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-14possibility to deploy a custom pnp4nagios apache confignadir