Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
Lennart Betz committed Sep 24, 2024
1 parent e17e001 commit 5dfe8cd
Showing 1 changed file with 29 additions and 8 deletions.
37 changes: 29 additions & 8 deletions REFERENCE.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Configures IcingaDB

### Data types

* [`IcingaDB::DBOptions`](#IcingaDB--DBOptions): Data type for options to connect the IcingaDB database.
* [`IcingaDB::LoggingOptions`](#IcingaDB--LoggingOptions): Logging options data type for the IcingaDB process.
* [`IcingaDB::RetentionOptions`](#IcingaDB--RetentionOptions): Data type for retention options of the connection to
the IcingaDB database.
* [`IcingaDB::DBOptions`](#IcingaDB--DBOptions): Data type for options to connect the IcingaDB database.

## Classes

Expand Down Expand Up @@ -742,18 +742,25 @@ Data type: `Stdlib::Absolutepath`

## Data types

### <a name="IcingaDB--LoggingOptions"></a>`IcingaDB::LoggingOptions`
### <a name="IcingaDB--DBOptions"></a>`IcingaDB::DBOptions`

Logging options data type for the IcingaDB process.
Data type for options to connect the IcingaDB database.

### <a name="IcingaDB--RetentionOptions"></a>`IcingaDB::RetentionOptions`
Alias of

Data type for retention options of the connection to
the IcingaDB database.
```puppet
Hash[Enum[
'max_connections',
'max_connections_per_table',
'max_placeholders_per_statement',
'max_rows_per_transaction',
'wsrep_sync_wait'
], Integer[1]]
```

### <a name="IcingaDB--DBOptions"></a>`IcingaDB::DBOptions`
### <a name="IcingaDB--LoggingOptions"></a>`IcingaDB::LoggingOptions`

Data type for options to connect the IcingaDB database.
Logging options data type for the IcingaDB process.

Alias of

Expand All @@ -766,3 +773,17 @@ Hash[Enum[
], Enum['fatal','error','warn','info','debug']]
```

### <a name="IcingaDB--RetentionOptions"></a>`IcingaDB::RetentionOptions`

Data type for retention options of the connection to
the IcingaDB database.

Alias of

```puppet
Hash[Enum[
'acknowledgement','comment','downtime',
'flapping','notification','state'
], Integer[1]]
```

0 comments on commit 5dfe8cd

Please sign in to comment.