Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-01 | Merge remote-tracking branch 'shared/master' into leap_master | varac | |
2015-10-31 | also add pop3 login checks | mh | |
2015-10-26 | make it possible to also pass down the host_name | mh | |
2015-10-25 | add an imap_login check | mh | |
2015-10-25 | linting nagios::service::imap | mh | |
2015-10-25 | it's sufficient to check it only once an hour | mh | |
2015-10-16 | fetch things over hkps and on every check | mh | |
2015-10-13 | username can be name | mh | |
2015-10-12 | make it possible to define the keyserver to fetch from | mh | |
2015-10-12 | ensure we run things with the right user/group | mh | |
2015-10-12 | introduce horde_login checks | mh | |
2015-10-12 | introduce gpg checks | mh | |
2014-12-01 | check_http by default also accept 301/302 | o | |
2014-02-08 | linting | mh | |
2014-02-07 | better check on the status code as the reason is optional | mh | |
2013-08-22 | make it possible to pass two different checks for http and https | mh | |
2013-08-22 | remove silly naming as this anyway only makes it difficult to move checks | mh | |
2013-01-23 | Merge remote-tracking branch 'shared/master' | Micah Anderson | |
Conflicts: README manifests/irc_bot.pp manifests/irc_bot/base.pp templates/irc_bot/nsa.cfg.erb | |||
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-09-19 | Merge 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-06-14 | take hiera out of the params | mh | |
2012-06-05 | new style for 2.7 | mh | |
2012-05-05 | Merge remote-tracking branch 'github/master' | mh | |
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-02-10 | use trocla for that password | mh | |
2011-04-19 | add the potential for the --name to be set for arbitrary sql commands | Micah Anderson | |
2011-04-19 | fix check_health_mode parameter | Micah Anderson | |
2011-04-12 | fix typo in imap/pop services | Micah Anderson | |
2011-04-12 | add imap and pop service definitions | Micah Anderson | |
2011-04-11 | Merge commit 'f2df62c9d17d481a3d616a4f2de9496638fadc0a' | Micah Anderson | |
Conflicts: manifests/defaults/commands.pp | |||
2011-02-19 | allow setting of the template to be used | mh | |
2010-12-25 | it might be that having ! when there are no arguments will cause nagios to ↵ | Micah Anderson | |
be unhappy, so lets only put them in when we have arguments to pass | |||
2010-12-25 | fix the --warning --critical by appending it as optional ending arguments in ↵ | Micah Anderson | |
the command specifier | |||
2010-12-25 | fix check_mysql_health real_check_host variable | Micah Anderson | |
2010-12-25 | add in the missing --warning and --critical options to check_mysql_health | Micah Anderson | |
2010-12-12 | include the commands at the right place | mh | |
2010-12-12 | add smtp checks | mh | |
2010-10-18 | . add the check_mysql_health plugin | Micah Anderson | |
. add an additional nagios::defaults::plugins class that is included in the nagios::defaults, this can be used to install other nagios plugins that aren't distributed in the nagios-plugins package . use the nagios::defaults::plugins to setup the check_mysql_health plugin . add a check_mysql_health command to defaults/commands.pp in the section for commands for services defined by other modules . change the nagios::service::mysql to use the more advanced check_mysql_health plugin, instead of the basic check_mysql plugin | |||
2010-10-17 | Revert "add a nagios::service::mysql_health define to facilitate the ↵ | Micah Anderson | |
creation of the check_mysql_health mysql nagios plugin. See the mysql module for the installation of this plugin, and example usage" This reverts commit 45edca107c3fd158fc9b00aa90f9f3f6d730185a. reverted because this is much easier to handle within the mysql module itself. | |||
2010-09-27 | add a nagios::service::mysql_health define to facilitate the creation of the ↵ | Micah Anderson | |
check_mysql_health mysql nagios plugin. See the mysql module for the installation of this plugin, and example usage | |||
2010-02-08 | add passive service | Jerome Charaoui | |
2009-12-28 | add port and database options to mysql service, use 'hostname' plugin ↵ | Jerome Charaoui | |
parameter to specify socket |