Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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-07-15 | it is not anymore necessary to add an empty source to purge directories | mh | |
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-03-02 | links do not work for file sources | mh | |
2011-03-02 | merge with sarava | mh | |
2011-02-19 | allow setting of the template to be used | mh | |
2011-02-19 | rearrange some variable setting | 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 | make the client config aware | mh | |
2011-02-07 | fix mail cmd on centos | mh | |
2011-02-07 | fix naming | mh | |
2011-02-07 | fix pid/socket location for centos, open firewall if we want to connect to ↵ | mh | |
an irc server | |||
2011-02-06 | centosify irc_bot | mh | |
2011-02-06 | Merge remote branch 'leluitn/apache_conf_fix' | mh | |
2011-02-06 | Merge remote branch 'leluitn/service_contactgroup' | mh | |
2011-02-06 | merge lelutin | mh | |
2011-02-06 | merge lelutin | mh | |
2011-02-06 | and we need also to remove the overwrite | mh | |
2011-02-06 | Nagios_hostgroupescalation does also not anymore exist | mh | |
2011-02-06 | remove nagios_plugin - rerrange collection | mh | |
* the type nagios_type have been removed and puppet fails to collect unknown types. This has already been removed once, but reintroduced with 4e35b0bce0f2dd00d52e0de7488ab322867dd012 -> reremove it again * To better compare existing types and what we have in the module, I arranged the collection alphabetically to ease comparision. | |||
2011-01-26 | irc bot: Adjust arguments to start-stop-daemon | Gabriel Filion | |
The start method lacks a parameter that sets the daemon with the right uid: --chuid The stop method does not error out when trying to stop a daemon that does not run. Now the daemon should behave better. | |||
2011-01-18 | nagios::service : Pass on contact_groups | Gabriel Filion | |
The contact_groups argument to nagios::service is currently not passed on to the exported nagios_service resource. Pass this value on so that services can notify the right people. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2011-01-14 | Add missing Nagios resource types to base.pp | Gabriel Filion | |
Some Nagios resource types are currently not being managed. This has the result that exported resources for those types are not collected by nagios servers, and also that configuration files for those resources are put in their default path which is wrong for some OSes and with possibly wrong permissions. Add the missing resources to base.pp Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-12-21 | Add nagios IRC bot | Gabriel Filion | |
Koumbit is using an IRC bot that Micah provided. It is a pair of perl scripts that send Nagios notifications as messages in an IRC channel. Add a class to make installing this IRC bot easy. It also defines commands 'notify-by-irc' and 'host-notify-by-irc' that can be used with checks to send notifications via the bot. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-12-14 | Make nagios::apache manage the apache config. | Gabriel Filion | |
Currently, the nagios module purges all files under the Nagios configuration directory. This has the unwanted effect of removing files that are added by default by the .deb packages, thus making the Nagios interface non functional under apache. To fix the situation, make nagios::apache under Debian manage the apache config file and link to it in apache's conf.d directory, in the same manner as the Debian packages do. Signed-off-by: Gabriel Filion <lelutin@gmail.com> | |||
2010-12-12 | no ssl connection for pop3 | mh | |
2010-12-12 | add check for managesieve | 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-12-12 | add smtp checks | mh | |
2010-11-25 | tcp and udp are now one package | 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 | |