Commit graph

  • aa8903e8a9 Merge branch 'feature/parameterize_service_notification' into develop Nick Chappell 2014-12-01 21:59:39 -0800
  • 702f20974f Added a README note about the refresh_icinga2_service parameter. Nick Chappell 2014-12-01 21:49:33 -0800
  • 70dffb317c CHANGELOG update for https://dev.icinga.org/issues/7856 Nick Chappell 2014-12-01 21:42:57 -0800
  • 251184b944 Added refresh_icinga2_service parameters to each of the object defined types so that they can be used by themselves if the module isn't being used to also manage the Icinga 2 service. Nick Chappell 2014-12-01 21:38:42 -0800
  • 6ce20b8d1a Merge branch 'develop' into feature/parameterize_service_notification Nick Chappell 2014-12-01 19:50:04 -0800
  • bde5178ed1 Fixed a bug where features were not actually being enabled/disabled because the order of the words in the subcommands was wrong. Nick Chappell 2014-12-01 19:48:55 -0800
  • caafad45ea Adding IcingaStatusWriter object. #7230 ricardo@cropalato.com.br 2014-11-26 08:19:27 -0500
  • 1214c17811 Adding FileLogger object. #7229. ricardo@cropalato.com.br 2014-11-26 07:51:44 -0500
  • 00cfa7abf8 Fix the exec resource commands so they use the new commands in 2.2 to enable/disable features instead of the old ones from 2.1 and before. Nick Chappell 2014-11-25 21:27:00 -0800
  • 8071efdb0a Removed a duplicate CHANGELOG entry. Nick Chappell 2014-11-21 21:59:06 -0800
  • 61daba9829 Added a CHANGELOG update. Nick Chappell 2014-11-21 21:57:04 -0800
  • 2739144336 Merge branch 'feature/allow_purging_non-managed_objects' into develop Nick Chappell 2014-11-21 21:53:56 -0800
  • 97aeeec352 Added a section to the README about the new purge_unmanaged_object_files paramenter. Nick Chappell 2014-11-21 21:53:40 -0800
  • 75d00bf25e Added a section to the README explaining the default locations and settings for object files created by the module. Nick Chappell 2014-11-21 21:50:17 -0800
  • 17d230eb2b Added a parameter that controls whether non-Puppet managed object files get purged. Nick Chappell 2014-11-21 21:49:26 -0800
  • 13e1100d0c Fix the target_file_dir parameters so they're consistent with the other object defined types. Nick Chappell 2014-11-21 21:24:05 -0800
  • 1f92973f8c Fix the in-manifest links to the docs pages for some of the object types. Nick Chappell 2014-11-21 21:20:48 -0800
  • c4152dd507 CHANGELOG update. Nick Chappell 2014-11-21 21:17:23 -0800
  • be3da5f07c Merge branch 'feature/checkresultreader_object-7226' into develop Nick Chappell 2014-11-21 21:15:21 -0800
  • c10da22594 Merge branch '7226' of github.com:cropalato/puppet-icinga2 into feature/checkresultreader_object-7226 Nick Chappell 2014-11-21 21:12:54 -0800
  • 429bbdd6bd Merge branch 'feature/compatlogger_object-7225' into develop Nick Chappell 2014-11-21 21:04:06 -0800
  • 14b58cd739 CHANGELOG update. Nick Chappell 2014-11-21 21:03:16 -0800
  • b15b7fbaaa Adding CompatLogger object. #7225. ricardo@cropalato.com.br 2014-11-20 18:43:21 -0500
  • cb88b96207 Adding CheckResultReader object. #7226. ricardo@cropalato.com.br 2014-11-20 19:09:25 -0500
  • 41e4072c75 Changed the recommended branch to base pull requests off of. Nick Chappell 2014-11-19 22:57:49 -0800
  • b8fa7d3435 CHANGELOG update for v0.6.0. Nick Chappell 2014-11-19 22:47:42 -0800
  • bf1e6a8aac Added the target_file_ensure to the list of parameters that's mentioned as settable; also added it to the usage example below. Nick Chappell 2014-11-19 21:47:05 -0800
  • c77dbb0080 Typos. Nick Chappell 2014-11-19 21:39:22 -0800
  • fd1d9f1cd9 Refactored the enable/disable feature section. Nick Chappell 2014-11-19 21:36:22 -0800
  • 6f95005202 Use the parameter names in the sentence for more clarity. Nick Chappell 2014-11-19 21:19:45 -0800
  • 480015e1d5 Say what kind of notifications Icinga 2 needs a mail binary for. Nick Chappell 2014-11-19 21:18:03 -0800
  • b608a91c58 Reword a sentence. Nick Chappell 2014-11-19 21:17:33 -0800
  • 6ad8e09489 Say what kind of schema is being loaded. Nick Chappell 2014-11-19 21:15:25 -0800
  • 72d9ed9198 Fixed an incomplete sentence. Nick Chappell 2014-11-19 21:14:46 -0800
  • bfe9b10655 CHANGELOG update. Nick Chappell 2014-11-18 22:32:53 -0800
  • 5063f6cceb Merge branch 'fix/7715/template_whitespace_fix' Nick Chappell 2014-11-18 22:30:57 -0800
  • e9a566df3f CHANGELOG update. Nick Chappell 2014-11-18 22:30:47 -0800
  • 633e4faef9 Use %> instead of -%> at the end of some ERB tags so that trailing whitespace isn't surpressed. Surpressing the trailing whitespace caused problems where there was one more parameters listed after each other. Each parameter would get squashed onto a single line, causing a syntax error when Icinga2 parsed the object file. Nick Chappell 2014-11-18 22:16:42 -0800
  • 299005edf4 CHANGELOG updates. Nick Chappell 2014-11-18 22:09:43 -0800
  • 72a2d22f67 Merge branch 'feature/7716/ensureable_object_params' Nick Chappell 2014-11-18 21:57:44 -0800
  • a00eecec25 Add a target_file_ensure parameter to each object type and pass it through to the underlying file resource. The parameter default values are 'file', but having the ensure => parameter of the underlying file type be settable by the user lets people do things like setting target_file_ensure to absent so that they can remove object files via Puppet (instead of manually). Nick Chappell 2014-11-18 21:55:48 -0800
  • b16a94ef5f Merge branch 'fix/7712-flap-detection-param-rename' Nick Chappell 2014-11-17 21:39:18 -0800
  • 6234216847 Change instances of 'enable_flap_detection' to 'enable_flapping'. This is a result of https://dev.icinga.org/issues/6870, which fixed the incorrect parameter name being used in the documentation. Nick Chappell 2014-11-17 21:37:06 -0800
  • 5cd1e2e53c Correct variable name mismatches. Nick Chappell 2014-11-17 21:29:20 -0800
  • 3493c739d0 Merge branch 'cropalato-7222' Nick Chappell 2014-11-17 21:26:35 -0800
  • 76621792f0 Merge branch '7222' of github.com:cropalato/puppet-icinga2 into cropalato-7222 Nick Chappell 2014-11-17 21:23:12 -0800
  • 96ddda697b Merge branch 'cropalato-7223' Nick Chappell 2014-11-17 21:20:06 -0800
  • 4e8b0d16e4 Merge branch '7223' of github.com:cropalato/puppet-icinga2 into cropalato-7223 Nick Chappell 2014-11-17 21:13:25 -0800
  • 46cc1d1168 Merge branch 'cropalato-7224' Nick Chappell 2014-11-17 21:11:41 -0800
  • 2eef9836b9 Merge branch '7224' of github.com:cropalato/puppet-icinga2 into cropalato-7224 Nick Chappell 2014-11-17 21:08:25 -0800
  • 58edf35726 Merge remote-tracking branch 'upstream/master' into 7222 ricardo@cropalato.com.br 2014-11-17 06:25:50 -0500
  • e31c1464de Merge remote-tracking branch 'upstream/master' into 7223 ricardo@cropalato.com.br 2014-11-17 06:25:22 -0500
  • dd6cc24543 Merge remote-tracking branch 'upstream/master' into 7224 ricardo@cropalato.com.br 2014-11-17 06:23:52 -0500
  • 4cb5d19265 Fixed typo ricardo@cropalato.com.br 2014-11-17 06:21:39 -0500
  • ffba0ae38d Fixed typo ricardo@cropalato.com.br 2014-11-17 06:17:31 -0500
  • 409be02191 Fixed typo ricardo@cropalato.com.br 2014-11-17 06:14:41 -0500
  • e1f961b474 Merge branch '7224' of github.com:cropalato/puppet-icinga2 into cropalato-7224 Nick Chappell 2014-11-16 21:52:22 -0800
  • 61b8e44466 Merge branch '7223' of github.com:cropalato/puppet-icinga2 into cropalato-7223 Nick Chappell 2014-11-16 21:45:05 -0800
  • 893956ded8 Merge branch '7222' of github.com:cropalato/puppet-icinga2 into cropalato-7222 Nick Chappell 2014-11-16 21:41:32 -0800
  • e581fd6b6e fixing issue with README example Steven Bambling 2014-11-14 06:35:46 -0500
  • 1c6637252e correctly merge conflicts Steven Bambling 2014-11-14 06:34:12 -0500
  • ca1f1bbcc8 adding erb template for use with apply_notification_to_service define Steven Bambling 2014-11-13 09:08:11 -0500
  • 9995a40747 adding defined type to apply notifiation to service Steven Bambling 2014-11-13 09:06:55 -0500
  • 89b2ad2931 Merge branch 'cropalato-7218' Nick Chappell 2014-11-16 21:07:18 -0800
  • 4f2b4370c6 Fixed merge conflicts in README. Nick Chappell 2014-11-16 21:03:35 -0800
  • 14925ea9ef Merge remote-tracking branch 'upstream/master' into 7224 ricardo@cropalato.com.br 2014-11-16 09:23:55 -0500
  • 519f16568e Merge remote-tracking branch 'upstream/master' into 7222 ricardo@cropalato.com.br 2014-11-14 10:09:45 -0500
  • e168266b21 Merge branch '7223' of https://github.com/cropalato/puppet-icinga2 into 7223 ricardo@cropalato.com.br 2014-11-14 08:57:59 -0500
  • 9494c55bb7 Adding StatusDataWriter object. #7223 Ricardo Cropalato de Melo 2014-11-13 14:52:56 -0500
  • 31f467babd CHANGELOG updates. Nick Chappell 2014-11-13 22:21:52 -0800
  • 1047213430 * fixed typo Ricardo Cropalato de Melo 2014-11-13 13:12:22 -0500
  • 5b289000e2 Adding PerfdataWriter object. #7220 Ricardo Cropalato de Melo 2014-11-13 12:43:07 -0500
  • 21b374923f cleaning up readme Steven Bambling 2014-11-13 08:33:40 -0500
  • afe86ed648 adding readme section for new define Steven Bambling 2014-11-13 08:32:22 -0500
  • 4b269e4b25 adding erb template for use with adding notifications to host define Steven Bambling 2014-11-13 08:20:35 -0500
  • ade087a21b adding define to apply notifications to hosts Steven Bambling 2014-11-13 08:19:02 -0500
  • 6f006a3820 Added some contributors to the AUTHORs file. Nick Chappell 2014-11-13 21:43:19 -0800
  • b03908116a CHANGELOG update for PR-40: https://github.com/Icinga/puppet-icinga2/pull/40 Nick Chappell 2014-11-13 21:37:21 -0800
  • 5f1e23e00d Escape backslash Josh Holland 2014-11-07 16:32:19 +0000
  • f74aab291b Further fix the quoting of PostgreSQL password Josh Holland 2014-11-07 16:25:23 +0000
  • 27988d88dc Quote PostgreSQL database password properly Josh Holland 2014-11-07 16:21:49 +0000
  • 71d9b1beb2 CHANGELOG updates for PR-41: https://github.com/Icinga/puppet-icinga2/pull/41 Nick Chappell 2014-11-13 21:16:17 -0800
  • 7242b7b07c more readme warnings about centos 5 requirements Devon Mizelle 2014-11-12 15:11:31 -0500
  • b139f775a6 adding specific pgsql instructions for centos5 Devon Mizelle 2014-11-12 15:02:22 -0500
  • bf5440fb3e more README puppet DSL fixing Devon Mizelle 2014-11-12 14:36:48 -0500
  • fb9e17f7b8 fixing some missing commas in the Server usage example puppet DSL Devon Mizelle 2014-11-12 14:35:13 -0500
  • a5ae5b49ef forgot a line to define service name for centos5 Devon Mizelle 2014-11-12 14:30:21 -0500
  • 08324d46bd noting centos5 support in metadata.json Devon Mizelle 2014-11-11 11:10:03 -0500
  • 36f9104c3b adding CentOS 5 information to README.md Devon Mizelle 2014-11-11 11:09:22 -0500
  • 6377816ff8 well, looks like we have to provide server support for centos5 anywayss Devon Mizelle 2014-11-10 15:06:34 -0500
  • 40228fddb5 add CentOS5 client package support Devon Mizelle 2014-11-10 14:55:53 -0500
  • 33939a7137 CHANGELOG updates. Nick Chappell 2014-11-13 21:03:45 -0800
  • f48d22d309 Add nrpe_purge_unmanaged parameter to nrpe class Tom De Vylder 2014-11-13 09:32:40 +0100
  • 23a7a6075c Document $nrpe_purge_unmanaged parameter Tom De Vylder 2014-11-06 23:20:48 +0100
  • 48d5bfb0ce Add previously unmanaged directory Tom De Vylder 2014-11-06 23:10:09 +0100
  • bda1a2089d Parametrize purging of unmanaged nrpe configs Tom De Vylder 2014-11-06 23:03:45 +0100
  • 4c3c603350 Purge unmanaged files from nrpe.d Tom De Vylder 2014-11-06 14:39:20 +0100
  • 40185dc565 Adding ExternalCommandListener object. Ricardo Cropalato de Melo 2014-11-13 15:14:39 -0500
  • d34c8a6274 fixed typo Ricardo Cropalato de Melo 2014-11-13 14:56:59 -0500
  • 425551736f Adding StatusDataWriter object. #7223 Ricardo Cropalato de Melo 2014-11-13 14:52:56 -0500