Skip to content

Commit

Permalink
fix #488 Remove define resource compatlogger
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Oct 7, 2018
1 parent 030ea17 commit e87f41b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 85 deletions.
31 changes: 2 additions & 29 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ can set to false. See issue #403.
* Key and certs now are stored into the certs directory named ElasticsearchWriter_elasticsearch by default.
* Feature `influxdb`
* Key and certs now are stored into the certs directory named InfluxdbWriter_influxdb by default.
* compatlogger
* Object removed

## Module Description

Expand Down Expand Up @@ -841,7 +843,6 @@ icinga2::config::fragment { 'load-function':
- [Defined type: icinga2::object::scheduleddowntime](#defined-type-icinga2objectscheduleddowntime)
- [Defined type: icinga2::object::eventcommand](#defined-type-icinga2objecteventcommand)
- [Defined type: icinga2::object::checkresultreader](#defined-type-icinga2objectcheckresultreader)
- [Defined type: icinga2::object::compatlogger](#defined-type-icinga2objectcompatlogger)
- [Defined type: icinga2::config::fragment](#defined-type-icinga2configfragment)
- [**Private defined types**](#private-defined-types)
- [Defined type: icinga2::feature](#defined-type-icinga2feature)
Expand Down Expand Up @@ -2381,34 +2382,6 @@ Destination config file to store in this object. File will be declared the first
##### `order`
String or integer to set the position in the target file, sorted alpha numeric. Defaults to `05`.

#### Defined type: `icinga2::object::compatlogger`

##### `ensure`
Set to present enables the compatlogger object, absent disables it. Defaults to `present`

##### `compatlogger_name`
Set the Icinga 2 name of the compatlogger object. Defaults to `title` of the define resource.

##### `spool_dir`
The directory which contains the check result files. Defaults to `LocalStateDir + "/lib/icinga2/spool/checkresults/"`

##### `target`
Destination config file to store in this object. File will be declared the first time.

##### `order`
String or integer to set the position in the target file, sorted alpha numeric. Defaults to `05`.

#### Defined type: `icinga2::config::fragment`

##### `content`
Content to insert in file specified in target.

##### `target`
Destination config file to store in this fragment. File will be declared the first time.

##### `order`
String or integer to set the position in the target file, sorted in alpha numeric order. Defailts to `05`.


### Private defined types

Expand Down
56 changes: 0 additions & 56 deletions manifests/object/compatlogger.pp

This file was deleted.

0 comments on commit e87f41b

Please sign in to comment.