Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-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 | |
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-10-17 | Merge remote branch 'ng/master' | Micah Anderson | |
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-10-17 | add a nagios::plugin::deploy modeled after the munin::plugin::deploy | Micah Anderson | |
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-09-27 | remove check_jabber_plugin, this is installed in module-ejabberd and not ↵ | Micah Anderson | |
used in this module | |||
2010-08-22 | Specifying 'modules' in file path | Silvio Rhatto | |
2010-08-11 | remove unnecessary fileserver variable (#2460) round II | mh | |
2010-08-11 | Merge branch 'master' of git.puppet.immerda.ch:module-nagios | mh | |
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 branch 'koumbit' | mh | |
2010-07-01 | Merge remote branch 'riseup/master' | mh | |
2010-06-29 | workaround puppet bug | mh | |
2010-06-28 | adjust plugin stuff, so we can remotely specify new plugins | mh | |
2010-06-28 | some whitespace | mh | |
2010-06-28 | whitespace issue | mh | |
2010-06-28 | whitespace cleanup | mh | |
2010-06-28 | require parent dir for nagios resources | mh | |
2010-06-28 | merge with lavamind | mh | |
2010-06-07 | Re-adding resource.cfg.amd64 for debian | Silvio Rhatto | |
2010-06-07 | Adding legacy path for htpasswd.users | Silvio Rhatto | |
2010-06-07 | Symlink for Debian/private/resource.cfg.amd64 | Silvio Rhatto | |
2010-05-05 | merged with lavamind | mh | |
2010-04-12 | make note about 0.25 version requirement in README | Micah Anderson | |
2010-04-12 | update file resource source parameters to use the 0.25 style modules pathing | Micah Anderson | |
this also adds a site-nagios possibility to one file resource where it was missing (nagios_private_resource.cfg) although this module was updated for this purpose some time ago, it was still complaining: Apr 12 15:13:10 puppetmaster puppetmasterd[11189]: DEPRECATION NOTICE: Files found in modules without specifying 'modules' in file path will be deprecated in the next major release. Please fix module 'nagios' when no 0.24.x clients are present | |||
2010-04-09 | add a default empty htpasswd so the catalog compiles right | Antoine Beaupre | |
2010-04-09 | include the commands.cfg file in Debian since we need the ↵ | Antoine Beaupre | |
notify-(host|service)-by-email commands | |||
2010-04-09 | add amd64 resources, fix the other to be a symlink since it's the same | Antoine Beaupre | |
2010-04-09 | add my mountpoints fact to nagios for the df plugin | Antoine Beaupre | |
2010-04-09 | proper apache bootstrap | Antoine Beaupre | |