Skip to content

Commit

Permalink
Delete comment object
Browse files Browse the repository at this point in the history
  • Loading branch information
bobapple committed Nov 23, 2016
1 parent 5af9049 commit c61c1a2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 416 deletions.
33 changes: 0 additions & 33 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -500,7 +500,6 @@ tag and triggers a reload of Icinga2 on a file change.
- [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::object::comment](#defined-type-icinga2objectcomment)
- [**Private defined types**](#private-defined-types)
- [Defined type: icinga2::feature](#defined-type-icinga2feature)
- [Defined type: icinga2::object](#defined-type-icinga2object)
Expand Down Expand Up @@ -1852,38 +1851,6 @@ Destination config file to store in this object. File will be declared the first
##### `order`
String to set the position in the target file, sorted alpha numeric. `Defaults to 30`

#### Defined type: `icinga2::object::comment`

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

##### `host_name`
The name of the host this comment belongs to.

##### `service_name`
The short name of the service this comment belongs to. If omitted, this comment object is treated as host comment.

##### `author`
The author's name.

##### `text`
The comment text.

##### `entry_time`
The unix timestamp when this comment was added.

##### `entry_type`
The comment type (User = 1, Downtime = 2, Flapping = 3, Acknowledgement = 4).

##### `expire_time`
The comment's expire time as unix timestamp.

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

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

### Private defined types

#### Defined type: `icinga2::feature`
Expand Down
93 changes: 0 additions & 93 deletions manifests/object/comment.pp

This file was deleted.

Loading

0 comments on commit c61c1a2

Please sign in to comment.