Commit graph

584 commits

Author SHA1 Message Date
ricardo@cropalato.com.br
6646b3b392 Adding EndPoint Object. #7232
Merged from: https://github.com/Icinga/puppet-icinga2/pull/63

refs#7232: https://dev.icinga.org/issues/7232
2015-01-04 15:27:52 -08:00
Nick Chappell
ce3bd25fe9 Removed an extra .each line. 2015-01-03 22:29:30 -08:00
Nick Chappell
b8d3a83b2a Changelog update.
refs#8156: https://dev.icinga.org/issues/8156
2015-01-03 21:42:26 -08:00
Nick Chappell
4f9bb58467 Merge branch 'feature/pr-58-host-vars-hash-support' into develop
Merged from: https://github.com/Icinga/puppet-icinga2/pull/58

refs#8156: https://dev.icinga.org/issues/8156
2015-01-03 21:38:14 -08:00
Nicolas Bigler
cab5245c14 Update object_host.conf.erb
Added routine for cases where the value of a vars variable is a hash.

Merged from: https://github.com/Icinga/puppet-icinga2/pull/58

refs#8156: https://dev.icinga.org/issues/8156
2015-01-03 21:36:25 -08:00
Nick Chappell
df0b3c0410 CHANGELOG release version date. 2015-01-03 21:36:19 -08:00
Nick Chappell
0c925229ef Added a README note about the refresh_icinga2_service parameter.
refs#7856 : https://dev.icinga.org/issues/7856
2015-01-03 21:36:19 -08:00
Nick Chappell
9da1176b29 CHANGELOG update for https://dev.icinga.org/issues/7856
refs #7856 : https://dev.icinga.org/issues/7856
2015-01-03 21:36:19 -08:00
Nick Chappell
6c5497d3c8 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.
refs# 7856 : https://dev.icinga.org/issues/7856
2015-01-03 21:36:19 -08:00
Nick Chappell
30a93e44d4 CHANGELOG release version date. 2014-12-02 21:41:01 -08:00
Nick Chappell
aa8903e8a9 Merge branch 'feature/parameterize_service_notification' into develop
refs#7856 : https://dev.icinga.org/issues/7856
2014-12-01 21:59:39 -08:00
Nick Chappell
702f20974f Added a README note about the refresh_icinga2_service parameter.
refs#7856 : https://dev.icinga.org/issues/7856
2014-12-01 21:49:33 -08:00
Nick Chappell
70dffb317c CHANGELOG update for https://dev.icinga.org/issues/7856
refs #7856 : https://dev.icinga.org/issues/7856
2014-12-01 21:42:57 -08:00
Nick Chappell
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.
refs# 7856 : https://dev.icinga.org/issues/7856
2014-12-01 21:39:42 -08:00
Nick Chappell
6ce20b8d1a Merge branch 'develop' into feature/parameterize_service_notification 2014-12-01 19:50:04 -08:00
Nick Chappell
bde5178ed1 Fixed a bug where features were not actually being enabled/disabled because the order of the words in the subcommands was wrong.
refs#7916 : https://dev.icinga.org/issues/7916
2014-12-01 19:48:55 -08:00
Nick Chappell
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.
refs#7714 : https://dev.icinga.org/issues/7714
2014-11-25 21:27:00 -08:00
Nick Chappell
8071efdb0a Removed a duplicate CHANGELOG entry. 2014-11-21 21:59:06 -08:00
Nick Chappell
61daba9829 Added a CHANGELOG update. 2014-11-21 21:57:04 -08:00
Nick Chappell
2739144336 Merge branch 'feature/allow_purging_non-managed_objects' into develop 2014-11-21 21:53:56 -08:00
Nick Chappell
97aeeec352 Added a section to the README about the new purge_unmanaged_object_files paramenter. 2014-11-21 21:53:40 -08:00
Nick Chappell
75d00bf25e Added a section to the README explaining the default locations and settings for object files created by the module. 2014-11-21 21:50:17 -08:00
Nick Chappell
17d230eb2b Added a parameter that controls whether non-Puppet managed object files get purged. 2014-11-21 21:49:26 -08:00
Nick Chappell
13e1100d0c Fix the target_file_dir parameters so they're consistent with the other object defined types. 2014-11-21 21:24:05 -08:00
Nick Chappell
1f92973f8c Fix the in-manifest links to the docs pages for some of the object types. 2014-11-21 21:20:48 -08:00
Nick Chappell
c4152dd507 CHANGELOG update. 2014-11-21 21:17:23 -08:00
Nick Chappell
be3da5f07c Merge branch 'feature/checkresultreader_object-7226' into develop
Merged from: https://github.com/Icinga/puppet-icinga2/pull/55

