Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-14 | README.pnp4nagios | varac | |
2013-02-14 | added icon for pnp4nagios | nadir | |
2013-02-14 | added pnp-grapher templates for explicit use | nadir | |
2013-02-14 | added pnp-grapher templates for explicit use | nadir | |
2013-02-14 | standard pnp4nagios apache config | nadir | |
2013-02-14 | possibility to deploy a custom pnp4nagios apache config | nadir | |
2013-02-14 | basic pnp4nagios grapher integration | varac | |
2013-02-08 | Merge remote-tracking branch 'riseup/master' | Gabriel Filion | |
2013-01-24 | remove stray % that arrived in this file through a merge conflict | Micah Anderson | |
2013-01-23 | remove unnecessary additional %, this keeps coming back through merge conflicts | Micah Anderson | |
2013-01-23 | lint irc_bot/base.pp | Micah Anderson | |
2013-01-23 | be sure to notify the service after the configuration file has changed | Micah Anderson | |
2013-01-23 | switch to using 'group => 0' instead of 'group => root' | Micah Anderson | |
2013-01-23 | minor template formatting fix that seemed to have gone missing in a conflict ↵ | Micah Anderson | |
merge | |||
2013-01-03 | merge artifact left in one manifest | Gabriel Filion | |
Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2013-01-02 | Merge remote-tracking branch 'shared/master' | mh | |
Conflicts: README manifests/service.pp | |||
2013-01-02 | this file is only needed on debian | mh | |
2013-01-02 | trocla should be optional | mh | |
2013-01-02 | Merge remote-tracking branch 'riseup/master' into HEAD | mh | |
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-24 | fix typo | mh | |
2012-11-23 | make check_domain configurable | mh | |
2012-11-23 | export also the nagios host, so we can still use it remote | mh | |
2012-11-23 | add new wrapper for dns hosts | mh | |
2012-11-21 | add dns check | mh | |
2012-11-14 | we should then set a default | mh | |
2012-11-14 | make it possible to not pass check_command if service should be absent | mh | |
2012-09-20 | Merge remote-tracking branch 'riseup/irc_bot_enhancements' | Gabriel Filion | |
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-06 | fix template | 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-05 | Merge pull request #5 from efroese/jabber-req | duritong | |
Jabber requirement | |||
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 | Update the README for NRPE | Gabriel 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-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. |