Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-03-14 | allow dashes in service names | Antoine Beaupre | |
2012-03-14 | make default comment mention irc | root | |
2012-03-14 | be silent when we send stuff to nagios, it will answer back | root | |
2012-03-14 | accept dots in services | root | |
2012-03-14 | remove debugging message | Antoine Beaupre | |
2012-03-14 | always add a comment, allow spaces in comments | Antoine Beaupre | |
2012-03-13 | add reference for good material i found | Antoine Beaupre | |
2012-03-13 | add commandfile path to configuration | Antoine Beaupre | |
Conflicts: templates/irc_bot/nsa.cfg.erb | |||
2012-03-13 | note that this bot needs to be ported to the new framework | Antoine Beaupre | |
2012-03-13 | add ack functionality | Antoine Beaupre | |
2012-02-10 | use trocla for that password | mh | |
2012-02-02 | Merge remote-tracking branch 'github/master' | mh | |
2012-02-02 | Merge pull request #3 from cwarden/fully-qualify-variables | duritong | |
Fully qualify facter variables to suppress warnings | |||
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 | update check_mysql_health plugin to newer version | Micah Anderson | |
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 | |
2011-07-14 | IRC-bot: split up manifests by OS | Gabriel Filion | |
This gives us the possibility of using the nagios::irc_bot::disable class without having any config variable set. When using nagios::irc_bot, we still get yelled at when we didn't define the appropriate variables. While we're moving the code around, change the group applied on the different files from 'root' to '0' for better portability. | |||
2011-07-14 | IRC-bot: rename nagios::irc_bot::disabled to nagios::irc_bot::disable | Gabriel Filion | |
All classes serving the same purpose as this one are called 'disable', so let's follow this standard. | |||
2011-07-14 | IRC-bot: fix LSB dependencies in Debian init script | Gabriel Filion | |
A misconception on my part made the dependencies "not-quite-right" (as in: the script doesn't really depend on nagios, as we would expect). This gives the IRC bot the save "level" as nagios itself. However, we'd like for nagios to be started before we start the IRC bot. |