Skip to content

Commit

Permalink
Release version 3.7.3
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Mar 5, 2023
1 parent 6d23b05 commit cd575a6
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
48 changes: 48 additions & 0 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

##### <a name="ensure"></a>`ensure`

Expand Down Expand Up @@ -1662,6 +1667,14 @@ URL to your Graphite Web/API.

Default value: ``undef``

##### <a name="insecure"></a>`insecure`

Data type: `Optional[Boolean]`

Do not verify the TLS certificate.

Default value: ``undef``

##### <a name="user"></a>`user`

Data type: `Optional[String]`
Expand Down Expand Up @@ -1694,6 +1707,41 @@ The value of your icinga 2 GraphiteWriter's attribute `service_name_template` (i

Default value: ``undef``

##### <a name="customvar_obscured_check_command"></a>`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``

##### <a name="default_time_range_unit"></a>`default_time_range_unit`

Data type: `Optional[Enum[
'minutes', 'hours', 'days',
'weeks', 'months', 'years'
]]`

Set unit for the time range.

Default value: ``undef``

##### <a name="default_time_range"></a>`default_time_range`

Data type: `Optional[Integer[1]]`

Set the displayed time range.

Default value: ``undef``

##### <a name="disable_no_graphs"></a>`disable_no_graphs`

Data type: `Optional[Boolean]`

Do not display empty graphs.

Default value: ``undef``

### <a name="icingaweb2moduleicingadb"></a>`icingaweb2::module::icingadb`

Manages the icingadb module. This module is still optional at the moment.
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit cd575a6

Please sign in to comment.