From: Michael Friedrich Date: Fri, 22 Sep 2017 11:48:13 +0000 (+0200) Subject: Drop repository.d from configuration chapter in the docs X-Git-Tag: v2.8.0~66^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=790485c8bc989ae8b96c815c3a91f6c4fe2dbebf;p=icinga2 Drop repository.d from configuration chapter in the docs refs #4799 --- diff --git a/doc/04-configuring-icinga-2.md b/doc/04-configuring-icinga-2.md index 2b72c1b88..76c77d561 100644 --- a/doc/04-configuring-icinga-2.md +++ b/doc/04-configuring-icinga-2.md @@ -159,21 +159,6 @@ This `include` directive takes care of including the configuration files for all the features which have been enabled with `icinga2 feature enable`. See [Enabling/Disabling Features](11-cli-commands.md#enable-features) for more details. - /** - * The repository.d directory contains all configuration objects - * managed by the 'icinga2 repository' CLI commands. - */ - include_recursive "repository.d" - -This `include_recursive` directive is used for discovery of services on remote clients -and their generated configuration described in -[this chapter](06-distributed-monitoring.md#distributed-monitoring-bottom-up). - -**Note**: This has been DEPRECATED in Icinga 2 v2.6 and is **not** required for -satellites and clients using the [top down approach](#06-distributed-monitoring.md#distributed-monitoring-top-down). -You can safely disable/remove it. - - /** * Although in theory you could define all your objects in this file * the preferred way is to create separate directories and files in the conf.d