]> granicus.if.org Git - icinga2/commitdiff
Drop repository.d from configuration chapter in the docs
authorMichael Friedrich <michael.friedrich@icinga.com>
Fri, 22 Sep 2017 11:48:13 +0000 (13:48 +0200)
committerMichael Friedrich <michael.friedrich@icinga.com>
Fri, 22 Sep 2017 12:05:17 +0000 (14:05 +0200)
refs #4799

doc/04-configuring-icinga-2.md

index 2b72c1b88578def2fda012443130be08a183f5bd..76c77d561155f0d02e6e4319a5466570fdce828b 100644 (file)
@@ -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