Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-09-19 | configure pnp4nagios npcd | varac | |
2012-09-19 | typo | varac | |
2012-09-19 | package pnp4nagios available now, fix permissions for config files | varac | |
2012-09-19 | corrected path to pnp4nagios apache.conf | varac | |
2012-09-19 | possibility to deploy a custom pnp4nagios apache config | nadir | |
2012-09-19 | basic pnp4nagios grapher integration | varac | |
2012-06-27 | 2.7 underscore rename: site-nagios | Micah Anderson | |
2012-06-14 | take hiera out of the params | mh | |
2012-06-08 | refactor things for >2.7 | mh | |
2012-06-05 | new style for 2.7 | mh | |
2012-05-15 | put the class the right place | mh | |
2012-05-05 | Merge remote-tracking branch 'github/master' | mh | |
2012-05-05 | Merge pull request #4 from efroese/http-check | duritong | |
Add the port arg to check_http_url_regex. Default 80. | |||
2012-05-01 | Move the jabber plugin to its own class. | Erik Froese | |
2012-05-01 | Remove unnecessary jabber dependency. | Erik Froese | |
2012-05-01 | Add the port arg to check_http_url_regex. Default 80. | Erik Froese | |
2012-04-18 | put single quotes around the password to guard against exclamation points in ↵ | Micah Anderson | |
passwords | |||
2012-04-18 | use trocla for that password | mh | |
2012-04-18 | fully qualify fqdn and hostname facter variables | Christian G. Warden | |
2012-04-18 | Fully qualify facter variables to suppress warnings | Christian G. Warden | |
merge conflict due to immerda's branch not being up-to-date on the bot | |||
2012-04-18 | it is not anymore necessary to add an empty source to purge directories | mh | |
2012-04-10 | Fix NRPE for FreeBSD | Gabriel Filion | |
Plugins are found under another directory. The pid file must be changed to /var/spool/nagios/nrpe2.pid, since this place is writable by the daemon, and the rc script expects the pid file to be found there. Use a pattern instead of the rc script status command. | |||
2012-04-10 | fix nrpe package name in freebsd | Antoine Beaupre | |
2012-04-10 | make the nrpe service depend on the package | Antoine Beaupre | |
2012-04-10 | default processorcount to 1 if it is not present | Antoine Beaupre | |
2012-04-10 | Add a nagios::nrpe::xinetd class | Gabriel Filion | |
We don't really manage everything with this class (e.g. not the config for running NRPE under xinetd). We ensure that the nrpe service is not running since xinetd is the one that's supposed to spawn nrpe. This way we can manage the NRPE config and commands, but it does not conflict with xinetd. | |||
2012-04-10 | nrpe: bump up multipliers for check_load | Gabriel Filion | |
The CPU checks were fireing way too often. Bump up the multipliers to reduce the number of alerts. | |||
2012-04-10 | Define check_load as a function of the nb of cpus | Gabriel 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-09 | Avoid the "libnagios-plugin-perl" package for lenny | Gabriel Filion | |
This package doesn't exist on lenny. | |||
2012-04-09 | nrpe FreeBSD compatibility | Gabriel Filion | |
Make some changes to ensure compatibility of the nrpe resources with FreeBSD. * Use group 0 instead of 'root' * capitalize values for testing $operatingsystem * override arguments for the nrpe service so that FreeBSD can find the init script | |||
2012-04-09 | Fix nagios::nrpe::command for FreeBSD | Gabriel Filion | |
The 'command' resource defines files under the root group. Since the 'root' group does not exist by default on FreeBSD, make an exception for FreeBSD to use the 'wheel' group instead. | |||
2012-04-09 | Add NRPE support for FreeBSD | Gabriel Filion | |
Configuration needs to be placed in a different directory in FreeBSD. Some packages are not named the same under FreeBSD. Some packages are not available under FreeBSD. Migrate those to a new nagios::nrpe::linux class so that FreeBSD does not take them into account. | |||
2012-04-09 | Define a way to configure an NRPE command | Gabriel Filion | |
We need to be able to configure what NRPE commands are defined on clients. This new method accepts inline contents or a puppet source argument. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2012-04-09 | add nrpe timeout parameter | nadir | |
amended (lelutin): took out some trailing whitespaces and a commented out (useless) line | |||
2012-04-09 | working nrpe support | nadir | |
2012-04-09 | command/nrpe.pp: check cmds for nrpe | nadir | |
2012-04-09 | service.pp: added nrpe support | nadir | |
2012-04-09 | Added NRPE Support for nagios::service | nadir | |
2012-04-09 | Basic NRPE Support | nadir | |
amended (lelutin): removed trailing spaces and commented out code. | |||
2012-04-09 | Make the nsca depend on the nsca package | Gabriel Filion | |
Without this link, puppet sometimes attempts to start the service before the package is installed, wich triggers an error. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2012-02-10 | use trocla for that password | mh | |
2012-02-02 | Merge remote-tracking branch 'github/master' | mh | |
2012-02-01 | fully qualify fqdn and hostname facter variables | Christian G. Warden | |
2012-02-01 | Fully qualify facter variables to suppress warnings | Christian G. Warden | |
2011-12-08 | Merge branch 'master' into riseup | Micah Anderson | |
2011-12-08 | Revert "Fix nagios check_smtp duplicate definition" | Micah Anderson | |
This reverts commit fb75fcec220f9e2943d2e7af292ff884fd237f6d. Reverted due to LeLutin's comments in #3310 and the fix implemented in #3298 in preparation of merging those | |||
2011-09-15 | Host alerts not parsing variables due to excessive escaping (#3456) | Silvio Rhatto | |
2011-07-15 | it is not anymore necessary to add an empty source to purge directories | mh | |
2011-07-14 | Merge remote-tracking branch 'remotes/lelutin/bot_fixes' | Micah Anderson | |
Conflicts: manifests/irc_bot.pp Had to merge in the use_notices change that we had in our branch | |||
2011-07-14 | Branching the definition for smtp, imap and pop3 commands | Silvio Rhatto | |