Skip to content

Commit

Permalink
fix #481 Deprecated features in 2.9: statusdata & compatlog
Browse files Browse the repository at this point in the history
  • Loading branch information
lbetz committed Feb 4, 2019
1 parent ccd1297 commit 45f3496
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -953,7 +953,7 @@ Either `present` or `absent`. Defines if the feature `notification` should be en
Notifications are load-balanced amongst all nodes in a zone. By default this functionality is enabled. If your nodes should send out notifications independently from any other nodes (this will cause duplicated notifications if not properly handled!), you can set enable_ha to false.

#### Class: `icinga2::feature::command`
Enables or disables the `command` feature.
Enables or disables the `command` feature. Notice: The feature is deprecated and will be removed in Icinga 2 2.11.0.

**Parameters of `icinga2::feature::command`:**

Expand Down Expand Up @@ -1102,7 +1102,7 @@ Rotation interval for the files specified in `{host,service}_perfdata_path`. Can
i.e. `1m` or `15s`. Icinga defaults to `30s`

#### Class: `icinga2::feature::statusdata`
Enables or disables the `statusdata` feature.
Enables or disables the `statusdata` feature. The feature is deprecated and will be removed in Icinga 2 2.11.0.

**Parameters of `icinga2::feature::statusdata`:**

Expand Down

0 comments on commit 45f3496

Please sign in to comment.