Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | Remove unnecessary jabber dependency. | Erik Froese | |
2012-05-01 | Add the port arg to check_http_url_regex. Default 80. | Erik Froese | |
2012-02-02 | Merge remote-tracking branch 'github/master' | mh | |
2012-02-01 | Fully qualify facter variables to suppress warnings | Christian G. Warden | |
2011-04-06 | try to fix nagios::plugin problem | mh | |
We have a serious problem with the concept that we had up to now if you start adding more than one nagios server. This is an attempt to fix it, with certain drawbacks, such as that you have to list all the nagios plugins in the nagios modules. This will be subject of further discussion. | |||
2011-03-06 | add dnsbl check command | mh | |
2011-03-06 | add and deploy check_dnsbl script | mh | |
2011-02-07 | we need also to escape the $ | mh | |
2011-02-07 | escape new line as we have now double brackets | mh | |
2011-02-07 | fix mail cmd on centos | mh | |
2010-12-12 | add imap and pop3 commands | mh | |
2010-12-12 | fix typo | mh | |
2010-12-12 | include the commands at the right place | mh | |
2010-10-23 | define commands at the right place | mh | |
2010-10-23 | add some more http(s) tests | mh | |
2010-10-21 | fix typo in commands | mh | |
2010-10-21 | add check_dns2 | mh | |
check_dns had some problems with down nameservers. This one properly checks the right nameserver. | |||
2010-10-20 | add check_git command | mh | |
2010-10-20 | rename check_ssh port cmd, add ssh_port_host cmd | 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-08-07 | remove unnecessary fileserver variable (#2460) | mh | |
2010-07-01 | fix variable lookup and allow outside setting | mh | |
2010-07-01 | use proper check cmd name | mh | |
2010-07-01 | Merge remote branch 'riseup/master' | mh | |
2010-06-28 | some whitespace | mh | |
2010-06-28 | whitespace issue | mh | |
2010-06-28 | whitespace cleanup | mh | |
2010-02-20 | remove check_ssh_port duplicate command definition | Micah Anderson | |
2010-02-20 | remove another duplicated check_command definition | Micah Anderson | |
2010-02-20 | fix another syntax error from the previous commit | Micah Anderson | |
2010-02-20 | add back the accidentally removed nagios_command piece | Micah Anderson | |
2010-02-20 | the debian package nagios-plugins and nagios-plugins-basic defines a | Micah Anderson | |
number of the check_commands that were being defined by this module, this caused duplicate definition issues, so to solve this we don't define the subset of commands on debian/ubuntu systems that are handled by the package, but let other operatingsystems define them (as they were before) | |||
2010-02-20 | remove the classification of the $nagios_cfgdir variable. this is the | Micah Anderson | |
only location where specific classification is done, and this anomaly prohibits you from setting the variable in site.pp | |||
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 | |||
2009-12-22 | adjust mysql commands & service | Jerome Charaoui | |
2009-12-11 | add mysql commands and service | Jerome Charaoui | |
2009-12-08 | add more commands to defaults::commands and distinguish between common ↵ | Jerome Charaoui | |
commands and commands required by some services defined in other modules | |||
2009-12-02 | fix cfgdir variable scope | Jerome Charaoui | |
2009-12-02 | move nagios templates in a file resource as puppet doesn't support them ↵ | Jerome Charaoui | |
using native types, see issue #1180 | |||
2009-12-02 | remove jabber command from default commands until we decide if/how to ↵ | Jerome Charaoui | |
include plugins | |||
2009-12-02 | replace defaults based on cfg files by puppet resources | Jerome Charaoui | |