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
|
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
|
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
|
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 |
|
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
|
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
|
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.
refs# 7712 : https://dev.icinga.org/issues/7712
|
2014-11-17 21:37:06 -08:00 |
|
Nick Chappell
|
5cd1e2e53c
|
Correct variable name mismatches.
|
2014-11-17 21:29:20 -08:00 |
|
Nick Chappell
|
3493c739d0
|
Merge branch 'cropalato-7222'
|
2014-11-17 21:26:35 -08:00 |
|
Nick Chappell
|
96ddda697b
|
Merge branch 'cropalato-7223'
|
2014-11-17 21:20:06 -08:00 |
|
ricardo@cropalato.com.br
|
58edf35726
|
Merge remote-tracking branch 'upstream/master' into 7222
|
2014-11-17 06:25:50 -05:00 |
|
ricardo@cropalato.com.br
|
e31c1464de
|
Merge remote-tracking branch 'upstream/master' into 7223
|
2014-11-17 06:25:22 -05:00 |
|
ricardo@cropalato.com.br
|
dd6cc24543
|
Merge remote-tracking branch 'upstream/master' into 7224
|
2014-11-17 06:23:52 -05:00 |
|
ricardo@cropalato.com.br
|
4cb5d19265
|
Fixed typo
|
2014-11-17 06:21:39 -05:00 |
|
ricardo@cropalato.com.br
|
ffba0ae38d
|
Fixed typo
|
2014-11-17 06:17:31 -05:00 |
|
ricardo@cropalato.com.br
|
409be02191
|
Fixed typo
|
2014-11-17 06:14:41 -05:00 |
|
Steven Bambling
|
9995a40747
|
adding defined type to apply notifiation to service
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged this from: https://github.com/Icinga/puppet-icinga2/pull/44
refs#7677: https://dev.icinga.org/issues/7677
|
2014-11-16 21:36:37 -08:00 |
|
Nick Chappell
|
4f2b4370c6
|
Fixed merge conflicts in README.
|
2014-11-16 21:03:35 -08:00 |
|
ricardo@cropalato.com.br
|
14925ea9ef
|
Merge remote-tracking branch 'upstream/master' into 7224
|
2014-11-16 09:23:55 -05:00 |
|
ricardo@cropalato.com.br
|
519f16568e
|
Merge remote-tracking branch 'upstream/master' into 7222
|
2014-11-14 10:09:45 -05:00 |
|
Ricardo Cropalato de Melo
|
9494c55bb7
|
Adding StatusDataWriter object. #7223
|
2014-11-14 08:38:44 -05:00 |
|
Ricardo Cropalato de Melo
|
5b289000e2
|
Adding PerfdataWriter object. #7220
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/47
refs#7220: https://dev.icinga.org/issues/7220
|
2014-11-13 22:02:03 -08:00 |
|
Steven Bambling
|
ade087a21b
|
adding define to apply notifications to hosts
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/43
refs#7676: https://dev.icinga.org/issues/7676
|
2014-11-13 21:50:23 -08:00 |
|
Josh Holland
|
5f1e23e00d
|
Escape backslash
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/40
refs#7675: https://dev.icinga.org/issues/7675
|
2014-11-13 21:34:49 -08:00 |
|
Josh Holland
|
f74aab291b
|
Further fix the quoting of PostgreSQL password
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/40
refs#7675: https://dev.icinga.org/issues/7675
|
2014-11-13 21:34:44 -08:00 |
|
Josh Holland
|
27988d88dc
|
Quote PostgreSQL database password properly
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/40
refs#7675: https://dev.icinga.org/issues/7675
|
2014-11-13 21:34:29 -08:00 |
|
Devon Mizelle
|
a5ae5b49ef
|
forgot a line to define service name for centos5
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/41
refs#7674: https://dev.icinga.org/issues/7674
|
2014-11-13 21:12:10 -08:00 |
|
Devon Mizelle
|
6377816ff8
|
well, looks like we have to provide server support for centos5 anywayss
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/41
refs#7674: https://dev.icinga.org/issues/7674
|
2014-11-13 21:11:49 -08:00 |
|
Devon Mizelle
|
40228fddb5
|
add CentOS5 client package support
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/41
refs#7674: https://dev.icinga.org/issues/7674
|
2014-11-13 21:11:38 -08:00 |
|
Tom De Vylder
|
f48d22d309
|
Add nrpe_purge_unmanaged parameter to nrpe class
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/39
refs#7673: https://dev.icinga.org/issues/7673
|
2014-11-13 20:33:27 -08:00 |
|
Tom De Vylder
|
48d5bfb0ce
|
Add previously unmanaged directory
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/39
refs#7673: https://dev.icinga.org/issues/7673
|
2014-11-13 20:33:16 -08:00 |
|
Tom De Vylder
|
bda1a2089d
|
Parametrize purging of unmanaged nrpe configs
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/39
refs#7673: https://dev.icinga.org/issues/7673
|
2014-11-13 20:33:09 -08:00 |
|
Tom De Vylder
|
4c3c603350
|
Purge unmanaged files from nrpe.d
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/39
refs#7673: https://dev.icinga.org/issues/7673
|
2014-11-13 20:32:47 -08:00 |
|
Ricardo Cropalato de Melo
|
40185dc565
|
Adding ExternalCommandListener object.
|
2014-11-13 15:14:39 -05:00 |
|
Ricardo Cropalato de Melo
|
382bb05b5f
|
+ Added Livestatus Listener object. #7222
|
2014-11-13 13:06:47 -05:00 |
|
Ricardo Melo
|
b126dd5686
|
+ Added scheduleddowntime object. #7218
|
2014-11-12 08:37:02 -05:00 |
|
Steven Bambling
|
e7710c6d2d
|
only check some params if the "default" erb template is used. Also allow for "static" templates and files to be set in pace of "default" erb
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/35
refs#7628: https://dev.icinga.org/issues/7628
|
2014-11-11 21:47:23 -08:00 |
|
Steven Bambling
|
46298909ed
|
adding ability to call a static checkcommand template
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/35
refs#7628: https://dev.icinga.org/issues/7628
|
2014-11-11 21:47:08 -08:00 |
|
Steven Bambling
|
6e5dd00438
|
missed removing timeperiod_ from a validate entry
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/37
refs#7217: https://dev.icinga.org/issues/7217
|
2014-11-11 21:23:13 -08:00 |
|
Steven Bambling
|
e4ec0c03a8
|
removing timeperiod_ from non specifc params
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/37
refs#7217: https://dev.icinga.org/issues/7217
|
2014-11-11 21:22:54 -08:00 |
|
Steven Bambling
|
9180f9a17e
|
removing timeperiod_ from target/dir/file and mode
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/37
refs#7217: https://dev.icinga.org/issues/7217
|
2014-11-11 21:22:48 -08:00 |
|
Steven Bambling
|
ae65c9766b
|
updating erb to use timeperiod methods
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/37
refs#7217: https://dev.icinga.org/issues/7217
|
2014-11-11 21:22:00 -08:00 |
|
Steven Bambling
|
52f0d25836
|
adding methods attribute and allowing settable import template
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/37
refs#7217: https://dev.icinga.org/issues/7217
|
2014-11-11 21:21:07 -08:00 |
|
Steven Bambling
|
12bd1a9f44
|
adding define and template to generate timeperiods
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/37
refs#7217: https://dev.icinga.org/issues/7217
|
2014-11-11 21:20:42 -08:00 |
|
Ricardo Melo
|
d02eae3b5b
|
* Applied comments made by nickchappell. Fixed identation and few typos on README.md. Tabularize define parameters.
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/36
refs#7216: https://dev.icinga.org/issues/7216
|
2014-11-11 21:10:51 -08:00 |
|
Ricardo Melo
|
09db5bba18
|
Adding notification object. #2716
Signed-off-by: Nick Chappell <nick@intronic.org>
Merged from: https://github.com/Icinga/puppet-icinga2/pull/36
refs#7216: https://dev.icinga.org/issues/7216
|
2014-11-11 21:10:37 -08:00 |
|