refs# 7226: https://dev.icinga.org/issues/7226
2014-11-21 21:15:21 -08:00
Nick Chappell
c10da22594 Merge branch '7226' of github.com:cropalato/puppet-icinga2 into feature/checkresultreader_object-7226
Adds a CheckResultReader object

Merged from: https://github.com/Icinga/puppet-icinga2/pull/55

refs# 7226: https://dev.icinga.org/issues/7226
2014-11-21 21:14:02 -08:00
Nick Chappell
429bbdd6bd Merge branch 'feature/compatlogger_object-7225' into develop
Merged from this PR: https://github.com/Icinga/puppet-icinga2/pull/54

refs# 7225: https://dev.icinga.org/issues/7225
2014-11-21 21:04:06 -08:00
Nick Chappell
14b58cd739 CHANGELOG update. 2014-11-21 21:03:16 -08:00
ricardo@cropalato.com.br
b15b7fbaaa Adding CompatLogger object. #7225.
Signed-off-by: Nick Chappell <nick@intronic.org>

Merged from: https://github.com/Icinga/puppet-icinga2/pull/54

refs#7225: https://dev.icinga.org/issues/7225
2014-11-21 21:00:26 -08:00
ricardo@cropalato.com.br
cb88b96207 Adding CheckResultReader object. #7226. 2014-11-20 19:09:25 -05:00
Nick Chappell
41e4072c75 Changed the recommended branch to base pull requests off of. 2014-11-19 22:57:49 -08:00
Nick Chappell
b8fa7d3435 CHANGELOG update for v0.6.0. 2014-11-19 22:47:42 -08:00
Nick Chappell
bf1e6a8aac Added the target_file_ensure to the list of parameters that's mentioned as settable; also added it to the usage example below. 2014-11-19 21:47:05 -08:00
Nick Chappell
c77dbb0080 Typos. 2014-11-19 21:39:22 -08:00
Nick Chappell
fd1d9f1cd9 Refactored the enable/disable feature section. 2014-11-19 21:36:22 -08:00
Nick Chappell
6f95005202 Use the parameter names in the sentence for more clarity. 2014-11-19 21:19:45 -08:00
Nick Chappell
480015e1d5 Say what kind of notifications Icinga 2 needs a mail binary for. 2014-11-19 21:18:03 -08:00
Nick Chappell
b608a91c58 Reword a sentence. 2014-11-19 21:17:33 -08:00
Nick Chappell
6ad8e09489 Say what kind of schema is being loaded. 2014-11-19 21:15:25 -08:00
Nick Chappell
72d9ed9198 Fixed an incomplete sentence. 2014-11-19 21:14:46 -08:00
Nick Chappell
bfe9b10655 CHANGELOG update. 2014-11-18 22:32:53 -08:00
Nick Chappell
5063f6cceb Merge branch 'fix/7715/template_whitespace_fix'
refs#7715: https://dev.icinga.org/issues/7715
2014-11-18 22:30:57 -08:00
Nick Chappell
e9a566df3f CHANGELOG update. 2014-11-18 22:30:47 -08:00
Nick Chappell
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.
refs#7715: https://dev.icinga.org/issues/7715
2014-11-18 22:16:42 -08:00
Nick Chappell
299005edf4 CHANGELOG updates. 2014-11-18 22:09:43 -08:00
Nick Chappell
72a2d22f67 Merge branch 'feature/7716/ensureable_object_params'
refs#7716: https://dev.icinga.org/issues/7716
2014-11-18 21:57:44 -08:00
Nick Chappell
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).
refs#7716 : https://dev.icinga.org/issues/7716
2014-11-18 21:55:48 -08:00
Nick Chappell
b16a94ef5f Merge branch 'fix/7712-flap-detection-param-rename' 2014-11-17 21:39:18 -08:00