From cd575a6d8acdcc64a41cec8ea147b9af19c8f23d Mon Sep 17 00:00:00 2001 From: Lennart Betz Date: Sun, 5 Mar 2023 09:37:06 +0100 Subject: [PATCH] Release version 3.7.3 --- CHANGELOG.md | 11 +++++++++++ REFERENCE.md | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ metadata.json | 2 +- 3 files changed, 60 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d2c5382..dfda7e4b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,16 @@ # Change Log +## [v3.7.3](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.3) (2023-03-05) +[Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.2...v3.7.3) + +**Fixed bugs:** + +- Add missing parameters to graphite module class [\#350](https://github.com/Icinga/puppet-icingaweb2/pull/350) ([lbetz](https://github.com/lbetz)) + +**Closed issues:** + +- icingaweb2 2.11.4 changed package layout, breaks icingaweb2::module::monitoring [\#349](https://github.com/Icinga/puppet-icingaweb2/issues/349) + ## [v3.7.2](https://github.com/icinga/puppet-icingaweb2/tree/v3.7.2) (2023-01-28) [Full Changelog](https://github.com/icinga/puppet-icingaweb2/compare/v3.7.1...v3.7.2) diff --git a/REFERENCE.md b/REFERENCE.md index aaa6824e..9de71fcd 100644 --- a/REFERENCE.md +++ b/REFERENCE.md @@ -1601,10 +1601,15 @@ The following parameters are available in the `icingaweb2::module::graphite` cla * [`install_method`](#install_method) * [`package_name`](#package_name) * [`url`](#url) +* [`insecure`](#insecure) * [`user`](#user) * [`password`](#password) * [`graphite_writer_host_name_template`](#graphite_writer_host_name_template) * [`graphite_writer_service_name_template`](#graphite_writer_service_name_template) +* [`customvar_obscured_check_command`](#customvar_obscured_check_command) +* [`default_time_range_unit`](#default_time_range_unit) +* [`default_time_range`](#default_time_range) +* [`disable_no_graphs`](#disable_no_graphs) ##### `ensure` @@ -1662,6 +1667,14 @@ URL to your Graphite Web/API. Default value: ``undef`` +##### `insecure` + +Data type: `Optional[Boolean]` + +Do not verify the TLS certificate. + +Default value: ``undef`` + ##### `user` Data type: `Optional[String]` @@ -1694,6 +1707,41 @@ The value of your icinga 2 GraphiteWriter's attribute `service_name_template` (i Default value: ``undef`` +##### `customvar_obscured_check_command` + +Data type: `Optional[String]` + +The Icinga custom variable with the `actual` check command obscured by e.g. check_by_ssh. + +Default value: ``undef`` + +##### `default_time_range_unit` + +Data type: `Optional[Enum[ + 'minutes', 'hours', 'days', + 'weeks', 'months', 'years' + ]]` + +Set unit for the time range. + +Default value: ``undef`` + +##### `default_time_range` + +Data type: `Optional[Integer[1]]` + +Set the displayed time range. + +Default value: ``undef`` + +##### `disable_no_graphs` + +Data type: `Optional[Boolean]` + +Do not display empty graphs. + +Default value: ``undef`` + ### `icingaweb2::module::icingadb` Manages the icingadb module. This module is still optional at the moment. diff --git a/metadata.json b/metadata.json index 35fbfef8..c2d6bccb 100644 --- a/metadata.json +++ b/metadata.json @@ -1,6 +1,6 @@ { "name": "icinga-icingaweb2", - "version": "3.7.2", + "version": "3.7.3", "author": "Icinga Team", "summary": "Icinga Web 2 Puppet Module", "license": "Apache-2.0",