summaryrefslogtreecommitdiff
path: root/manifests/service
AgeCommit message (Collapse)Author
2015-10-31also add pop3 login checksmh
2015-10-26make it possible to also pass down the host_namemh
2015-10-25add an imap_login checkmh
2015-10-25linting nagios::service::imapmh
2015-10-25it's sufficient to check it only once an hourmh
2015-10-16fetch things over hkps and on every checkmh
2015-10-13username can be namemh
2015-10-12make it possible to define the keyserver to fetch frommh
2015-10-12ensure we run things with the right user/groupmh
2015-10-12introduce horde_login checksmh
2015-10-12introduce gpg checksmh
2014-12-01check_http by default also accept 301/302o
2014-02-08lintingmh
2014-02-07better check on the status code as the reason is optionalmh
2013-08-22make it possible to pass two different checks for http and httpsmh
2013-08-22remove silly naming as this anyway only makes it difficult to move checksmh
2013-01-02trocla should be optionalmh
2013-01-02Merge remote-tracking branch 'riseup/master' into HEADmh
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-24fix typomh
2012-11-23make check_domain configurablemh
2012-11-23export also the nagios host, so we can still use it remotemh
2012-11-23add new wrapper for dns hostsmh
2012-11-21add dns checkmh
2012-06-14take hiera out of the paramsmh
2012-06-05new style for 2.7mh
2012-05-05Merge remote-tracking branch 'github/master'mh
2012-05-01Add the port arg to check_http_url_regex. Default 80.Erik Froese
2012-04-18put single quotes around the password to guard against exclamation points in ↵Micah Anderson
passwords
2012-04-18use trocla for that passwordmh
2012-02-10use trocla for that passwordmh
2011-04-19add the potential for the --name to be set for arbitrary sql commandsMicah Anderson
2011-04-19fix check_health_mode parameterMicah Anderson
2011-04-12fix typo in imap/pop servicesMicah Anderson
2011-04-12add imap and pop service definitionsMicah Anderson
2011-04-11Merge commit 'f2df62c9d17d481a3d616a4f2de9496638fadc0a'Micah Anderson
Conflicts: manifests/defaults/commands.pp
2011-02-19allow setting of the template to be usedmh
2010-12-25it 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-25fix the --warning --critical by appending it as optional ending arguments in ↵Micah Anderson
the command specifier
2010-12-25fix check_mysql_health real_check_host variableMicah Anderson
2010-12-25add in the missing --warning and --critical options to check_mysql_healthMicah Anderson
2010-12-12include the commands at the right placemh
2010-12-12add smtp checksmh
2010-10-18. add the check_mysql_health pluginMicah 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-17Revert "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-27add 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-08add passive serviceJerome Charaoui
2009-12-28add port and database options to mysql service, use 'hostname' plugin ↵Jerome Charaoui
parameter to specify socket
2009-12-28remove $hostname from service names: these are added internally to ↵Jerome Charaoui
nagios_service type, but should not appear for service descriptions in nagios
2009-12-22adjust mysql commands & serviceJerome Charaoui
2009-12-11add mysql commands and serviceJerome Charaoui